1. 21 6月, 2005 4 次提交
    • L
      [PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog · e4fe1981
      Lennert Buytenhek 提交于
      Patch from Lennert Buytenhek
      
      The IXP2000 has four timers, but if we're on an A-step IXP2800, timer
      2 and 3 don't work.  We need two timers for timekeeping (one for the
      timer interrupt and one for tracking missed jiffies), so on early
      IXP2800s we have no other choice but to use timer 1 and 4 for that,
      but on all other IXP2000s we'd rather leave timer 4 free since that's
      the only timer we can use for the watchdog.
      So, on buggy IXP2000s (i.e. the A-step IXP2800) we use timer 4 for
      tracking missed jiffies, and on all all non-buggy IXP2000s (i.e.
      everything but the A-step IXP2800) we use timer 2.
      On a pre-production IXP2800, this patch should print these messages
      on boot:
      	Enabling IXP2800 erratum #25 workaround
      	Unable to use IXP2000 watchdog due to IXP2800 erratum #25
      On any non-buggy IXP2800 (as well as on IXP2400s) you shouldn't see
      anything at all, and the watchdog should be usable again.
      
      Signed-off-by: Lennert Buytenhek
      Signed-off-by: Deepak Saxena
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e4fe1981
    • C
      [PATCH] ARM: 2693/1: Add PCI support for Versatile/PB · c0da085a
      Catalin Marinas 提交于
      Patch from Catalin Marinas
      
      This patch adds PCI support for the Versatile PB926 platform.
      
      Signed-off-by: Colin King
      Signed-off-by: Catalin Marinas
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      c0da085a
    • B
      [PATCH] ARM: 2686/2: AAEC-2000 Core support · 038c5b60
      Bellido Nicolas 提交于
      Patch from Bellido Nicolas
      
      Core support for AAEC-2000 based platforms.
      This is an updated version of the previous patch, and takes
      into account Russell's comments.
      AAED-2000 default configuration will follow as soon
      as some problems with the bootloader are sorted out...
      
      Signed-off-by: Nicolas Bellido
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      038c5b60
    • R
      [PATCH] ARM: Add iomap support for ARM · 09f0551d
      Russell King 提交于
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      09f0551d
  2. 20 6月, 2005 13 次提交
  3. 19 6月, 2005 23 次提交