--- v5
+++ v3
@@ -11,23 +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.19-rc1 kernel version.
+This patch set is baselined against the v3.17-rc6 kernel version.
-Changes in v5:
-- Use sizeof(*gpadc) instead of sizeof(struct da9150_gpadc) in GPADC driver.
-- Fix erroneous goto for IRQ failure in GPADC driver. Now returns err directly.
-- Remove IIO ABI document patch as this has been taken by maintainer.
-
-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.
@@ -76,7 +61,7 @@
resides correctly under 'adc' directory.
- Add update to MAINTAINERS file to include these files in Dialog support list.
-Adam Thomson (7):
+Adam Thomson (8):
mfd: Add support for DA9150 combined charger & fuel-gauge device
mfd: da9150: Add DT binding documentation for core
iio: Add support for DA9150 GPADC
@@ -85,23 +70,25 @@
power: da9150: Add DT binding documentation for charger
MAINTAINERS: Include DA9150 files in Dialog Semiconductor support
list.
+ iio: Add ABI documentation for input current readings
+ 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 | 409 +++++++
+ 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 ++++++++++++++++++++
- 15 files changed, 2836 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
@@ -113,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