From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Tue, 16 Aug 2016 08:10:56 -0500 Subject: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node In-Reply-To: <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> (Guenter Roeck's message of "Mon, 15 Aug 2016 18:51:38 -0700") References: <1468141867-4172-1-git-send-email-narmstrong@baylibre.com> <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> <578271D3.4080704@roeck-us.net> <7hbn237aw7.fsf@baylibre.com> <7hinv1ahqi.fsf@baylibre.com> <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Guenter Roeck writes: > On 08/15/2016 01:40 PM, Kevin Hilman wrote: >> Kevin Hilman writes: >> >>> On Wed, Aug 3, 2016 at 5:27 PM, Kevin Hilman wrote: >>>> Hi Guenter, >>>> >>>> Kevin Hilman writes: >>>> >>>>> Guenter Roeck writes: >>>>> >>>>>> On 07/10/2016 02:11 AM, Neil Armstrong wrote: >>>>>>> Signed-off-by: Neil Armstrong >>>>>> >>>>>> Reviewed-by: Guenter Roeck >>>>>> >>>>>> Would this go in through one of the arm trees ? >>>>> >>>>> You can take the driver through the watchdog tree, but I'll take the DT >>>>> stuff through the amlogic tree (and submit via arm-soc). >>>>> >>>>> However, with your ack, and since this is a brand new driver, I could >>>>> take the driver as well. Just let me know your preference. >>>> >>>> ping... do you have a prefernce here? >>>> >>> >>> Oops, just noticed Wim already picked these up. >>> >> >> Strange, seems that Wim picked up patches 1 & 3, but this one was missed. I'll >> queue this for the arm-soc tree. >> > > I got a number of requests from arm maintainers to not pick up devicetree changes > for arch/arm, so for my part I usually leave those alone. Yeah, that's the normal way, but Wim replied to the cover letter saying he would pick up all three, so I got a bit confused. Anyways, not a big deal. I'll take it from here. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-io0-f177.google.com ([209.85.223.177]:33021 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753425AbcHPNK7 (ORCPT ); Tue, 16 Aug 2016 09:10:59 -0400 Received: by mail-io0-f177.google.com with SMTP id 38so106580154iol.0 for ; Tue, 16 Aug 2016 06:10:59 -0700 (PDT) From: Kevin Hilman To: Guenter Roeck Cc: Neil Armstrong , Wim Van Sebroeck , devicetree , lkml , linux-arm-kernel , linux-amlogic@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node References: <1468141867-4172-1-git-send-email-narmstrong@baylibre.com> <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> <578271D3.4080704@roeck-us.net> <7hbn237aw7.fsf@baylibre.com> <7hinv1ahqi.fsf@baylibre.com> <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> Date: Tue, 16 Aug 2016 08:10:56 -0500 In-Reply-To: <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> (Guenter Roeck's message of "Mon, 15 Aug 2016 18:51:38 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org Guenter Roeck writes: > On 08/15/2016 01:40 PM, Kevin Hilman wrote: >> Kevin Hilman writes: >> >>> On Wed, Aug 3, 2016 at 5:27 PM, Kevin Hilman wrote: >>>> Hi Guenter, >>>> >>>> Kevin Hilman writes: >>>> >>>>> Guenter Roeck writes: >>>>> >>>>>> On 07/10/2016 02:11 AM, Neil Armstrong wrote: >>>>>>> Signed-off-by: Neil Armstrong >>>>>> >>>>>> Reviewed-by: Guenter Roeck >>>>>> >>>>>> Would this go in through one of the arm trees ? >>>>> >>>>> You can take the driver through the watchdog tree, but I'll take the DT >>>>> stuff through the amlogic tree (and submit via arm-soc). >>>>> >>>>> However, with your ack, and since this is a brand new driver, I could >>>>> take the driver as well. Just let me know your preference. >>>> >>>> ping... do you have a prefernce here? >>>> >>> >>> Oops, just noticed Wim already picked these up. >>> >> >> Strange, seems that Wim picked up patches 1 & 3, but this one was missed. I'll >> queue this for the arm-soc tree. >> > > I got a number of requests from arm maintainers to not pick up devicetree changes > for arch/arm, so for my part I usually leave those alone. Yeah, that's the normal way, but Wim replied to the cover letter saying he would pick up all three, so I got a bit confused. Anyways, not a big deal. I'll take it from here. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Tue, 16 Aug 2016 08:10:56 -0500 Subject: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node In-Reply-To: <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> (Guenter Roeck's message of "Mon, 15 Aug 2016 18:51:38 -0700") References: <1468141867-4172-1-git-send-email-narmstrong@baylibre.com> <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> <578271D3.4080704@roeck-us.net> <7hbn237aw7.fsf@baylibre.com> <7hinv1ahqi.fsf@baylibre.com> <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Guenter Roeck writes: > On 08/15/2016 01:40 PM, Kevin Hilman wrote: >> Kevin Hilman writes: >> >>> On Wed, Aug 3, 2016 at 5:27 PM, Kevin Hilman wrote: >>>> Hi Guenter, >>>> >>>> Kevin Hilman writes: >>>> >>>>> Guenter Roeck writes: >>>>> >>>>>> On 07/10/2016 02:11 AM, Neil Armstrong wrote: >>>>>>> Signed-off-by: Neil Armstrong >>>>>> >>>>>> Reviewed-by: Guenter Roeck >>>>>> >>>>>> Would this go in through one of the arm trees ? >>>>> >>>>> You can take the driver through the watchdog tree, but I'll take the DT >>>>> stuff through the amlogic tree (and submit via arm-soc). >>>>> >>>>> However, with your ack, and since this is a brand new driver, I could >>>>> take the driver as well. Just let me know your preference. >>>> >>>> ping... do you have a prefernce here? >>>> >>> >>> Oops, just noticed Wim already picked these up. >>> >> >> Strange, seems that Wim picked up patches 1 & 3, but this one was missed. I'll >> queue this for the arm-soc tree. >> > > I got a number of requests from arm maintainers to not pick up devicetree changes > for arch/arm, so for my part I usually leave those alone. Yeah, that's the normal way, but Wim replied to the cover letter saying he would pick up all three, so I got a bit confused. Anyways, not a big deal. I'll take it from here. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Date: Tue, 16 Aug 2016 08:10:56 -0500 Message-ID: References: <1468141867-4172-1-git-send-email-narmstrong@baylibre.com> <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> <578271D3.4080704@roeck-us.net> <7hbn237aw7.fsf@baylibre.com> <7hinv1ahqi.fsf@baylibre.com> <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9cfa549e-1979-cb42-bfe1-1ef347dd3a9a@roeck-us.net> (Guenter Roeck's message of "Mon, 15 Aug 2016 18:51:38 -0700") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Guenter Roeck Cc: devicetree , linux-watchdog@vger.kernel.org, Neil Armstrong , lkml , Wim Van Sebroeck , linux-amlogic@lists.infradead.org, linux-arm-kernel List-Id: devicetree@vger.kernel.org Guenter Roeck writes: > On 08/15/2016 01:40 PM, Kevin Hilman wrote: >> Kevin Hilman writes: >> >>> On Wed, Aug 3, 2016 at 5:27 PM, Kevin Hilman wrote: >>>> Hi Guenter, >>>> >>>> Kevin Hilman writes: >>>> >>>>> Guenter Roeck writes: >>>>> >>>>>> On 07/10/2016 02:11 AM, Neil Armstrong wrote: >>>>>>> Signed-off-by: Neil Armstrong >>>>>> >>>>>> Reviewed-by: Guenter Roeck >>>>>> >>>>>> Would this go in through one of the arm trees ? >>>>> >>>>> You can take the driver through the watchdog tree, but I'll take the DT >>>>> stuff through the amlogic tree (and submit via arm-soc). >>>>> >>>>> However, with your ack, and since this is a brand new driver, I could >>>>> take the driver as well. Just let me know your preference. >>>> >>>> ping... do you have a prefernce here? >>>> >>> >>> Oops, just noticed Wim already picked these up. >>> >> >> Strange, seems that Wim picked up patches 1 & 3, but this one was missed. I'll >> queue this for the arm-soc tree. >> > > I got a number of requests from arm maintainers to not pick up devicetree changes > for arch/arm, so for my part I usually leave those alone. Yeah, that's the normal way, but Wim replied to the cover letter saying he would pick up all three, so I got a bit confused. Anyways, not a big deal. I'll take it from here. Kevin