Files
linux/drivers/serial
Jamie Iles a3ae0fc34f 8250: add a UPIO_DWAPB32 for 32 bit accesses
Some platforms contain a Synopsys DesignWare APB UART that is attached
to a 32-bit APB bus where sub-word accesses are not allowed. Add a new
IO type (UPIO_DWAPB32) that performs 32 bit acccesses to the UART.

v2:
	- don't test for 32 bit in the output fast path, provide a
	  separate dwabp32_serial_out() function. Refactor
	  dwabp_serial_out() so that we can reuse the LCR saving
	  code.
v3:
	- rebased on top of "8250: use container_of() instead of
	  casting"

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-12-10 15:19:38 -08:00
..
2010-10-22 10:20:10 -07:00
2010-09-20 16:30:00 -07:00
2010-10-28 12:13:27 +02:00
2010-11-30 17:25:46 -08:00
2010-12-10 15:17:19 -08:00
2010-10-22 15:34:12 -05:00
2010-08-10 13:47:46 -07:00
2010-06-04 13:37:16 -07:00
2010-06-04 13:37:16 -07:00
2010-11-30 17:23:44 -08:00
2010-02-27 18:31:02 +01:00