The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30f169: Linux 3.14-rc5 (2014-03-02 18:56:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-io-3.15 for you to fetch changes up to b2931b98cebfb30d940f248d2054b5268eae87a4: mfd: twl4030-madc: Move driver to drivers/iio/adc (2014-03-18 08:16:20 +0000) ---------------------------------------------------------------- Sebastian Reichel (7): mfd: twl4030-madc: Use managed resources mfd: twl4030-madc: Add DT support and convert to IIO framework mfd: twl4030-madc: Cleanup driver mfd: twl-core: Add twl_i2c_read/write_u16 mfd: twl4030-madc: Use twl_i2c_read/write_u16 for 16 bit registers Documentation: DT: Document twl4030-madc binding mfd: twl4030-madc: Move driver to drivers/iio/adc Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt | 24 +++++++++ drivers/iio/adc/Kconfig | 10 ++++ drivers/iio/adc/Makefile | 1 + drivers/{mfd => iio/adc}/twl4030-madc.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------- drivers/mfd/Kconfig | 10 ---- drivers/mfd/Makefile | 1 - include/linux/i2c/twl.h | 12 +++++ include/linux/i2c/twl4030-madc.h | 2 +- 8 files changed, 247 insertions(+), 133 deletions(-) create mode 100644 Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt rename drivers/{mfd => iio/adc}/twl4030-madc.c (74%) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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