Re: [PATCH 2/2] iio: ti_am335x_adc: Add continuous sampling and trigger support

2013-08-04 Thread Zubair Lutfullah :
On Sun, Aug 04, 2013 at 12:05:32PM +0100, Jonathan Cameron wrote: > I'm afraid the tree has moved on a bit so this will need rebasing > against what is currently in iio.git. The patches apply on top of fixes-to greg branch because of a recent fix in there. Which branch should I rebase them on? Al

Re: [PATCH 2/2] iio: ti_am335x_adc: Add continuous sampling and trigger support

2013-08-04 Thread Jonathan Cameron
On 07/27/13 00:51, Zubair Lutfullah wrote: > Previously the driver had only one-shot reading functionality. > This patch adds triggered buffer support to the driver. > A buffer of samples can now be read via /dev/iio. > > Patil Rachna (TI) laid the ground work for ADC HW register access. > Russ Dil

[PATCH 2/2] iio: ti_am335x_adc: Add continuous sampling and trigger support

2013-07-26 Thread Zubair Lutfullah
Previously the driver had only one-shot reading functionality. This patch adds triggered buffer support to the driver. A buffer of samples can now be read via /dev/iio. Patil Rachna (TI) laid the ground work for ADC HW register access. Russ Dill (TI) fixed bugs in the driver relevant to FIFOs and