linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v6] *** 8250_dw ***
@ 2015-10-06  6:39 Noam Camus
  2015-10-18  9:01 ` [PATCH-v8] serial: 8250_dw: Add support for big-endian MMIO accesses Noam Camus
  0 siblings, 1 reply; 7+ messages in thread
From: Noam Camus @ 2015-10-06  6:39 UTC (permalink / raw)
  To: linux-kernel, linux-serial
  Cc: gregkh, jslaby, peter, fransklaver, Alexey.Brodkin, vgupta,
	Noam Camus

From: Noam Camus <noamc@ezchip.com>

v6 change:
Adapt patch to latest version (nothing functional)

v5 change:
Two patches is now squashed into single one

v4 change
Remove patch for skipping looptest through DT option.
This is now handled in our simulator model.
Thanks to Vineet Gupta from Synopsys for his help.

We are left with 2 patches which adds BIG endian support.

V3 change:
Use second level accessors for big/little endian port.
The new accessors are now pointed from uart_port->private_data
These accessors are initialized during driver probe().
Driver shouldn't access directly to readl/writel but to
these new second level accessors (first level is at uart_port).
e.g. at dw8250_check_LCR() and dw8250_setup_port() I replaced such
direct calls.

V2 changes:
1) better description for each commit.
2) adding to CC list the device tree maintainer.
3) rename dw8250_check_control() --> dw8250_check_LCR().
4) remove bad patch of "add UPF_FIXED_TYPE to flags".

Noam Camus (1):
  serial: 8250_dw: Add support for big-endian MMIO accesses

 drivers/tty/serial/8250/8250_dw.c |   72 ++++++++++++++++++++++++++++++++----
 1 files changed, 64 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2015-12-11  8:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <45xw80lci7vs893wq469l1b0.1449765214447@com.syntomo.email>
2015-12-11  8:37 ` [PATCH-v8] serial: 8250_dw: Add support for big-endian MMIO accesses Heikki Krogerus
2015-10-06  6:39 [v6] *** 8250_dw *** Noam Camus
2015-10-18  9:01 ` [PATCH-v8] serial: 8250_dw: Add support for big-endian MMIO accesses Noam Camus
2015-12-09 13:19   ` Heikki Krogerus
2015-12-09 13:21     ` Heikki Krogerus
2015-12-10  7:26     ` Noam Camus
2015-12-10  9:31       ` Heikki Krogerus
2015-12-10 10:33         ` Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).