* [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
@ 2023-07-14 5:03 Krzysztof Kozlowski
2023-07-19 21:00 ` Sebastian Reichel
2023-07-28 8:43 ` Krzysztof Kozlowski
0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-14 5:03 UTC (permalink / raw)
To: Krzysztof Kozlowski, Sebastian Reichel, Lee Jones, Chanwoo Choi,
Liam Girdwood, Mark Brown, linux-pm, linux-kernel,
linux-samsung-soc
Since few years no one is really paid to support drivers for: Maxim
MUICs/PMICs for Exynos based boards and Samsung PMICs. Correct the
status to keep them as maintained.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ab839af24fc3..0b8cd03f5e52 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12840,7 +12840,7 @@ F: drivers/power/supply/max77976_charger.c
MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
L: linux-pm@vger.kernel.org
-S: Supported
+S: Maintained
B: mailto:linux-samsung-soc@vger.kernel.org
F: Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml
F: Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
@@ -12851,7 +12851,7 @@ MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
M: Chanwoo Choi <cw00.choi@samsung.com>
M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
L: linux-kernel@vger.kernel.org
-S: Supported
+S: Maintained
B: mailto:linux-samsung-soc@vger.kernel.org
F: Documentation/devicetree/bindings/*/maxim,max14577.yaml
F: Documentation/devicetree/bindings/*/maxim,max77686.yaml
@@ -18809,7 +18809,7 @@ SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
L: linux-kernel@vger.kernel.org
L: linux-samsung-soc@vger.kernel.org
-S: Supported
+S: Maintained
B: mailto:linux-samsung-soc@vger.kernel.org
F: Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
F: Documentation/devicetree/bindings/mfd/samsung,s2m*.yaml
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
2023-07-14 5:03 [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers Krzysztof Kozlowski
@ 2023-07-19 21:00 ` Sebastian Reichel
2023-07-28 8:43 ` Krzysztof Kozlowski
1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2023-07-19 21:00 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Lee Jones, Chanwoo Choi, Liam Girdwood, Mark Brown, linux-pm,
linux-kernel, linux-samsung-soc
[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]
Hi,
On Fri, Jul 14, 2023 at 07:03:13AM +0200, Krzysztof Kozlowski wrote:
> Since few years no one is really paid to support drivers for: Maxim
> MUICs/PMICs for Exynos based boards and Samsung PMICs. Correct the
> status to keep them as maintained.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
I assume this will go via MFD. FWIW,
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-- Sebastian
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ab839af24fc3..0b8cd03f5e52 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12840,7 +12840,7 @@ F: drivers/power/supply/max77976_charger.c
> MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
> M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> L: linux-pm@vger.kernel.org
> -S: Supported
> +S: Maintained
> B: mailto:linux-samsung-soc@vger.kernel.org
> F: Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml
> F: Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
> @@ -12851,7 +12851,7 @@ MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> M: Chanwoo Choi <cw00.choi@samsung.com>
> M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> L: linux-kernel@vger.kernel.org
> -S: Supported
> +S: Maintained
> B: mailto:linux-samsung-soc@vger.kernel.org
> F: Documentation/devicetree/bindings/*/maxim,max14577.yaml
> F: Documentation/devicetree/bindings/*/maxim,max77686.yaml
> @@ -18809,7 +18809,7 @@ SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
> M: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> L: linux-kernel@vger.kernel.org
> L: linux-samsung-soc@vger.kernel.org
> -S: Supported
> +S: Maintained
> B: mailto:linux-samsung-soc@vger.kernel.org
> F: Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
> F: Documentation/devicetree/bindings/mfd/samsung,s2m*.yaml
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
2023-07-14 5:03 [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers Krzysztof Kozlowski
2023-07-19 21:00 ` Sebastian Reichel
@ 2023-07-28 8:43 ` Krzysztof Kozlowski
2023-07-28 10:22 ` Lee Jones
1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-28 8:43 UTC (permalink / raw)
To: Sebastian Reichel, Lee Jones, Chanwoo Choi, Liam Girdwood,
Mark Brown, linux-pm, linux-kernel, linux-samsung-soc,
Krzysztof Kozlowski
On Fri, 14 Jul 2023 07:03:13 +0200, Krzysztof Kozlowski wrote:
> Since few years no one is really paid to support drivers for: Maxim
> MUICs/PMICs for Exynos based boards and Samsung PMICs. Correct the
> status to keep them as maintained.
>
>
Hi Lee,
I sent it around two weeks ago. It wasn't picked up, so maybe everyone expects
me to take it via Samsung SoC... so I took it.
I hope it is okay, if not, let me know and I will drop it.
Applied, thanks!
[1/1] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
https://git.kernel.org/krzk/linux/c/eecff3319287179032600eeec5fa357a53ae0fe1
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
2023-07-28 8:43 ` Krzysztof Kozlowski
@ 2023-07-28 10:22 ` Lee Jones
0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2023-07-28 10:22 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Sebastian Reichel, Chanwoo Choi, Liam Girdwood, Mark Brown,
linux-pm, linux-kernel, linux-samsung-soc
On Fri, 28 Jul 2023, Krzysztof Kozlowski wrote:
>
> On Fri, 14 Jul 2023 07:03:13 +0200, Krzysztof Kozlowski wrote:
> > Since few years no one is really paid to support drivers for: Maxim
> > MUICs/PMICs for Exynos based boards and Samsung PMICs. Correct the
> > status to keep them as maintained.
> >
> >
>
> Hi Lee,
>
> I sent it around two weeks ago. It wasn't picked up, so maybe everyone expects
> me to take it via Samsung SoC... so I took it.
>
> I hope it is okay, if not, let me know and I will drop it.
It was on my list. Going through my backlog today.
No matter. Keep it applied.
> Applied, thanks!
>
> [1/1] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers
> https://git.kernel.org/krzk/linux/c/eecff3319287179032600eeec5fa357a53ae0fe1
>
> Best regards,
> --
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-28 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 5:03 [PATCH] MAINTAINERS: mfd: Un-support Maxim and Samsung PMIC drivers Krzysztof Kozlowski
2023-07-19 21:00 ` Sebastian Reichel
2023-07-28 8:43 ` Krzysztof Kozlowski
2023-07-28 10:22 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).