Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1573568 > unrolled thread

[PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

Started byBaoyou Xie <baoyou.xie@linaro.org>
First post2017-02-04 02:40 +0100
Last post2017-02-05 06:00 +0100
Articles 5 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture Baoyou Xie <baoyou.xie@linaro.org> - 2017-02-04 02:40 +0100
    Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver  to ARM ZTE architecture Guenter Roeck <linux@roeck-us.net> - 2017-02-05 01:10 +0100
      Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller  driver to ARM ZTE architecture Shawn Guo <shawnguo@kernel.org> - 2017-02-05 04:50 +0100
        Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver  to ARM ZTE architecture Guenter Roeck <linux@roeck-us.net> - 2017-02-05 05:30 +0100
          Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller  driver to ARM ZTE architecture Shawn Guo <shawnguo@kernel.org> - 2017-02-05 06:00 +0100

#1573568 — [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

FromBaoyou Xie <baoyou.xie@linaro.org>
Date2017-02-04 02:40 +0100
Subject[PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
Message-ID<t6Xux-1CP-9@gated-at.bofh.it>
Add the zx2967 watchdog controller driver as maintained by ARM ZTE
architecture maintainers, as they're parts of the core IP.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index edfdea3..275c434 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1990,11 +1990,13 @@ F:	drivers/clk/zte/
 F:	drivers/reset/reset-zx2967.c
 F:	drivers/soc/zte/
 F:	drivers/thermal/zx*
+F:	drivers/watchdog/zx2967_wdt.c
 F:	Documentation/devicetree/bindings/arm/zte.txt
 F:	Documentation/devicetree/bindings/clock/zx296702-clk.txt
 F:	Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
 F:	Documentation/devicetree/bindings/soc/zte/
 F:	Documentation/devicetree/bindings/thermal/zx*
+F:	Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
 F:	include/dt-bindings/soc/zx*.h
 
 ARM/ZYNQ ARCHITECTURE
-- 
2.7.4

[toc] | [next] | [standalone]


#1573781 — Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

FromGuenter Roeck <linux@roeck-us.net>
Date2017-02-05 01:10 +0100
SubjectRe: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
Message-ID<t7iz0-8eJ-21@gated-at.bofh.it>
In reply to#1573568
On 02/03/2017 05:34 PM, Baoyou Xie wrote:
> Add the zx2967 watchdog controller driver as maintained by ARM ZTE
> architecture maintainers, as they're parts of the core IP.
>
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

I assume you'll submit this patch through the arm tree ?

Guenter

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index edfdea3..275c434 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1990,11 +1990,13 @@ F:	drivers/clk/zte/
>  F:	drivers/reset/reset-zx2967.c
>  F:	drivers/soc/zte/
>  F:	drivers/thermal/zx*
> +F:	drivers/watchdog/zx2967_wdt.c
>  F:	Documentation/devicetree/bindings/arm/zte.txt
>  F:	Documentation/devicetree/bindings/clock/zx296702-clk.txt
>  F:	Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
>  F:	Documentation/devicetree/bindings/soc/zte/
>  F:	Documentation/devicetree/bindings/thermal/zx*
> +F:	Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
>  F:	include/dt-bindings/soc/zx*.h
>
>  ARM/ZYNQ ARCHITECTURE
>

[toc] | [prev] | [next] | [standalone]


#1573802 — Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

FromShawn Guo <shawnguo@kernel.org>
Date2017-02-05 04:50 +0100
SubjectRe: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
Message-ID<t7lZT-1TQ-1@gated-at.bofh.it>
In reply to#1573781
Hi Baoyou,

On Sun, Feb 05, 2017 at 10:36:38AM +0800, Baoyou Xie wrote:
> On 5 February 2017 at 08:05, Guenter Roeck <linux@roeck-us.net> wrote:
> 
> > On 02/03/2017 05:34 PM, Baoyou Xie wrote:
> >
> >> Add the zx2967 watchdog controller driver as maintained by ARM ZTE
> >> architecture maintainers, as they're parts of the core IP.
> >>
> >> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> >>
> >
> > Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> >
> > I assume you'll submit this patch through the arm tree ?
> >
> Could you please submit all three patches through your tree? Thanks a lot
> :)

Patch #2 is the only one that Guenter is concerned about, as there are
other subsystem related updates on the file.  I think Guenter's
suggestion is good, i.e. we have patch #1 and #3 go upstream through
watchdog tree, and later we update MAINTAINERS as needed via arm-soc
tree.

Shawn

[toc] | [prev] | [next] | [standalone]


#1573812 — Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

FromGuenter Roeck <linux@roeck-us.net>
Date2017-02-05 05:30 +0100
SubjectRe: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
Message-ID<t7mCB-2me-1@gated-at.bofh.it>
In reply to#1573802
On 02/04/2017 07:45 PM, Shawn Guo wrote:
> Hi Baoyou,
>
> On Sun, Feb 05, 2017 at 10:36:38AM +0800, Baoyou Xie wrote:
>> On 5 February 2017 at 08:05, Guenter Roeck <linux@roeck-us.net> wrote:
>>
>>> On 02/03/2017 05:34 PM, Baoyou Xie wrote:
>>>
>>>> Add the zx2967 watchdog controller driver as maintained by ARM ZTE
>>>> architecture maintainers, as they're parts of the core IP.
>>>>
>>>> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
>>>>
>>>
>>> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
>>>
>>> I assume you'll submit this patch through the arm tree ?
>>>
>> Could you please submit all three patches through your tree? Thanks a lot
>> :)
>
> Patch #2 is the only one that Guenter is concerned about, as there are
> other subsystem related updates on the file.  I think Guenter's
> suggestion is good, i.e. we have patch #1 and #3 go upstream through
> watchdog tree, and later we update MAINTAINERS as needed via arm-soc
> tree.
>

Yes. One of the problems is that the patch doesn't apply to my tree
(which is based on v4.10-rc3), and it doesn't have a common anchestor,
meaning it is most likely not based on mainline. I would prefer to avoid
conflicts with the arm tree if possible.

Guenter

[toc] | [prev] | [next] | [standalone]


#1573814 — Re: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

FromShawn Guo <shawnguo@kernel.org>
Date2017-02-05 06:00 +0100
SubjectRe: [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
Message-ID<t7n5D-2ww-3@gated-at.bofh.it>
In reply to#1573812
Hi Guenter,

On Sat, Feb 04, 2017 at 08:29:27PM -0800, Guenter Roeck wrote:
> Yes. One of the problems is that the patch doesn't apply to my tree
> (which is based on v4.10-rc3), and it doesn't have a common anchestor,
> meaning it is most likely not based on mainline. I would prefer to avoid
> conflicts with the arm tree if possible.

Understood.  You only need to handle patch #1 and #3, and we will sort
out MAINTAINERS update separately.  Thanks.

Shawn

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web