kernel-ark/arch/mips
Marc St-Jean beab697ab4 serial driver PMC MSP71xx
Serial driver patch for the PMC-Sierra MSP71xx devices.

There are three different fixes:

1 Fix for DesignWare APB THRE errata: In brief, this is a non-standard
  16550 in that the THRE interrupt will not re-assert itself simply by
  disabling and re-enabling the THRI bit in the IER, it is only re-enabled
  if a character is actually sent out.

  It appears that the "8250-uart-backup-timer.patch" in the "mm" tree
  also fixes it so we have dropped our initial workaround.  This patch now
  needs to be applied on top of that "mm" patch.

2 Fix for Busy Detect on LCR write: The DesignWare APB UART has a feature
  which causes a new Busy Detect interrupt to be generated if it's busy
  when the LCR is written.  This fix saves the value of the LCR and
  rewrites it after clearing the interrupt.

3 Workaround for interrupt/data concurrency issue: The SoC needs to
  ensure that writes that can cause interrupts to be cleared reach the UART
  before returning from the ISR.  This fix reads a non-destructive register
  on the UART so the read transaction completion ensures the previously
  queued write transaction has also completed.

Signed-off-by: Marc St-Jean <Marc_St-Jean@pmc-sierra.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:12:50 -07:00
..
arc
au1000
basler/excite [MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED. 2007-04-27 16:20:25 +01:00
boot
cobalt Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2007-05-01 00:24:54 -04:00
configs [MIPS] Remove pnx8550-v2pci_defconfig 2007-04-27 16:20:25 +01:00
ddb5xxx
dec
emma2rh
gt64120 [MIPS] merge GT64111 PCI routines and GT64120 PCI_0 routines 2007-04-27 16:20:23 +01:00
jazz
jmr3927 [MIPS] JMR3927 cleanup 2007-04-27 16:20:23 +01:00
kernel [PATCH] x86: Allow percpu variables to be page-aligned 2007-05-02 19:27:12 +02:00
lasat
lib PCI: Cleanup the includes of <linux/pci.h> 2007-05-02 19:02:35 -07:00
lib-32
lib-64
math-emu
mips-boards MIPSnet: Modernize use platform_device API. 2007-04-28 11:01:01 -04:00
mm [MIPS] Remove unused argument from kunmap_coherent(). 2007-04-27 16:20:24 +01:00
momentum
oprofile [MIPS] Fix oprofile logic to physical counter remapping 2007-04-24 22:10:18 +01:00
pci [MIPS] Register PCI host bridge resource earlier 2007-04-27 16:20:25 +01:00
philips/pnx8550
pmc-sierra serial driver PMC MSP71xx 2007-05-07 12:12:50 -07:00
qemu
sgi-ip22 [MIPS] IP22: Get rid of volatile in IP22 core code. 2007-04-27 16:20:23 +01:00
sgi-ip27
sgi-ip32
sibyte [MIPS] Add bcm1480 ZBus trace support, fix wait related bugs 2007-04-27 16:20:25 +01:00
sni [MIPS] Change PCI host bridge setup/resources 2007-04-27 16:20:25 +01:00
tx4927
tx4938
vr41xx [MIPS] update vr41xx Kconfig 2007-04-27 16:20:26 +01:00
defconfig
Kconfig [MIPS] remove 2 select entries for VR41xx 2007-04-27 16:20:26 +01:00
Kconfig.debug
Makefile [MIPS] Add bcm1480 ZBus trace support, fix wait related bugs 2007-04-27 16:20:25 +01:00