--- v4
+++ v3
@@ -11,18 +11,8 @@
To keep patch submission from being too large, support for GPIO and Fuel-Gauge
will come after initial support patches are accepted.
-This patch set is baselined against the v3.18-rc6 kernel version.
+This patch set is baselined against the v3.17-rc6 kernel version.
-Changes in v4:
-- Correct MODULE_AUTHOR lines so e-mail addresses correctly surrounded with <>.
-- Update to MFD binding document to remove unnecesary I2C reference, make
- module description generic, and add link to interrupt binding documentation.
-- For GPADC driver, irq request moved above iio related calls in probe() to
- mirror correctly the remove() function ordering, as requested.
-- For charger driver, remove additional sysfs entries as these are not necessary
- (debug only).
-- For charger driver, add helper function for requesting IRQs, to make probe()
- function cleaner/simpler.
Changes in v3:
- IRQ register and remove helper functions removed from MFD, deemed unnecessary.
@@ -84,21 +74,21 @@
Documentation/ABI/testing/sysfs-bus-iio | 17 +
.../devicetree/bindings/iio/adc/da9150-gpadc.txt | 16 +
- Documentation/devicetree/bindings/mfd/da9150.txt | 43 +
+ Documentation/devicetree/bindings/mfd/da9150.txt | 41 +
.../devicetree/bindings/power/da9150-charger.txt | 26 +
MAINTAINERS | 4 +
drivers/iio/adc/Kconfig | 9 +
drivers/iio/adc/Makefile | 1 +
- drivers/iio/adc/da9150-gpadc.c | 410 +++++++
+ drivers/iio/adc/da9150-gpadc.c | 406 +++++++
drivers/mfd/Kconfig | 12 +
drivers/mfd/Makefile | 2 +-
drivers/mfd/da9150-core.c | 413 +++++++
drivers/power/Kconfig | 12 +
drivers/power/Makefile | 1 +
- drivers/power/da9150-charger.c | 666 +++++++++++
+ drivers/power/da9150-charger.c | 740 +++++++++++++
include/linux/mfd/da9150/core.h | 68 ++
include/linux/mfd/da9150/registers.h | 1155 ++++++++++++++++++++
- 16 files changed, 2854 insertions(+), 1 deletion(-)
+ 16 files changed, 2922 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt
create mode 100644 Documentation/devicetree/bindings/mfd/da9150.txt
create mode 100644 Documentation/devicetree/bindings/power/da9150-charger.txt
@@ -110,3 +100,8 @@
--
1.9.3
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at http://vger.kernel.org/majordomo-info.html