The following changes since commit 3ffdea3feca9e2c95c2e93e217d77c9c368f747a: Merge tag 'iio-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next (2013-09-22 11:30:12 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.13b for you to fetch changes up to 10a485c55ae8d313194afc7a8c65df3ac7c048a1: iio:trigger: fix sysfs name on list mutex (2013-09-28 11:51:16 +0100) ---------------------------------------------------------------- Second set of new functionality for IIO in the 3.13 cycle - with bug fixes for first set. This is a small, mainly to get a couple of compile bug related fixes into the tree ASAP. New device support: 1) Add ad5446 dac support to the ad5641 driver. New functionality and cleanups: 1) Optional power supply regulators for the st pressure sensors drivers using the new optional regulator interface. 2) Bit of tidying up of naming in the sysfs trigger. Bug fixes from the previous series: 1) Missing select IIO_BUFFER for ti_am335x_adc 2) Drop a bonus bracket in iio-trig-bfin-timmer ---------------------------------------------------------------- Aida Mynzhasova (1): iio: dac: ad5446: Add support for AD5641 Denis CIOCCA (1): iio:trigger: fix sysfs name on list mutex Jonathan Cameron (1): iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER Lars-Peter Clausen (1): staging:iio:iio-trig-bfin-timer: Fix compile error Lee Jones (2): iio: pressure-core: st: Provide support for the Vdd power supply iio: pressure-core: st: Provide support for the Vdd_IO power supply drivers/iio/adc/Kconfig | 1 + drivers/iio/dac/Kconfig | 2 +- drivers/iio/dac/ad5446.c | 6 ++++ drivers/iio/pressure/st_pressure_core.c | 39 +++++++++++++++++++++++ drivers/iio/trigger/iio-trig-sysfs.c | 14 ++++---- drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 2 +- include/linux/iio/common/st_sensors.h | 5 +++ 7 files changed, 60 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html