All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Russell King <linux@armlinux.org.uk>
Cc: Peter Hurley <peter@hurleysoftware.com>,
	Jason Liu <jason.liu@linaro.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Timur Tabi <timur@codeaurora.org>,
	xie.baoyou@zte.com.cn, linux-serial@vger.kernel.org,
	Andre Przywara <andre.przywara@arm.com>,
	Jun Nie <jun.nie@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/3] Complete ZTE PL011 device support
Date: Thu, 14 Jul 2016 21:26:20 +0800	[thread overview]
Message-ID: <20160714132620.GB4382@tiger> (raw)
In-Reply-To: <1467968441-4056-1-git-send-email-shawn.guo@linaro.org>

On Fri, Jul 08, 2016 at 05:00:38PM +0800, Shawn Guo wrote:
> This is a pick-up of Jun's v2 patch which tries to complete ZTE PL011
> support.
> 
> Commit 7ec758718920 ("tty: amba-pl011: add support for ZTE UART
> (EXPERIMENTAL)") from Russell had already done part of the work that is
> needed for ZTE PL011 support.  The series adds the missing pieces which
> includes handling Flag Register bit position oddness and getting ZTE
> PL011 device probed by amba-pl011 driver.
> 
> Thanks to Russell for the "official" pseudo-ID idea.
> 
> Changes since v2:
>  - Split changes into 3 separate patches
>  - Take Russell's suggestion using helper macro to create pseudo-ID
>  - Rebase to v4.7-rc6
> 
> [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-March/417192.html
> 
> Shawn Guo (3):
>   tty: amba-pl011: define flag register bits for ZTE device
>   tty: amba-pl011: add .get_fifosize for ZTE device
>   tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID

Hi Russell,

Most of the changes of patch #3 are yours, so presumably you are fine
with it.  What about #1 and #2?  May I have your ACK on them, so that I
can ask Greg to pick up the series?  Thanks.

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] Complete ZTE PL011 device support
Date: Thu, 14 Jul 2016 21:26:20 +0800	[thread overview]
Message-ID: <20160714132620.GB4382@tiger> (raw)
In-Reply-To: <1467968441-4056-1-git-send-email-shawn.guo@linaro.org>

On Fri, Jul 08, 2016 at 05:00:38PM +0800, Shawn Guo wrote:
> This is a pick-up of Jun's v2 patch which tries to complete ZTE PL011
> support.
> 
> Commit 7ec758718920 ("tty: amba-pl011: add support for ZTE UART
> (EXPERIMENTAL)") from Russell had already done part of the work that is
> needed for ZTE PL011 support.  The series adds the missing pieces which
> includes handling Flag Register bit position oddness and getting ZTE
> PL011 device probed by amba-pl011 driver.
> 
> Thanks to Russell for the "official" pseudo-ID idea.
> 
> Changes since v2:
>  - Split changes into 3 separate patches
>  - Take Russell's suggestion using helper macro to create pseudo-ID
>  - Rebase to v4.7-rc6
> 
> [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-March/417192.html
> 
> Shawn Guo (3):
>   tty: amba-pl011: define flag register bits for ZTE device
>   tty: amba-pl011: add .get_fifosize for ZTE device
>   tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID

Hi Russell,

Most of the changes of patch #3 are yours, so presumably you are fine
with it.  What about #1 and #2?  May I have your ACK on them, so that I
can ask Greg to pick up the series?  Thanks.

Shawn

  parent reply	other threads:[~2016-07-14 13:26 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08  9:00 [PATCH v3 0/3] Complete ZTE PL011 device support Shawn Guo
2016-07-08  9:00 ` Shawn Guo
2016-07-08  9:00 ` [PATCH v3 1/3] tty: amba-pl011: define flag register bits for ZTE device Shawn Guo
2016-07-08  9:00   ` Shawn Guo
2016-09-16 14:23   ` Sudeep Holla
2016-09-16 14:23     ` Sudeep Holla
2016-09-16 16:39     ` Russell King - ARM Linux
2016-09-16 16:39       ` Russell King - ARM Linux
2016-09-16 17:11       ` Timur Tabi
2016-09-16 17:11         ` Timur Tabi
2016-09-17  5:37         ` Shawn Guo
2016-09-17  5:37           ` Shawn Guo
2016-09-17  9:17           ` Russell King - ARM Linux
2016-09-17  9:17             ` Russell King - ARM Linux
2016-09-17  5:26     ` Shawn Guo
2016-09-17  5:26       ` Shawn Guo
2016-07-08  9:00 ` [PATCH v3 2/3] tty: amba-pl011: add .get_fifosize " Shawn Guo
2016-07-08  9:00   ` Shawn Guo
2016-07-08  9:00 ` [PATCH v3 3/3] tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID Shawn Guo
2016-07-08  9:00   ` Shawn Guo
2016-07-14 13:26 ` Shawn Guo [this message]
2016-07-14 13:26   ` [PATCH v3 0/3] Complete ZTE PL011 device support Shawn Guo
2016-07-18 13:35   ` Russell King - ARM Linux
2016-07-18 13:35     ` Russell King - ARM Linux
2016-08-09  3:21     ` Shawn Guo
2016-08-09  3:21       ` Shawn Guo
2016-08-09  8:27       ` Greg Kroah-Hartman
2016-08-09  8:27         ` Greg Kroah-Hartman

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=20160714132620.GB4382@tiger \
    --to=shawnguo@kernel.org \
    --cc=andre.przywara@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jason.liu@linaro.org \
    --cc=jun.nie@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=peter@hurleysoftware.com \
    --cc=timur@codeaurora.org \
    --cc=xie.baoyou@zte.com.cn \
    /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.