--- v15
+++ v10
@@ -29,37 +29,6 @@
lack of hardware with real battery connected. Reset and ADC are not
supported by this series.
-Changelog v15:
-- Only charger driver changed and WDT dropped from series (already
- merged to Linux 5.2)
-- Staticitzed constant array in power-supply driver as suggested by
- Sebastian Reichel
-- rebased to linux 5.2-rc3
-
-Changelog v14: Changes proposed by Sebastian Reichel
-- Only charger driver changed
-- Constifying/staticizing structs
-- Use dev_get_regmap() instead of providing regmap pointer in parent's
- driver data
-- Power type MAINS instead of BATTERY
-
-Changelog v13:
-- Moved WDT enable/disable code from MFD to WDT
-- Added WDT enable/disable stubs for cases where WDT is omitted from
- Kconfig
-
-Changelog v12:
-- No functional changes
-- Fixed styling issues pointed by Lee Jones
-- Fixed styling issues pointed by Alexandre Belloni
-- Fixed various styling issues
-
-Changelog v11:
-- No functional changes
-- Rebased on linux 5.1-rc2
-- Dropped patch 9 which was already applied by Mark
-- renamed dt-bindings patch as suggested by Rob
-
Changelog v10:
- Exported locking functions for RTC lock and as a result dropped hid
the struct bd70528 from sub-devices who no longer needed it.
@@ -169,51 +138,62 @@
support BD70528 RTC
Patch 7:
support BD70528 battery charger
-
-This patch series is based on Linus' v5.2-rc3 tag.
+Patch 8:
+ support BD70528 watchdog
+Patch 9:
+ drop struct bd70528 from regulator
+
+This patch series is based on Mark's regulator/for-next branch
---
-Matti Vaittinen (7):
+Matti Vaittinen (9):
mfd: regulator: clk: split rohm-bd718x7.h
mfd: bd70528: Support ROHM bd70528 PMIC - core
clk: bd718x7: Support ROHM BD70528 clk block
- dt-bindings: mfd: Document first ROHM BD70528 bindings
+ devicetree: bindings: Document first ROHM BD70528 bindings
gpio: Initial support for ROHM bd70528 GPIO block
rtc: bd70528: Initial support for ROHM bd70528 RTC
power: supply: Initial support for ROHM BD70528 PMIC charger block
-
- .../bindings/mfd/rohm,bd70528-pmic.txt | 102 +++
- drivers/clk/Kconfig | 6 +-
- drivers/clk/clk-bd718x7.c | 24 +-
- drivers/gpio/Kconfig | 11 +
- drivers/gpio/Makefile | 1 +
- drivers/gpio/gpio-bd70528.c | 232 ++++++
- drivers/mfd/Kconfig | 17 +
- drivers/mfd/Makefile | 2 +
- drivers/mfd/rohm-bd70528.c | 316 ++++++++
- drivers/mfd/rohm-bd718x7.c | 23 +-
- drivers/power/supply/Kconfig | 9 +
- drivers/power/supply/Makefile | 1 +
- drivers/power/supply/bd70528-charger.c | 743 ++++++++++++++++++
- drivers/regulator/bd718x7-regulator.c | 25 +-
- drivers/rtc/Kconfig | 8 +
- drivers/rtc/Makefile | 1 +
- drivers/rtc/rtc-bd70528.c | 500 ++++++++++++
- include/linux/mfd/rohm-bd70528.h | 408 ++++++++++
- include/linux/mfd/rohm-bd718x7.h | 22 +-
- include/linux/mfd/rohm-generic.h | 20 +
- 20 files changed, 2425 insertions(+), 46 deletions(-)
+ watchdog: bd70528: Initial support for ROHM BD70528 watchdog block
+ regulator: bd70528: drop struct bd70528
+
+ .../devicetree/bindings/mfd/rohm,bd70528-pmic.txt | 102 +++
+ drivers/clk/Kconfig | 6 +-
+ drivers/clk/clk-bd718x7.c | 24 +-
+ drivers/gpio/Kconfig | 11 +
+ drivers/gpio/Makefile | 1 +
+ drivers/gpio/gpio-bd70528.c | 231 +++++++
+ drivers/mfd/Kconfig | 17 +
+ drivers/mfd/Makefile | 1 +
+ drivers/mfd/rohm-bd70528.c | 438 ++++++++++++
+ drivers/mfd/rohm-bd718x7.c | 23 +-
+ drivers/power/supply/Kconfig | 9 +
+ drivers/power/supply/Makefile | 1 +
+ drivers/power/supply/bd70528-charger.c | 745 +++++++++++++++++++++
+ drivers/regulator/bd70528-regulator.c | 4 +-
+ drivers/regulator/bd718x7-regulator.c | 24 +-
+ drivers/rtc/Kconfig | 8 +
+ drivers/rtc/Makefile | 1 +
+ drivers/rtc/rtc-bd70528.c | 500 ++++++++++++++
+ drivers/watchdog/Kconfig | 12 +
+ drivers/watchdog/Makefile | 1 +
+ drivers/watchdog/bd70528_wdt.c | 187 ++++++
+ include/linux/mfd/rohm-bd70528.h | 383 +++++++++++
+ include/linux/mfd/rohm-bd718x7.h | 22 +-
+ include/linux/mfd/rohm-generic.h | 20 +
+ 24 files changed, 2723 insertions(+), 48 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt
create mode 100644 drivers/gpio/gpio-bd70528.c
create mode 100644 drivers/mfd/rohm-bd70528.c
create mode 100644 drivers/power/supply/bd70528-charger.c
create mode 100644 drivers/rtc/rtc-bd70528.c
+ create mode 100644 drivers/watchdog/bd70528_wdt.c
create mode 100644 include/linux/mfd/rohm-bd70528.h
create mode 100644 include/linux/mfd/rohm-generic.h
--
-2.17.2
+2.14.3
--
@@ -223,7 +203,4 @@
90220 OULU
FINLAND
-~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
-Simon says - in Latin please.
-~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
-Thanks to Simon Glass for the translation =]
+~~~ "I don't think so," said Rene Descartes. Just then, he vanished ~~~