1. 15 Mar, 2005 3 commits
  2. 12 Mar, 2005 12 commits
  3. 08 Mar, 2005 2 commits
  4. 04 Mar, 2005 2 commits
  5. 03 Mar, 2005 2 commits
  6. 01 Mar, 2005 14 commits
  7. 28 Feb, 2005 5 commits
    • Ben Dooks's avatar
      [ARM PATCH] 2505/1: Remove FTVPCI from debug code · 1c97eab8
      Ben Dooks authored
      Patch from Ben Dooks
      
      Remove the currently #if'ed out FTVPCI debug code
      from arch/arm/kernel/debug.S as FTVPCI has no current
      build candidate.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      1c97eab8
    • Ben Dooks's avatar
      [ARM PATCH] 2498/1: CREDITS - add Ben Dooks · 5a421fa6
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add Ben Dooks to the credits file
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      5a421fa6
    • Sascha Hauer's avatar
      [ARM PATCH] 2497/1: i.MX pll decode · 82b38812
      Sascha Hauer authored
      Patch from Sascha Hauer
      
      This patch provided by Pavel Pisa fixes a wrong bitmask in
      imx_decode_pll.
      Sascha Hauer
      
      Signed-off-by: Pavel Pisa
      
      Signed-off-by: Sascha Hauer
      Signed-off-by: Russell King
      82b38812
    • Sascha Hauer's avatar
      [ARM PATCH] 2496/1: i.MX DMA fix · b8d45999
      Sascha Hauer authored
      Patch from Sascha Hauer
      
      This patch fixes the handling of the dma interrupt acknowledge register (DISR).
      A DMA interrupt is acknowledged by setting the corresponding bit in
      DISR. So we are not allowed to use |= on this register because we could
      lose interrupts.
      Sascha Hauer
      
      Signed-off-by: Sascha Hauer
      Signed-off-by: Russell King
      b8d45999
    • Alex Williamson's avatar
      [SERIAL] 8250 woraround for buggy uart · 25f34d0f
      Alex Williamson authored
      Patch from Alex Williamson
      
      This patch adds support for detecting and working around a bug in
      the A2 rev of the Exar ST16C2550 UART.  The chip incorrectly
      advertises an EFR and mis-detects as having the wrong size FIFO.
      Much of the patch below is Russell's proposed solution to the
      problem.  The only changes I've made are to check the FIFO size
      on the part (because there is a real part with the same divisor
      ID and larger FIFO) and save and restore the LCR register around
      the size_fifo() routine (it doesn't work correctly with a LCR
      value of 0xBF).
      
      Signed-off-by: Alex Williamson
      Signed-off-by: Russell King
      25f34d0f