2019-12-24 13:42:23

by Miquel Raynal

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: Track Rockchip PMIC drivers

The current Rockchip section misses all the PMIC related drivers. They
are all prefixed rk8* and are as wide as clks, regulators, pinctrl,
RTCs, audio, etc.

Add a dedicated MAINTAINER's entry.

Signed-off-by: Miquel Raynal <[email protected]>
---

Changes since v1:
* Create a PMIC entry in MAINTAINERS.
* Track files with rk8 and not rk80.

MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d3a5c54a41d..d3f814212ba8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13943,6 +13943,17 @@ S: Maintained
F: drivers/staging/media/hantro/
F: Documentation/devicetree/bindings/media/rockchip-vpu.txt

+ROCKCHIP PMIC DRIVERS
+M: Heiko Stuebner <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
+S: Maintained
+F: Documentation/devicetree/bindings/*/*rk8*
+F: include/*/*/rk8*
+F: include/*/*/*/rk8*
+F: drivers/*/*rk8*
+
ROCKER DRIVER
M: Jiri Pirko <[email protected]>
L: [email protected]
--
2.20.1


2019-12-30 08:26:55

by Kever Yang

[permalink] [raw]
Subject: Re: [PATCH v2] MAINTAINERS: Track Rockchip PMIC drivers


On 2019/12/24 下午9:41, Miquel Raynal wrote:
> The current Rockchip section misses all the PMIC related drivers. They
> are all prefixed rk8* and are as wide as clks, regulators, pinctrl,
> RTCs, audio, etc.
>
> Add a dedicated MAINTAINER's entry.
>
> Signed-off-by: Miquel Raynal <[email protected]>
> ---
>
> Changes since v1:
> * Create a PMIC entry in MAINTAINERS.
> * Track files with rk8 and not rk80.
>
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3a5c54a41d..d3f814212ba8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13943,6 +13943,17 @@ S: Maintained
> F: drivers/staging/media/hantro/
> F: Documentation/devicetree/bindings/media/rockchip-vpu.txt
>
> +ROCKCHIP PMIC DRIVERS
> +M: Heiko Stuebner <[email protected]>
> +L: [email protected] (moderated for non-subscribers)
> +L: [email protected]
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> +S: Maintained
> +F: Documentation/devicetree/bindings/*/*rk8*
> +F: include/*/*/rk8*
> +F: include/*/*/*/rk8*
> +F: drivers/*/*rk8*
> +
> ROCKER DRIVER
> M: Jiri Pirko <[email protected]>
> L: [email protected]
Reviewed-by: Kever Yang <[email protected]>

Thanks,
- Kever