Re: [PATCHv4 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-05-22 Thread Daniel Lezcano
On 05/19/2014 11:36 AM, Xiubo Li wrote: Changes in V4: - Add struct ftm_clock_device {} support. - peroidic_cyc --> periodic_cyc. Changes in V3: - Fix the ftm_irq_disable. Changes in V2: - Add big-endian support. - Add using pr_err instead of BUG_ON. - Add more detail comment message of FTM. -

Re: [PATCHv4 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-05-22 Thread Daniel Lezcano
On 05/19/2014 11:36 AM, Xiubo Li wrote: Changes in V4: - Add struct ftm_clock_device {} support. - peroidic_cyc -- periodic_cyc. Changes in V3: - Fix the ftm_irq_disable. Changes in V2: - Add big-endian support. - Add using pr_err instead of BUG_ON. - Add more detail comment message of FTM. -

[PATCHv4 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-05-19 Thread Xiubo Li
Changes in V4: - Add struct ftm_clock_device {} support. - peroidic_cyc --> periodic_cyc. Changes in V3: - Fix the ftm_irq_disable. Changes in V2: - Add big-endian support. - Add using pr_err instead of BUG_ON. - Add more detail comment message of FTM. - Add DT binding documentation. - Remove

[PATCHv4 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

2014-05-19 Thread Xiubo Li
Changes in V4: - Add struct ftm_clock_device {} support. - peroidic_cyc -- periodic_cyc. Changes in V3: - Fix the ftm_irq_disable. Changes in V2: - Add big-endian support. - Add using pr_err instead of BUG_ON. - Add more detail comment message of FTM. - Add DT binding documentation. - Remove