Re: [PATCH v5] clocksource: add Freescale Vybrid pit timer support

2013-05-30 Thread Daniel Lezcano
On 05/28/2013 11:21 AM, Jingchang Lu wrote: > Add Freescale Vybrid Family period interrupt timer support. > > Signed-off-by: Jingchang Lu I queued this patch for 3.11 in my tree [1] Thanks -- Daniel [1] https://git.linaro.org/gitweb?p=people/dlezcano/clockevents.git;a=shortlog;h=refs/heads/t

Re: [PATCH v5] clocksource: add Freescale Vybrid pit timer support

2013-05-28 Thread Shawn Guo
On Tue, May 28, 2013 at 05:21:39PM +0800, Jingchang Lu wrote: > Add Freescale Vybrid Family period interrupt timer support. > > Signed-off-by: Jingchang Lu Acked-by: Shawn Guo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.

Re: [PATCH v5] clocksource: add Freescale Vybrid pit timer support

2013-05-28 Thread Daniel Lezcano
On 05/28/2013 11:21 AM, Jingchang Lu wrote: > Add Freescale Vybrid Family period interrupt timer support. > > Signed-off-by: Jingchang Lu > --- Reviewed-by: Daniel Lezcano > v5: > Follow internal suggestions to name the SoC family as VF. > Add comment for min and max clockevent delta. > Add

[PATCH v5] clocksource: add Freescale Vybrid pit timer support

2013-05-28 Thread Jingchang Lu
Add Freescale Vybrid Family period interrupt timer support. Signed-off-by: Jingchang Lu --- v5: Follow internal suggestions to name the SoC family as VF. Add comment for min and max clockevent delta. Add clockevent device irq initialization. Remove IRQF_DISABLED flag. v4: Use family name na