linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] arm: add I2C DT binding docs to various platforms
@ 2019-05-21  8:21 Wolfram Sang
  2019-05-21  8:21 ` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform Wolfram Sang
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-i2c, Wolfram Sang

Some I2C drivers entries in MAINTAINERS miss their DT bindings docs.
This series fixes that. Because these drivers are all embedded in their
platform entries, I suggest the respective maintainers pick them up via
their tree. If you prefer that I take them via I2C, let me know.

Wolfram Sang (8):
  MAINTAINERS: add I2C DT bindings to Zynq platform
  MAINTAINERS: add I2C DT bindings to DaVinci platform
  MAINTAINERS: add I2C DT bindings to LPC platforms
  MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms
  MAINTAINERS: add I2C DT bindings to Rockchip platform
  MAINTAINERS: add I2C DT bindings to STI architecture
  MAINTAINERS: add I2C DT bindings to Versatile platform
  MAINTAINERS: add I2C DT bindings to vt8500 architecture

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

-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-21  8:55   ` Michal Simek
  2019-05-21  8:21 ` [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform Wolfram Sang
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Michal Simek, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Michal Simek <michal.simek@xilinx.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 509a8e6d2dcc..5cb019f8e597 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2532,6 +2532,8 @@ F:	drivers/cpuidle/cpuidle-zynq.c
 F:	drivers/block/xsysace.c
 N:	zynq
 N:	xilinx
+F:	Documentation/devicetree/bindings/i2c/i2c-cadence.txt
+F:	Documentation/devicetree/bindings/i2c/i2c-xiic.txt
 F:	drivers/clocksource/timer-cadence-ttc.c
 F:	drivers/i2c/busses/i2c-cadence.c
 F:	drivers/mmc/host/sdhci-of-arasan.c
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
  2019-05-21  8:21 ` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-21  8:30   ` Sekhar Nori
  2019-05-21  8:21 ` [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms Wolfram Sang
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Kevin Hilman, Sekhar Nori, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5cb019f8e597..90abfe11b05c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15684,6 +15684,7 @@ R:	Bartosz Golaszewski <bgolaszewski@baylibre.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
 S:	Supported
+F:	Documentation/devicetree/bindings/i2c/i2c-davinci.txt
 F:	arch/arm/mach-davinci/
 F:	drivers/i2c/busses/i2c-davinci.c
 F:	arch/arm/boot/dts/da850*
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
  2019-05-21  8:21 ` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform Wolfram Sang
  2019-05-21  8:21 ` [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-25  8:33   ` Vladimir Zapolskiy
  2019-05-21  8:21 ` [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms Wolfram Sang
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Vladimir Zapolskiy, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Vladimir Zapolskiy <vz@mleia.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 90abfe11b05c..01b5579cfa07 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1782,6 +1782,7 @@ ARM/LPC18XX ARCHITECTURE
 M:	Vladimir Zapolskiy <vz@mleia.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
 F:	arch/arm/boot/dts/lpc43*
 F:	drivers/i2c/busses/i2c-lpc2k.c
 F:	drivers/memory/pl172.c
@@ -1795,6 +1796,7 @@ M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-pnx.txt
 F:	arch/arm/boot/dts/lpc32*
 F:	arch/arm/mach-lpc32xx/
 F:	drivers/i2c/busses/i2c-pnx.c
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (2 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-28 11:59   ` Linus Walleij
  2019-05-21  8:21 ` [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform Wolfram Sang
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Linus Walleij, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 01b5579cfa07..1a60cd98aad5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1921,6 +1921,8 @@ ARM/NOMADIK/U300/Ux500 ARCHITECTURES
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-nomadik.txt
+F:	Documentation/devicetree/bindings/i2c/i2c-stu300.txt
 F:	arch/arm/mach-nomadik/
 F:	arch/arm/mach-u300/
 F:	arch/arm/mach-ux500/
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (3 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-22  7:51   ` Heiko Stuebner
  2019-05-21  8:21 ` [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture Wolfram Sang
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Heiko Stuebner, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Heiko Stuebner <heiko@sntech.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a60cd98aad5..09f32866bdef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2145,6 +2145,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-rockchip@lists.infradead.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-rk3x.txt
 F:	arch/arm/boot/dts/rk3*
 F:	arch/arm/boot/dts/rv1108*
 F:	arch/arm/mach-rockchip/
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (4 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-21  8:55   ` Patrice CHOTARD
  2019-05-21  8:21 ` [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform Wolfram Sang
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Patrice Chotard, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Patrice Chotard <patrice.chotard@st.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 09f32866bdef..cce1173be35c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2281,6 +2281,7 @@ M:	Patrice Chotard <patrice.chotard@st.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 W:	http://www.stlinux.com
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-st.txt
 F:	arch/arm/mach-sti/
 F:	arch/arm/boot/dts/sti*
 F:	drivers/char/hw_random/st-rng.c
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (5 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-05-28 11:59   ` Linus Walleij
  2019-05-21  8:21 ` [PATCH 8/8] MAINTAINERS: add I2C DT bindings to vt8500 architecture Wolfram Sang
  2019-06-01 11:40 ` [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
  8 siblings, 1 reply; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Linus Walleij, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cce1173be35c..169131ff33ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1175,6 +1175,7 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/arm/arm-boards
 F:	Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
 F:	Documentation/devicetree/bindings/clock/arm-integrator.txt
+F:	Documentation/devicetree/bindings/i2c/i2c-versatile.txt
 F:	Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
 F:	Documentation/devicetree/bindings/mtd/arm-versatile.txt
 F:	arch/arm/mach-integrator/
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 8/8] MAINTAINERS: add I2C DT bindings to vt8500 architecture
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (6 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform Wolfram Sang
@ 2019-05-21  8:21 ` Wolfram Sang
  2019-06-01 11:40 ` [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
  8 siblings, 0 replies; 18+ messages in thread
From: Wolfram Sang @ 2019-05-21  8:21 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Tony Prisk, linux-i2c, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Tony Prisk <linux@prisktech.co.nz>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 169131ff33ca..c0a3cbafdc0a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2474,6 +2474,7 @@ ARM/VT8500 ARM ARCHITECTURE
 M:	Tony Prisk <linux@prisktech.co.nz>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/i2c-wmt.txt
 F:	arch/arm/mach-vt8500/
 F:	drivers/clocksource/timer-vt8500.c
 F:	drivers/i2c/busses/i2c-wmt.c
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform
  2019-05-21  8:21 ` [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform Wolfram Sang
@ 2019-05-21  8:30   ` Sekhar Nori
  0 siblings, 0 replies; 18+ messages in thread
From: Sekhar Nori @ 2019-05-21  8:30 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel; +Cc: linux-i2c, Kevin Hilman

On 21/05/19 1:51 PM, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Sekhar Nori <nsekhar@ti.com>
> Cc: Kevin Hilman <khilman@kernel.org>

Acked-by: Sekhar Nori <nsekhar@ti.com>

Thanks
Sekhar

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture
  2019-05-21  8:21 ` [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture Wolfram Sang
@ 2019-05-21  8:55   ` Patrice CHOTARD
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice CHOTARD @ 2019-05-21  8:55 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel; +Cc: linux-i2c

Hi Wolfram

On 5/21/19 10:21 AM, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 09f32866bdef..cce1173be35c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2281,6 +2281,7 @@ M:	Patrice Chotard <patrice.chotard@st.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  W:	http://www.stlinux.com
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/i2c/i2c-st.txt
>  F:	arch/arm/mach-sti/
>  F:	arch/arm/boot/dts/sti*
>  F:	drivers/char/hw_random/st-rng.c
> 

Acked-by: Patrice Chotard <patrice.chotard@st.com>

Thanks
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform
  2019-05-21  8:21 ` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform Wolfram Sang
@ 2019-05-21  8:55   ` Michal Simek
  0 siblings, 0 replies; 18+ messages in thread
From: Michal Simek @ 2019-05-21  8:55 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel; +Cc: linux-i2c, Michal Simek

On 21. 05. 19 10:21, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 509a8e6d2dcc..5cb019f8e597 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2532,6 +2532,8 @@ F:	drivers/cpuidle/cpuidle-zynq.c
>  F:	drivers/block/xsysace.c
>  N:	zynq
>  N:	xilinx
> +F:	Documentation/devicetree/bindings/i2c/i2c-cadence.txt
> +F:	Documentation/devicetree/bindings/i2c/i2c-xiic.txt
>  F:	drivers/clocksource/timer-cadence-ttc.c
>  F:	drivers/i2c/busses/i2c-cadence.c
>  F:	drivers/mmc/host/sdhci-of-arasan.c
> 

Reviewed-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform
  2019-05-21  8:21 ` [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform Wolfram Sang
@ 2019-05-22  7:51   ` Heiko Stuebner
  2019-06-01 11:40     ` Wolfram Sang
  0 siblings, 1 reply; 18+ messages in thread
From: Heiko Stuebner @ 2019-05-22  7:51 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, linux-arm-kernel

Hi Wolfram,

Am Dienstag, 21. Mai 2019, 10:21:34 CEST schrieb Wolfram Sang:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Heiko Stuebner <heiko@sntech.de>

not sure if you want me to apply this or just want to pick it up
yourself (I don't have a hard preference here). In any case, if you
want to pick it up, it is obviously

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1a60cd98aad5..09f32866bdef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2145,6 +2145,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-rockchip@lists.infradead.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/i2c/i2c-rk3x.txt
>  F:	arch/arm/boot/dts/rk3*
>  F:	arch/arm/boot/dts/rv1108*
>  F:	arch/arm/mach-rockchip/
> 





_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms
  2019-05-21  8:21 ` [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms Wolfram Sang
@ 2019-05-25  8:33   ` Vladimir Zapolskiy
  0 siblings, 0 replies; 18+ messages in thread
From: Vladimir Zapolskiy @ 2019-05-25  8:33 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel; +Cc: linux-i2c

Hi Wolfram,

On 05/21/2019 11:21 AM, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Vladimir Zapolskiy <vz@mleia.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 90abfe11b05c..01b5579cfa07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1782,6 +1782,7 @@ ARM/LPC18XX ARCHITECTURE
>  M:	Vladimir Zapolskiy <vz@mleia.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
>  F:	arch/arm/boot/dts/lpc43*
>  F:	drivers/i2c/busses/i2c-lpc2k.c
>  F:	drivers/memory/pl172.c
> @@ -1795,6 +1796,7 @@ M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/i2c/i2c-pnx.txt
>  F:	arch/arm/boot/dts/lpc32*
>  F:	arch/arm/mach-lpc32xx/
>  F:	drivers/i2c/busses/i2c-pnx.c
> 

it makes sense, thank you for the change!

Acked-by: Vladimir Zapolskiy <vz@mleia.com>

--
Best wishes,
Vladimir

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms
  2019-05-21  8:21 ` [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms Wolfram Sang
@ 2019-05-28 11:59   ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2019-05-28 11:59 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Linux ARM

On Tue, May 21, 2019 at 10:21 AM Wolfram Sang <wsa@the-dreams.de> wrote:

> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform
  2019-05-21  8:21 ` [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform Wolfram Sang
@ 2019-05-28 11:59   ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2019-05-28 11:59 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Linux ARM

On Tue, May 21, 2019 at 10:21 AM Wolfram Sang <wsa@the-dreams.de> wrote:

> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform
  2019-05-22  7:51   ` Heiko Stuebner
@ 2019-06-01 11:40     ` Wolfram Sang
  0 siblings, 0 replies; 18+ messages in thread
From: Wolfram Sang @ 2019-06-01 11:40 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-i2c, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 336 bytes --]


> not sure if you want me to apply this or just want to pick it up
> yourself (I don't have a hard preference here). In any case, if you
> want to pick it up, it is obviously

I wrote in the cover-letter that I prefer individual trees, but it was
obviously a bad place to put this information :) I applied all of them
now to my tree.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 0/8] arm: add I2C DT binding docs to various platforms
  2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
                   ` (7 preceding siblings ...)
  2019-05-21  8:21 ` [PATCH 8/8] MAINTAINERS: add I2C DT bindings to vt8500 architecture Wolfram Sang
@ 2019-06-01 11:40 ` Wolfram Sang
  8 siblings, 0 replies; 18+ messages in thread
From: Wolfram Sang @ 2019-06-01 11:40 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-i2c


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

On Tue, May 21, 2019 at 10:21:29AM +0200, Wolfram Sang wrote:
> Some I2C drivers entries in MAINTAINERS miss their DT bindings docs.
> This series fixes that. Because these drivers are all embedded in their
> platform entries, I suggest the respective maintainers pick them up via
> their tree. If you prefer that I take them via I2C, let me know.

Series applied to for-current!


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-06-01 11:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  8:21 [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang
2019-05-21  8:21 ` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform Wolfram Sang
2019-05-21  8:55   ` Michal Simek
2019-05-21  8:21 ` [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform Wolfram Sang
2019-05-21  8:30   ` Sekhar Nori
2019-05-21  8:21 ` [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms Wolfram Sang
2019-05-25  8:33   ` Vladimir Zapolskiy
2019-05-21  8:21 ` [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms Wolfram Sang
2019-05-28 11:59   ` Linus Walleij
2019-05-21  8:21 ` [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform Wolfram Sang
2019-05-22  7:51   ` Heiko Stuebner
2019-06-01 11:40     ` Wolfram Sang
2019-05-21  8:21 ` [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture Wolfram Sang
2019-05-21  8:55   ` Patrice CHOTARD
2019-05-21  8:21 ` [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform Wolfram Sang
2019-05-28 11:59   ` Linus Walleij
2019-05-21  8:21 ` [PATCH 8/8] MAINTAINERS: add I2C DT bindings to vt8500 architecture Wolfram Sang
2019-06-01 11:40 ` [PATCH 0/8] arm: add I2C DT binding docs to various platforms Wolfram Sang

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).