* [PATCH 0/2] MAINTAINERS: update max77686 entry and add one for max77802
@ 2015-07-17 8:17 Javier Martinez Canillas
2015-07-17 8:17 ` [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator Javier Martinez Canillas
2015-07-17 8:17 ` [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers Javier Martinez Canillas
0 siblings, 2 replies; 7+ messages in thread
From: Javier Martinez Canillas @ 2015-07-17 8:17 UTC (permalink / raw)
To: Lee Jones
Cc: devicetree, linux-samsung-soc, Mark Brown, linux-kernel,
Krzysztof Kozlowski, linux-arm-kernel, Javier Martinez Canillas
Hello Lee,
This series update the max77686 pmic drivers entry to also resolve the new
max77686 regulator DT binding doc and also adds an entry for the max77802.
The series depend on:
[PATCH v2 0/4] mfd: Improve DT binding docs for max77686 and max77802
https://lkml.org/lkml/2015/7/17/73
Javier Martinez Canillas (2):
MAINTAINERS: add Device Tree binding doc for max77686 regulator
MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers
MAINTAINERS | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
--
2.4.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator
2015-07-17 8:17 [PATCH 0/2] MAINTAINERS: update max77686 entry and add one for max77802 Javier Martinez Canillas
@ 2015-07-17 8:17 ` Javier Martinez Canillas
2015-07-17 10:00 ` Krzysztof Kozlowski
2015-07-23 13:48 ` Lee Jones
2015-07-17 8:17 ` [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers Javier Martinez Canillas
1 sibling, 2 replies; 7+ messages in thread
From: Javier Martinez Canillas @ 2015-07-17 8:17 UTC (permalink / raw)
To: Lee Jones
Cc: devicetree, linux-samsung-soc, Mark Brown, linux-kernel,
Krzysztof Kozlowski, linux-arm-kernel, Javier Martinez Canillas
The Device Tree binding documentation for the Maxim max77686 regulators
has been moved from the Multi-Function Device DT binding section to its
own Documentation/devicetree/bindings/regulator/max77686.txt file.
Use a wilcard so both the mfd and regulator DT bindings are resolved.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2af741410533..d802d19a4ecc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6583,7 +6583,7 @@ F: drivers/extcon/extcon-max77693.c
F: drivers/rtc/rtc-max77686.c
F: drivers/clk/clk-max77686.c
F: Documentation/devicetree/bindings/mfd/max14577.txt
-F: Documentation/devicetree/bindings/mfd/max77686.txt
+F: Documentation/devicetree/bindings/*/max77686.txt
F: Documentation/devicetree/bindings/mfd/max77693.txt
F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
F: include/linux/mfd/max14577*.h
--
2.4.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator
2015-07-17 8:17 ` [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator Javier Martinez Canillas
@ 2015-07-17 10:00 ` Krzysztof Kozlowski
2015-07-23 13:48 ` Lee Jones
1 sibling, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2015-07-17 10:00 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: Lee Jones, devicetree, Krzysztof Kozlowski, linux-samsung-soc,
linux-kernel, Mark Brown, linux-arm-kernel
2015-07-17 17:17 GMT+09:00 Javier Martinez Canillas <javier@osg.samsung.com>:
> The Device Tree binding documentation for the Maxim max77686 regulators
> has been moved from the Multi-Function Device DT binding section to its
> own Documentation/devicetree/bindings/regulator/max77686.txt file.
>
> Use a wilcard so both the mfd and regulator DT bindings are resolved.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> ---
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for updating this.
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator
2015-07-17 8:17 ` [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator Javier Martinez Canillas
2015-07-17 10:00 ` Krzysztof Kozlowski
@ 2015-07-23 13:48 ` Lee Jones
1 sibling, 0 replies; 7+ messages in thread
From: Lee Jones @ 2015-07-23 13:48 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: devicetree, linux-samsung-soc, Mark Brown, linux-kernel,
Krzysztof Kozlowski, linux-arm-kernel
On Fri, 17 Jul 2015, Javier Martinez Canillas wrote:
> The Device Tree binding documentation for the Maxim max77686 regulators
> has been moved from the Multi-Function Device DT binding section to its
> own Documentation/devicetree/bindings/regulator/max77686.txt file.
>
> Use a wilcard so both the mfd and regulator DT bindings are resolved.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> ---
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2af741410533..d802d19a4ecc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6583,7 +6583,7 @@ F: drivers/extcon/extcon-max77693.c
> F: drivers/rtc/rtc-max77686.c
> F: drivers/clk/clk-max77686.c
> F: Documentation/devicetree/bindings/mfd/max14577.txt
> -F: Documentation/devicetree/bindings/mfd/max77686.txt
> +F: Documentation/devicetree/bindings/*/max77686.txt
> F: Documentation/devicetree/bindings/mfd/max77693.txt
> F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
> F: include/linux/mfd/max14577*.h
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers
2015-07-17 8:17 [PATCH 0/2] MAINTAINERS: update max77686 entry and add one for max77802 Javier Martinez Canillas
2015-07-17 8:17 ` [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator Javier Martinez Canillas
@ 2015-07-17 8:17 ` Javier Martinez Canillas
[not found] ` <1437121078-26409-3-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-07-23 14:45 ` Lee Jones
1 sibling, 2 replies; 7+ messages in thread
From: Javier Martinez Canillas @ 2015-07-17 8:17 UTC (permalink / raw)
To: Lee Jones
Cc: devicetree, linux-samsung-soc, Mark Brown, linux-kernel,
Krzysztof Kozlowski, linux-arm-kernel, Javier Martinez Canillas
I added support for the max77802 drivers and have been maintaining them.
So add an entry for these drivers to make tools like get_maintainer.pl
to work and make people submitting patches add me to the CC list.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d802d19a4ecc..5d964568f207 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6570,6 +6570,14 @@ S: Supported
F: drivers/power/max14577_charger.c
F: drivers/power/max77693_charger.c
+MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
+M: Javier Martinez Canillas <javier@osg.samsung.com>
+L: linux-kernel@vger.kernel.org
+S: Supported
+F: drivers/*/*max77802.c
+F: Documentation/devicetree/bindings/*/*max77802.txt
+F: include/dt-bindings/*/*max77802.h
+
MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
M: Chanwoo Choi <cw00.choi@samsung.com>
M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
--
2.4.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
[parent not found: <1437121078-26409-3-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>]
* Re: [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers
[not found] ` <1437121078-26409-3-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
@ 2015-07-17 10:05 ` Krzysztof Kozlowski
0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2015-07-17 10:05 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: Lee Jones, devicetree-u79uwXL29TY76Z2rM5mHXA, Krzysztof Kozlowski,
linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mark Brown,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
2015-07-17 17:17 GMT+09:00 Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>:
> I added support for the max77802 drivers and have been maintaining them.
> So add an entry for these drivers to make tools like get_maintainer.pl
> to work and make people submitting patches add me to the CC list.
>
> Signed-off-by: Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
>
> ---
>
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>From my humble point of view it is fine... FWIW:
Acked-by: Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Best regards,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers
2015-07-17 8:17 ` [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers Javier Martinez Canillas
[not found] ` <1437121078-26409-3-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
@ 2015-07-23 14:45 ` Lee Jones
1 sibling, 0 replies; 7+ messages in thread
From: Lee Jones @ 2015-07-23 14:45 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: devicetree, linux-samsung-soc, Mark Brown, linux-kernel,
Krzysztof Kozlowski, linux-arm-kernel
On Fri, 17 Jul 2015, Javier Martinez Canillas wrote:
> I added support for the max77802 drivers and have been maintaining them.
> So add an entry for these drivers to make tools like get_maintainer.pl
> to work and make people submitting patches add me to the CC list.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>
> ---
>
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
Applied, thanks.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d802d19a4ecc..5d964568f207 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6570,6 +6570,14 @@ S: Supported
> F: drivers/power/max14577_charger.c
> F: drivers/power/max77693_charger.c
>
> +MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
> +M: Javier Martinez Canillas <javier@osg.samsung.com>
> +L: linux-kernel@vger.kernel.org
> +S: Supported
> +F: drivers/*/*max77802.c
> +F: Documentation/devicetree/bindings/*/*max77802.txt
> +F: include/dt-bindings/*/*max77802.h
> +
> MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> M: Chanwoo Choi <cw00.choi@samsung.com>
> M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-07-23 14:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 8:17 [PATCH 0/2] MAINTAINERS: update max77686 entry and add one for max77802 Javier Martinez Canillas
2015-07-17 8:17 ` [PATCH 1/2] MAINTAINERS: add Device Tree binding doc for max77686 regulator Javier Martinez Canillas
2015-07-17 10:00 ` Krzysztof Kozlowski
2015-07-23 13:48 ` Lee Jones
2015-07-17 8:17 ` [PATCH 2/2] MAINTAINERS: add an entry for the Maxim MAX77802 PMIC drivers Javier Martinez Canillas
[not found] ` <1437121078-26409-3-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-07-17 10:05 ` Krzysztof Kozlowski
2015-07-23 14:45 ` 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).