From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates
Date: Thu, 01 Feb 2018 14:36:58 -0800 [thread overview]
Message-ID: <7hinbg8hh1.fsf@baylibre.com> (raw)
In-Reply-To: <8990554d-e995-e432-8f50-3b247f71b0fd@amlogic.com> (Yixun Lan's message of "Wed, 31 Jan 2018 10:25:45 +0800")
Hi Yixun,
Yixun Lan <yixun.lan@amlogic.com> writes:
> On 01/31/18 08:22, Kevin Hilman wrote:
>> On Tue, Jan 30, 2018 at 4:04 PM, Kevin Hilman <khilman@baylibre.com> wrote:
>>> Yixun Lan <yixun.lan@amlogic.com> writes:
>>>
>>>> HI Kevin
>>>> These are the UART DT updates for the Meson-AXG platform.
>>>>
>>>> The patch 1 is a general fix.
>>>> Other patches are about adding clock & pinctrl info, then using them.
>>>> Last patch enable UART_A which connect to a BT module on the S400 board.
>>>
>>> Applied to v4.16/dt64,
>>
>> Oops, I meant v4.17.
>>
>
> Hi Kevin
> I should warn you about the patch 3 [1], it actually depend on the gpio
> renaming patch [2]
>
> I'm still waiting Linus to take patch [2], then update according
> (or you could help amend the patch? it's simply a
> 's/uart_ao_b_gpioz/uart_ao_b_z/g)
I've made that change in the version of the patch that I applied to the
v4.17/dt64 branch.
It's harmless without the pinctrl patch applied anyways.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates
Date: Thu, 01 Feb 2018 14:36:58 -0800 [thread overview]
Message-ID: <7hinbg8hh1.fsf@baylibre.com> (raw)
In-Reply-To: <8990554d-e995-e432-8f50-3b247f71b0fd@amlogic.com> (Yixun Lan's message of "Wed, 31 Jan 2018 10:25:45 +0800")
Hi Yixun,
Yixun Lan <yixun.lan@amlogic.com> writes:
> On 01/31/18 08:22, Kevin Hilman wrote:
>> On Tue, Jan 30, 2018 at 4:04 PM, Kevin Hilman <khilman@baylibre.com> wrote:
>>> Yixun Lan <yixun.lan@amlogic.com> writes:
>>>
>>>> HI Kevin
>>>> These are the UART DT updates for the Meson-AXG platform.
>>>>
>>>> The patch 1 is a general fix.
>>>> Other patches are about adding clock & pinctrl info, then using them.
>>>> Last patch enable UART_A which connect to a BT module on the S400 board.
>>>
>>> Applied to v4.16/dt64,
>>
>> Oops, I meant v4.17.
>>
>
> Hi Kevin
> I should warn you about the patch 3 [1], it actually depend on the gpio
> renaming patch [2]
>
> I'm still waiting Linus to take patch [2], then update according
> (or you could help amend the patch? it's simply a
> 's/uart_ao_b_gpioz/uart_ao_b_z/g)
I've made that change in the version of the patch that I applied to the
v4.17/dt64 branch.
It's harmless without the pinctrl patch applied anyways.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>
Cc: devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Neil Armstrong
<narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>,
linux-amlogic
<linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
linux-arm-kernel
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
lkml <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linus Walleij
<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates
Date: Thu, 01 Feb 2018 14:36:58 -0800 [thread overview]
Message-ID: <7hinbg8hh1.fsf@baylibre.com> (raw)
In-Reply-To: <8990554d-e995-e432-8f50-3b247f71b0fd-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> (Yixun Lan's message of "Wed, 31 Jan 2018 10:25:45 +0800")
Hi Yixun,
Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> writes:
> On 01/31/18 08:22, Kevin Hilman wrote:
>> On Tue, Jan 30, 2018 at 4:04 PM, Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> wrote:
>>> Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> writes:
>>>
>>>> HI Kevin
>>>> These are the UART DT updates for the Meson-AXG platform.
>>>>
>>>> The patch 1 is a general fix.
>>>> Other patches are about adding clock & pinctrl info, then using them.
>>>> Last patch enable UART_A which connect to a BT module on the S400 board.
>>>
>>> Applied to v4.16/dt64,
>>
>> Oops, I meant v4.17.
>>
>
> Hi Kevin
> I should warn you about the patch 3 [1], it actually depend on the gpio
> renaming patch [2]
>
> I'm still waiting Linus to take patch [2], then update according
> (or you could help amend the patch? it's simply a
> 's/uart_ao_b_gpioz/uart_ao_b_z/g)
I've made that change in the version of the patch that I applied to the
v4.17/dt64 branch.
It's harmless without the pinctrl patch applied anyways.
Kevin
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Yixun Lan <yixun.lan@amlogic.com>
Cc: devicetree <devicetree@vger.kernel.org>,
Neil Armstrong <narmstrong@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Carlo Caione <carlo@caione.org>,
linux-amlogic <linux-amlogic@lists.infradead.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
lkml <linux-kernel@vger.kernel.org>,
Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates
Date: Thu, 01 Feb 2018 14:36:58 -0800 [thread overview]
Message-ID: <7hinbg8hh1.fsf@baylibre.com> (raw)
In-Reply-To: <8990554d-e995-e432-8f50-3b247f71b0fd@amlogic.com> (Yixun Lan's message of "Wed, 31 Jan 2018 10:25:45 +0800")
Hi Yixun,
Yixun Lan <yixun.lan@amlogic.com> writes:
> On 01/31/18 08:22, Kevin Hilman wrote:
>> On Tue, Jan 30, 2018 at 4:04 PM, Kevin Hilman <khilman@baylibre.com> wrote:
>>> Yixun Lan <yixun.lan@amlogic.com> writes:
>>>
>>>> HI Kevin
>>>> These are the UART DT updates for the Meson-AXG platform.
>>>>
>>>> The patch 1 is a general fix.
>>>> Other patches are about adding clock & pinctrl info, then using them.
>>>> Last patch enable UART_A which connect to a BT module on the S400 board.
>>>
>>> Applied to v4.16/dt64,
>>
>> Oops, I meant v4.17.
>>
>
> Hi Kevin
> I should warn you about the patch 3 [1], it actually depend on the gpio
> renaming patch [2]
>
> I'm still waiting Linus to take patch [2], then update according
> (or you could help amend the patch? it's simply a
> 's/uart_ao_b_gpioz/uart_ao_b_z/g)
I've made that change in the version of the patch that I applied to the
v4.17/dt64 branch.
It's harmless without the pinctrl patch applied anyways.
Kevin
next prev parent reply other threads:[~2018-02-01 22:36 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-11 2:33 [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` [PATCH v3 1/5] ARM64: dts: meson: uart: fix address space range Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` [PATCH v3 2/5] ARM64: dts: meson-axg: uart: drop legacy compatible name from EE UART Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` [PATCH v3 3/5] ARM64: dts: meson-axg: uart: Add the pinctrl info description Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:33 ` Yixun Lan
2018-01-11 2:34 ` [PATCH v3 4/5] ARM64: dts: meson-axg: complete the pinctrl info for UART_AO_A Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-11 2:34 ` [PATCH v3 5/5] ARM64: dts: meson-axg: enable the UART_A controller Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-11 2:34 ` Yixun Lan
2018-01-31 0:04 ` [PATCH v3 0/5] ARM64: dts: meson-axg: UART DT updates Kevin Hilman
2018-01-31 0:04 ` Kevin Hilman
2018-01-31 0:04 ` Kevin Hilman
2018-01-31 0:04 ` Kevin Hilman
2018-01-31 0:22 ` Kevin Hilman
2018-01-31 0:22 ` Kevin Hilman
2018-01-31 0:22 ` Kevin Hilman
2018-01-31 2:25 ` Yixun Lan
2018-01-31 2:25 ` Yixun Lan
2018-01-31 2:25 ` Yixun Lan
2018-01-31 2:25 ` Yixun Lan
2018-02-01 22:36 ` Kevin Hilman [this message]
2018-02-01 22:36 ` Kevin Hilman
2018-02-01 22:36 ` Kevin Hilman
2018-02-01 22:36 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hinbg8hh1.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.