Re: [PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support

2013-09-21 Thread Zubair Lutfullah :
On Sat, Sep 21, 2013 at 11:52:21AM +0100, Jonathan Cameron wrote: > Hi Zubair, > > Thanks for persevering with this patch set. Now this > gets to be the example for dealing with hardware buffer > equipped devices ;) > > Applied to the togreg branch of > git://git.kernel.org/pub/scm/linux/kernel

Re: [PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support

2013-09-21 Thread Jonathan Cameron
Hi Zubair, Thanks for persevering with this patch set. Now this gets to be the example for dealing with hardware buffer equipped devices ;) Applied to the togreg branch of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git On 09/19/13 07:24, Zubair Lutfullah wrote: > Hi, > > These ap

[PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support

2013-09-18 Thread Zubair Lutfullah
Hi, These apply to the togreg branch in iio. Round 11 - Optimized memory usage based on list feedback - Changed devm_*_irq to normal *_irq functions Round 10 updates - Removed devm_free as not needed Round 9 updates - Removed Trigger. - Restructured everything for INDIO_BUFFERED_HARDWARE mode.