1. 19 Nov, 2004 34 commits
  2. 18 Nov, 2004 6 commits
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · 84ac4d4a
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      84ac4d4a
    • Deepak Saxena's avatar
      [ARM PATCH] 2268/1: Update Documentation/arm/Booting · 09669bf8
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      One of the problems I have seen with several bootloaders is
      that they forget to disable network devices before jumping 
      into the kernel and we end up with kernel text being overwritten
      by random data before the in-kernel driver resets the devices.
      This patch adds a blurb to the ARM Bootloader documentation 
      reminding developers to quiesce all DMA capable devices before
      executing the kernel.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      09669bf8
    • Deepak Saxena's avatar
      [ARM PATCH] 2262/1: Various IXP2000 typo fixes and comment cleanups · 696152b6
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Patch from Lennert Buytenhek
      
      Signed-off-by: Lennert Buytenhek
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      696152b6
    • Deepak Saxena's avatar
      [ARM PATCH] 2258/1: Add missing IXP2000 Makefile.boot file · d3889266
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      d3889266
    • Deepak Saxena's avatar
      [ARM PATCH] 2254/1: Fix ixp4xx-regs.h PCI config address typo · 96ce0bff
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      There seems to be a typo that has creeped into
      include/asm/arch-ixp4xx/ixp4xx-regs.h. IXP4XX_EXP_CFG_BASE_VIRT and
      IXP4XX_PCI_CFG_BASE_VIRT were both defined to the same value. The patch
      changes PCI_CFG_BASE_VIRT to the value in the memory map comment.
        
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      96ce0bff
    • Deepak Saxena's avatar
      [ARM PATCH] 2253/1: Fix IXP4xx PCI config cycle routines · 3f19bb6d
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      The IXP4xx PCI config cycle routines currently virtualize accesses
      to device 0:0 to map to the host bridge itself. This is technically
      incorrect b/c on certain boards we have an actual device wired to 0:0
      and the existing code will not see these.
        
      
      Signed-off-by: Deepak Saxena
       
      Signed-off-by: Russell King
      3f19bb6d