All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support
@ 2013-09-19  6:24 Zubair Lutfullah
  2013-09-19  6:24 ` [PATCH 1/3] input: ti_am335x_tsc: Enable shared IRQ for TSC Zubair Lutfullah
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Zubair Lutfullah @ 2013-09-19  6:24 UTC (permalink / raw)
  To: jic23, dmitry.torokhov
  Cc: linux-iio, linux-input, linux-kernel, bigeasy, gregkh,
	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.
- Threaded IRQ with top/bottom halfs. Top half HW IRQ wakes
bottom half threaded worker that pushes samples to iio/userspace.
- Removed some of the patchwork to the driver that was irrelevant to the
continuous sampling patch.

Cleanup will be done separately once this goes through.
Hope these patches meet the mighty kernel standards :)

Zubair

Zubair Lutfullah (3):
  input: ti_am335x_tsc: Enable shared IRQ for TSC
  iio: ti_am335x_adc: optimize memory usage.
  iio: ti_am335x_adc: Add continuous sampling support

 drivers/iio/adc/ti_am335x_adc.c           |  217 ++++++++++++++++++++++++++++-
 drivers/input/touchscreen/ti_am335x_tsc.c |   12 +-
 include/linux/mfd/ti_am335x_tscadc.h      |    9 ++
 3 files changed, 228 insertions(+), 10 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-22  4:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19  6:24 [PATCH V11 0/3] iio: input: ti_am335x_adc: Add continuous sampling support Zubair Lutfullah
2013-09-19  6:24 ` [PATCH 1/3] input: ti_am335x_tsc: Enable shared IRQ for TSC Zubair Lutfullah
2013-09-19  6:24 ` [PATCH 2/3] iio: ti_am335x_adc: optimize memory usage Zubair Lutfullah
2013-09-19  6:24 ` [PATCH 3/3] iio: ti_am335x_adc: Add continuous sampling support Zubair Lutfullah
2013-09-21 18:28   ` Jonathan Cameron
     [not found]     ` <523DE550.4070107-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2013-09-22  4:46       ` Zubair Lutfullah :
2013-09-22  4:46         ` Zubair Lutfullah :
2013-09-21 10:52 ` [PATCH V11 0/3] iio: input: " Jonathan Cameron
     [not found]   ` <523D7A65.5010303-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2013-09-22  4:42     ` Zubair Lutfullah :
2013-09-22  4:42       ` Zubair Lutfullah :

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.