All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Use devm_iio_device_alloc
@ 2013-07-22 11:02 Sachin Kamat
  2013-07-22 11:02 ` [PATCH 1/8] iio: at91: " Sachin Kamat
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Sachin Kamat @ 2013-07-22 11:02 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, jic23, sachin.kamat, patches

All patches are compile tested only.
Based on togreg branch of following tree:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git

Sachin Kamat (8):
  iio: at91: Use devm_iio_device_alloc
  iio: exynos_adc: Use devm_iio_device_alloc
  iio: max1363: Use devm_iio_device_alloc
  iio: frequency: adf4350: Use devm_* APIs
  staging: iio: mxs-lradc: Use devm_iio_device_alloc
  staging: iio: spear_adc: Use devm_iio_device_alloc
  staging: iio: light: isl29018: Use devm_iio_device_alloc
  staging: iio: light: isl29028: Use devm_iio_device_alloc

 drivers/iio/adc/at91_adc.c           |   23 +++++++----------------
 drivers/iio/adc/exynos_adc.c         |   23 ++++++++---------------
 drivers/iio/adc/max1363.c            |   15 +++++----------
 drivers/iio/frequency/adf4350.c      |   31 +++++++++----------------------
 drivers/staging/iio/adc/mxs-lradc.c  |   21 +++++++--------------
 drivers/staging/iio/adc/spear_adc.c  |   30 ++++++++++++------------------
 drivers/staging/iio/light/isl29018.c |   16 +++++-----------
 drivers/staging/iio/light/isl29028.c |   13 ++++---------
 8 files changed, 57 insertions(+), 115 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-07-27 10:31 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 11:02 [PATCH 0/8] Use devm_iio_device_alloc Sachin Kamat
2013-07-22 11:02 ` [PATCH 1/8] iio: at91: " Sachin Kamat
2013-07-27 11:24   ` Jonathan Cameron
2013-07-22 11:02 ` [PATCH 2/8] iio: exynos_adc: " Sachin Kamat
2013-07-27 11:25   ` Jonathan Cameron
2013-07-22 11:02 ` [PATCH 3/8] iio: max1363: " Sachin Kamat
2013-07-27 11:25   ` Jonathan Cameron
2013-07-22 11:02 ` [PATCH 4/8] iio: frequency: adf4350: Use devm_* APIs Sachin Kamat
2013-07-27 11:26   ` Jonathan Cameron
2013-07-22 11:02 ` [PATCH 5/8] staging: iio: mxs-lradc: Use devm_iio_device_alloc Sachin Kamat
2013-07-22 22:04   ` Marek Vasut
2013-07-27 11:29     ` Jonathan Cameron
2013-07-22 11:02 ` [PATCH 6/8] staging: iio: spear_adc: " Sachin Kamat
2013-07-27 11:29   ` Jonathan Cameron
2013-07-22 11:03 ` [PATCH 7/8] staging: iio: light: isl29018: " Sachin Kamat
2013-07-22 15:16   ` Rhyland Klein
2013-07-27 11:30     ` Jonathan Cameron
2013-07-22 11:03 ` [PATCH 8/8] staging: iio: light: isl29028: " Sachin Kamat
2013-07-27 11:31   ` Jonathan Cameron

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.