diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-06-17 08:12:47 -0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-08-10 19:11:29 -0400 |
commit | f3332532463fef7d56507c08b33993db398d7a91 (patch) | |
tree | e0fc566c557d70e103c51c7276c33ca57db37041 /MAINTAINERS | |
parent | 8c0984e5a75337df513047ec92a6c09d78e3e5cd (diff) |
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> | |||
9331 | L: linux-pm@vger.kernel.org | 9331 | L: linux-pm@vger.kernel.org |
9332 | T: git git://git.infradead.org/battery-2.6.git | 9332 | T: git git://git.infradead.org/battery-2.6.git |
9333 | S: Maintained | 9333 | S: Maintained |
9334 | F: Documentation/devicetree/bindings/power/ | 9334 | F: Documentation/devicetree/bindings/power/supply/ |
9335 | F: Documentation/devicetree/bindings/power_supply/ | ||
9336 | F: include/linux/power_supply.h | 9335 | F: include/linux/power_supply.h |
9337 | F: drivers/power/supply/ | 9336 | F: drivers/power/supply/ |
9338 | 9337 | ||