[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-23 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-23 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-23 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-23 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-23 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-23 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-14 Thread zoro
00>; regulator-max-microvolt = <300>; ldo1-supply = <_vir>; }; ... } so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c | 35 +++ 1 file changed, 35 insertion

[PATCH] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-14 Thread zoro
00>; regulator-max-microvolt = <300>; ldo1-supply = <_vir>; }; ... } so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c | 35 +++ 1 file changed, 35 insertion

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-14 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-14 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-14 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-14 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-14 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-14 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-12 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-12 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sd3078

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-12 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-12 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-12 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-12 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed

[PATCH 3/4] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-11 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ MAINTAINERS|1 + 2 files changed, 16 insertions

[PATCH 2/4] rtc: sd3078: new driver.

2018-11-11 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 235 ++ 4 files changed

[PATCH 3/4] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-11 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ MAINTAINERS|1 + 2 files changed, 16 insertions

[PATCH 2/4] rtc: sd3078: new driver.

2018-11-11 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 235 ++ 4 files changed

[PATCH 1/4] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-11 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/4] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-11 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-11 Thread zoro
00>; regulator-max-microvolt = <300>; ldo1-supply = <_vir>; }; } ... } so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c | 33 + 1 file chan

[PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-11 Thread zoro
00>; regulator-max-microvolt = <300>; ldo1-supply = <_vir>; }; } ... } so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c | 33 + 1 file chan

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-10 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-10 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-10 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 + drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 300 ++ 4 files changed

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-10 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ MAINTAINERS|1 + 2 files changed, 16 insertions

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-10 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 + drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 300 ++ 4 files changed

[PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

2018-11-10 Thread zoro
The devicetree documentation for the SD3078 device tree binding is added with a short example. Signed-off-by: zoro --- .../devicetree/bindings/rtc/rtc-sd3078.txt | 15 +++ MAINTAINERS|1 + 2 files changed, 16 insertions

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-10 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc.

2018-11-10 Thread zoro
Introduce vendor prefix for whwave, Inc. for SD3078 rtc device. Signed-off-by: zoro --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-07 Thread zoro
microvolt = <300>; ldo1-supply = <_vir>; }; ... }; when the VIR_LDO1 regulator supplier is it's brother, we can't find the supplier. so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c |6 ++ 1 file changed, 6 in

[PATCH] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-07 Thread zoro
microvolt = <300>; ldo1-supply = <_vir>; }; ... }; when the VIR_LDO1 regulator supplier is it's brother, we can't find the supplier. so we add the child ptah to find the suppier. Signed-off-by: zoro --- drivers/regulator/core.c |6 ++ 1 file changed, 6 in