1. 05 1月, 2006 1 次提交
  2. 01 12月, 2005 1 次提交
  3. 10 11月, 2005 1 次提交
  4. 06 11月, 2005 1 次提交
    • A
      [ARM] 3089/1: ixp4xx AHB/PCI endianness fix · 84613387
      Alessandro Zummo 提交于
      Patch from Alessandro Zummo
      
        This patch fixes AHB/PCI endianness problems when the
       processor is in little-endian mode.
      
       The patch configures the CSR register closely following the directives
       in [1], paragraph 4.1, page 19.
      
       According to the considerations in [1], page 11, while the AHB bus
       supports both endian modes, on the IXP4XX it always uses big-endian.
      
       The PCI bus is connected to the South AHB. A wrong setting in the CSR
       register will thus cause a malfunctional PCI bus.
      
       A schematic diagram of the bus interconnections on the IXP4XX
       can be found in [1], page 18.
      
       The patch has been verified to work on the NSLU2 in
       both LE and BE modes.
      
       The author is Peter Korsgaard.
      
       [1] Intel® IXP4XX Product Line of Network Processors and IXC1100
       Control Plane Processor:
       Understanding Big Endian and Little Endian Modes
      
       http://www.intel.com/design/network/applnots/25423701.pdfSigned-off-by: NAlessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      84613387
  5. 30 10月, 2005 1 次提交
  6. 28 10月, 2005 1 次提交
  7. 29 9月, 2005 1 次提交
  8. 27 9月, 2005 1 次提交
  9. 19 9月, 2005 1 次提交
    • D
      [ARM] 2917/1: Make IXP4xx mach_desc's depend on config options · e0a20089
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      Building a kernel for IXDP425 currently includes the machine descriptors
      for IXDP465 and PRPMC1100 even if those machines are not configured.
      This means we can build a kernel that boots on those machines even
      though the machine_is_xxx() macro will always return 0 and other bits
      such as PCI won't be compiled in. This can lead to many wasted hours
      wondering what you have done to your kernel to make it randomly crash
      thus requireing large quantities of beer to be consumed. While I am
      all for consumption of large quantities of beer, there are better
      reasons to do so then stupid kernel bugs.
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e0a20089
  10. 08 9月, 2005 1 次提交
  11. 07 9月, 2005 1 次提交
  12. 30 8月, 2005 2 次提交
  13. 27 8月, 2005 1 次提交
  14. 04 8月, 2005 1 次提交
  15. 07 7月, 2005 2 次提交
  16. 04 7月, 2005 1 次提交
  17. 27 6月, 2005 1 次提交
  18. 25 6月, 2005 1 次提交
    • D
      [PATCH] ARM: 2745/1: Fix IXP4xx debug macros · 5932ae3f
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      Current IXP4xx debug macros do not work in the small window between
      the MMU being enabled and the call to map_io() b/c the standard
      peripheral mapping is not properly setup for use with the low-level
      debug code. This patch creates a new section-aligned mapping for the
      UART specifically for use with the debug macros.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5932ae3f
  19. 04 5月, 2005 1 次提交
  20. 17 4月, 2005 2 次提交
    • A
      [PATCH] arm: fix help text for ixdp465 · 7aa52f51
      akpm@osdl.org 提交于
      )
      
      
      From: Russell King <rmk+lkml@arm.linux.org.uk>
      
      For some reason, this help text was missed when the file was last audited
      by the documentation referencing folk.  Fix this incorrect documentation
      reference.
      Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7aa52f51
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4