diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-06-17 14:12:47 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-08-11 01:11:29 +0200 |
commit | f3332532463fef7d56507c08b33993db398d7a91 (patch) | |
tree | e0fc566c557d70e103c51c7276c33ca57db37041 /MAINTAINERS | |
parent | 8c0984e5a75337df513047ec92a6c09d78e3e5cd (diff) | |
download | linux-stable-f3332532463fef7d56507c08b33993db398d7a91.tar.gz linux-stable-f3332532463fef7d56507c08b33993db398d7a91.tar.bz2 linux-stable-f3332532463fef7d56507c08b33993db398d7a91.zip |
power/supply: unify DT documentation
Currently the power supply device tree documentation is spread
in .../bindings/power_supply and .../bindings/power. This
unifies the files for chargers and battery fuel gauges in
.../bindings/power/supply and the ones for system reset/shutdown
in .../bindings/power/reset (same structure as used for the
drivers itself).
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ca66b4140c50..c7d6762424a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9331,8 +9331,7 @@ M: David Woodhouse <dwmw2@infradead.org> L: linux-pm@vger.kernel.org T: git git://git.infradead.org/battery-2.6.git S: Maintained -F: Documentation/devicetree/bindings/power/ -F: Documentation/devicetree/bindings/power_supply/ +F: Documentation/devicetree/bindings/power/supply/ F: include/linux/power_supply.h F: drivers/power/supply/ |