Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283510

[PATCH 0/3] dt-bindings: regulator/clock/mfd: Reorganize S2M/S5M bindings

From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] dt-bindings: regulator/clock/mfd: Reorganize S2M/S5M bindings
Date 2015-12-04 02:20 +0100
Message-ID <qBNct-4nR-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,


The patchset tries to bring some order to the chaotic bindings for family
of Samsung PMIC devices: S2MPS/S2MPA/S5M.

Beside of renaming and removal of common parts I also tried to make
a consistent style used in the files. The bindings itself were not
modified.

The patchset should be probably pulled at once (later patches depend on
previous). With respective acks maybe through MFD tree?


Best regards,
Krzysztof

Krzysztof Kozlowski (3):
  dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings
  dt-bindings: regulator/mfd: Reorganize S5M8767 bindings
  dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings

 .../devicetree/bindings/clock/samsung,s2mps11.txt  |  49 +++++++
 Documentation/devicetree/bindings/mfd/s2mpa01.txt  |  90 ------------
 Documentation/devicetree/bindings/mfd/s2mps11.txt  | 153 -------------------
 .../devicetree/bindings/mfd/samsung,sec-core.txt   |  88 +++++++++++
 .../bindings/regulator/s5m8767-regulator.txt       | 163 ---------------------
 .../bindings/regulator/samsung,s2mpa01.txt         |  79 ++++++++++
 .../bindings/regulator/samsung,s2mps11.txt         | 102 +++++++++++++
 .../bindings/regulator/samsung,s5m8767.txt         | 145 ++++++++++++++++++
 MAINTAINERS                                        |   6 +-
 9 files changed, 467 insertions(+), 408 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
 delete mode 100644 Documentation/devicetree/bindings/mfd/s2mpa01.txt
 delete mode 100644 Documentation/devicetree/bindings/mfd/s2mps11.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
 delete mode 100644 Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mpa01.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps11.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s5m8767.txt

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] dt-bindings: regulator/clock/mfd: Reorganize S2M/S5M  bindings Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-04 02:20 +0100
  [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family  bindings Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-04 02:20 +0100
    Re: [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize  S2MPS-family bindings Mark Brown <broonie@kernel.org> - 2015-12-04 13:10 +0100
    Re: [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize  S2MPS-family bindings Rob Herring <robh@kernel.org> - 2015-12-04 16:20 +0100

csiph-web