All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Complete ZTE PL011 device support
@ 2016-07-08  9:00 ` Shawn Guo
  0 siblings, 0 replies; 28+ messages in thread
From: Shawn Guo @ 2016-07-08  9:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Russell King
  Cc: Peter Hurley, Jason Liu, Andre Przywara, Timur Tabi, xie.baoyou,
	linux-serial, Jun Nie, Shawn Guo, linux-arm-kernel

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

 drivers/tty/serial/amba-pl011.c | 59 ++++++++++++++++++++++++++++++++---------
 include/linux/amba/bus.h        |  6 +++++
 include/linux/amba/serial.h     |  9 +++++++
 3 files changed, 62 insertions(+), 12 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-09-17  9:17 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH v3 0/3] Complete ZTE PL011 device support Shawn Guo
2016-07-14 13:26   ` 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

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.