diff options
author | Sangbeom Kim <[email protected]> | 2012-07-11 21:08:22 +0900 |
---|---|---|
committer | Samuel Ortiz <[email protected]> | 2012-07-16 14:34:00 +0200 |
commit | f69d3a17ea240520221a2e93759e1c958b5e719d (patch) | |
tree | 567f593acf7e845dd7fad9bd4ea46de109916a92 | |
parent | 6445b84abf91549d8568fb5d9155447e6dba86cc (diff) |
MAINTAINERS: Add maintainer for samsung mfd driver
There are many samsung multifunction devices which are
s2mps11, s5m8767, s5m8763 etc.
This devices can support regulator, rtc, charger.
I will be supporting the Samsung mfd drivers, that are currently
in development and will be upstreamed shortly.
Signed-off-by: Sangbeom Kim <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 03df1d15ebf3..bfdfc21c475f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5866,6 +5866,16 @@ L: [email protected] S: Maintained F: drivers/video/s3c-fb.c +SAMSUNG MULTIFUNCTION DEVICE DRIVERS +M: Sangbeom Kim <[email protected]> +S: Supported +F: drivers/mfd/sec*.c +F: drivers/regulator/s2m*.c +F: drivers/regulator/s5m*.c +F: drivers/rtc/rtc-sec.c +F: include/linux/mfd/samsung/ + SERIAL DRIVERS M: Alan Cox <[email protected]> |