1. 22 4月, 2007 1 次提交
  2. 17 2月, 2007 1 次提交
  3. 08 12月, 2006 1 次提交
  4. 02 12月, 2006 1 次提交
  5. 30 11月, 2006 1 次提交
  6. 04 11月, 2006 1 次提交
    • K
      [ARM] 3918/1: ixp4xx irq-chip rework · 984d115b
      Kevin Hilman 提交于
      This is a rework of the ixp4xx irq_chip implementation.  The use of
      two irq_chip structures and potentially switching between them is a
      violation of the intended use of the IRQ framework.  The current
      implementation does not work with current in-kernel spinlock debugging
      or lockdep due to lock recursion problems caused by calling
      set_irq_chip/handler from within the chip's set_irq_type().
      
      This patch goes back to using one irq_chip structure and handling the
      differences between edge/level, normal/GPIO interrupts inside the
      ack/mask/unmask routines themselves.
      Signed-off-by: NKevin Hilman <khilman@mvista.com>
      Signed-off-by: NDeepak Saxena <dsaxena@mvista.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      984d115b
  7. 07 10月, 2006 1 次提交
  8. 29 9月, 2006 1 次提交
  9. 03 7月, 2006 1 次提交
  10. 01 7月, 2006 1 次提交
  11. 22 6月, 2006 1 次提交
  12. 21 4月, 2006 1 次提交
  13. 22 3月, 2006 1 次提交
  14. 23 2月, 2006 1 次提交
  15. 19 1月, 2006 1 次提交
  16. 06 1月, 2006 1 次提交
    • D
      [ARM] 3226/1: IXP4xx runtime expansion bus window size configuration · 54e269ea
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      The expansion bus on the IXP46x NPU can be configured for either 32MiB or
      16MiB windows and changing the configuration causes the base address for
      each chip select for each region to change. Because of this, we cannot
      hardcode the physical base as we currently do. This patch checks the
      expansion bus configuration registers at runtime to determine the
      appropriate window size. Note that this requires that the bootloader
      already configured the device sizes appropriately, but I feel that is
      valid assumption to make as the bootloader must configure and access
      the flash window, the output display (LCD, LEDs, etc) window, and
      other expansion bus devices.
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      54e269ea
  17. 05 1月, 2006 1 次提交
  18. 30 10月, 2005 1 次提交
  19. 28 10月, 2005 1 次提交
  20. 27 9月, 2005 1 次提交
  21. 07 9月, 2005 1 次提交
  22. 30 8月, 2005 1 次提交
  23. 27 6月, 2005 1 次提交
  24. 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
  25. 17 4月, 2005 1 次提交
    • 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