diff options
author | Ondrej Jirman <megous@megous.com> | 2018-05-07 08:29:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-09 05:25:06 -0400 |
commit | 8878302ebbc580d64f390c0acc509e5e8276598c (patch) | |
tree | 461c48fca9680fd04b88a0e8ca7e0d1cfa1c2077 /MAINTAINERS | |
parent | 32aba834f2a9fe126ff5e624371113ac1defa06e (diff) |
regulator: add support for SY8106A regulator
SY8106A is an I2C attached single output regulator made by Silergy Corp,
which is used on several Allwinner H3/H5 SBCs to control the power
supply of the ARM cores.
Add a driver for it.
Signed-off-by: Ondrej Jirman <megous@megous.com>
[Icenowy: Change commit message, remove enable/disable code, add default
ramp_delay, add comment for go bit, add code for fixed mode voltage]
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0a1410d5a621..971300930067 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13461,6 +13461,12 @@ S: Supported | |||
13461 | F: net/switchdev/ | 13461 | F: net/switchdev/ |
13462 | F: include/net/switchdev.h | 13462 | F: include/net/switchdev.h |
13463 | 13463 | ||
13464 | SY8106A REGULATOR DRIVER | ||
13465 | M: Icenowy Zheng <icenowy@aosc.io> | ||
13466 | S: Maintained | ||
13467 | F: drivers/regulator/sy8106a-regulator.c | ||
13468 | F: Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt | ||
13469 | |||
13464 | SYNC FILE FRAMEWORK | 13470 | SYNC FILE FRAMEWORK |
13465 | M: Sumit Semwal <sumit.semwal@linaro.org> | 13471 | M: Sumit Semwal <sumit.semwal@linaro.org> |
13466 | R: Gustavo Padovan <gustavo@padovan.org> | 13472 | R: Gustavo Padovan <gustavo@padovan.org> |