All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] misc IIO cleanup
@ 2014-06-12  5:00 Peter Meerwald
  2014-06-12  5:00 ` [PATCH v2 01/12] iio:adc:ad5791: Use BIT() and GENMASK() macros Peter Meerwald
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Peter Meerwald @ 2014-06-12  5:00 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23

v2 doesn't change the periodic rtc trigger name and just moves iio-trig-sysfs
documentation to ABI/testing (instead of merging with sysfs-bus-iio)

Peter Meerwald (12):
  iio:adc:ad5791: Use BIT() and GENMASK() macros
  iio:adc:ad5504: Use BIT() and GENMASK() macros
  iio:adc:ad7887: Use BIT() and GENMASK() macros
  iio:adc:ad7476: Use GENMASK() macro
  iio:adc:ad7298: Use BIT() and GENMASK() macros
  iio: Move documentation of iio-trig-sysfs to ABI/testing
  staging:iio: Update iio_event_monitor program
  staging:iio: Fix iio_utils.h function prototypes
  staging:iio: Fix mention of INDIO_RING_TRIGGERED to
    INDIO_BUFFER_TRIGGERED
  staging:iio: Fix error handling in generic_buffer example
  staging:iio-trig-periodic-rtc: Cleanup
  staging:iio-trig-periodic-rtc: Allow to reset frequency to 0

 .../ABI/testing/sysfs-bus-iio-trigger-sysfs        | 11 ++++++++
 drivers/iio/adc/ad7298.c                           | 21 +++++++---------
 drivers/iio/adc/ad7476.c                           |  5 ++--
 drivers/iio/adc/ad7887.c                           | 21 ++++++++--------
 drivers/iio/dac/ad5504.c                           | 11 ++++----
 drivers/iio/dac/ad5791.c                           | 29 +++++++++++-----------
 drivers/staging/iio/Documentation/generic_buffer.c |  9 ++++---
 .../staging/iio/Documentation/iio_event_monitor.c  | 10 ++++++++
 drivers/staging/iio/Documentation/iio_utils.h      |  6 ++---
 .../iio/Documentation/sysfs-bus-iio-trigger-sysfs  | 11 --------
 drivers/staging/iio/Documentation/trigger.txt      |  2 +-
 .../staging/iio/trigger/iio-trig-periodic-rtc.c    | 26 +++++++++++++------
 12 files changed, 90 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs
 delete mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs

-- 
1.9.1

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

end of thread, other threads:[~2014-06-14 15:10 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12  5:00 [PATCH v2 00/12] misc IIO cleanup Peter Meerwald
2014-06-12  5:00 ` [PATCH v2 01/12] iio:adc:ad5791: Use BIT() and GENMASK() macros Peter Meerwald
2014-06-14 14:46   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 02/12] iio:adc:ad5504: " Peter Meerwald
2014-06-14 14:49   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 03/12] iio:adc:ad7887: " Peter Meerwald
2014-06-14 15:03   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 04/12] iio:adc:ad7476: Use GENMASK() macro Peter Meerwald
2014-06-14 15:04   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 05/12] iio:adc:ad7298: Use BIT() and GENMASK() macros Peter Meerwald
2014-06-14 15:04   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 06/12] iio: Move documentation of iio-trig-sysfs to ABI/testing Peter Meerwald
2014-06-14 15:05   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 07/12] staging:iio: Update iio_event_monitor program Peter Meerwald
2014-06-14 15:08   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 08/12] staging:iio: Fix iio_utils.h function prototypes Peter Meerwald
2014-06-14 15:08   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 09/12] staging:iio: Fix mention of INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGERED Peter Meerwald
2014-06-14 15:08   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 10/12] staging:iio: Fix error handling in generic_buffer example Peter Meerwald
2014-06-14 15:09   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 11/12] staging:iio-trig-periodic-rtc: Cleanup Peter Meerwald
2014-06-14 15:11   ` Jonathan Cameron
2014-06-12  5:00 ` [PATCH v2 12/12] staging:iio-trig-periodic-rtc: Allow to reset frequency to 0 Peter Meerwald
2014-06-14 15:12   ` 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.