All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] IIO new drivers, features and cleanups for 3.15 - set 3
@ 2014-03-06 19:24 Jonathan Cameron
  2014-03-06 19:33 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2014-03-06 19:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux IIO List

The following changes since commit aa256f8d0dd9c2dff872849418d8e09e5d06718f:

   Merge tag 'iio-for-3.15b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next (2014-02-23 09:08:34 -0800)

are available in the git repository at:


   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.15c

for you to fetch changes up to db8fa7311d1ce642134c53e175ca0ae35e021344:

   iio:adc:vf610 ensure correct handing of interruption of wait for completion (2014-03-02 21:45:28 +0000)

----------------------------------------------------------------
Third IIO new drivers and cleanups series for 3.15.

New driver
* Xilinx XADC driver -  This has been ready for a while but was awaiting
   a device tree ack (or as it turns out 3+ weeks).

Cleanup
* Drop some unreachable code from mag3110 highlighted by smatch.

Fix
* vf610 - introduced this cycle - put a possible negative error code
   into an unsigned long. Another smatch find - this one promoted by
   guilt that Dan was busy fixing all our messups.

----------------------------------------------------------------
Jonathan Cameron (1):
       iio:adc:vf610 ensure correct handing of interruption of wait for completion

Lars-Peter Clausen (2):
       devicetree: Add Xilinx XADC binding documentation
       iio:adc: Add Xilinx XADC driver

Peter Meerwald (1):
       iio:magnetometer:mag3110: Fix unreachable code

  .../devicetree/bindings/iio/adc/xilinx-xadc.txt    |  113 ++
  drivers/iio/adc/Kconfig                            |   13 +
  drivers/iio/adc/Makefile                           |    2 +
  drivers/iio/adc/vf610_adc.c                        |    2 +-
  drivers/iio/adc/xilinx-xadc-core.c                 | 1333 ++++++++++++++++++++
  drivers/iio/adc/xilinx-xadc-events.c               |  254 ++++
  drivers/iio/adc/xilinx-xadc.h                      |  209 +++
  drivers/iio/magnetometer/mag3110.c                 |    1 -
  8 files changed, 1925 insertions(+), 2 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
  create mode 100644 drivers/iio/adc/xilinx-xadc-core.c
  create mode 100644 drivers/iio/adc/xilinx-xadc-events.c
  create mode 100644 drivers/iio/adc/xilinx-xadc.h

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

end of thread, other threads:[~2014-03-08 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 19:24 [PULL] IIO new drivers, features and cleanups for 3.15 - set 3 Jonathan Cameron
2014-03-06 19:33 ` Greg Kroah-Hartman
2014-03-08 15:49   ` Lars-Peter Clausen
2014-03-08 16:11     ` Greg Kroah-Hartman
2014-03-08 17:55       ` Jonathan Cameron
2014-03-08 17:48     ` 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.