1. 13 3月, 2010 1 次提交
  2. 04 1月, 2010 1 次提交
  3. 01 12月, 2009 1 次提交
  4. 10 9月, 2009 1 次提交
  5. 29 12月, 2008 1 次提交
  6. 13 12月, 2008 1 次提交
    • R
      [ARM] fix xm_x2xx_defconfig build errors · 67fbc231
      Russell King 提交于
      drivers/built-in.o: In function `pci_set_consistent_dma_mask':
      hid-quirks.c:(.text+0x2664): multiple definition of `pci_set_consistent_dma_mask'
      drivers/built-in.o: In function `pci_set_dma_mask':
      hid-quirks.c:(.text+0x42c4): multiple definition of `pci_set_dma_mask'
      
      because drivers/pci/pci.c was not seeing the definition disabling these
      functions.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      67fbc231
  7. 02 12月, 2008 3 次提交
  8. 25 9月, 2008 2 次提交
  9. 01 9月, 2008 1 次提交
  10. 07 8月, 2008 1 次提交
  11. 05 8月, 2008 1 次提交
  12. 13 7月, 2008 1 次提交
  13. 10 7月, 2008 2 次提交
  14. 07 7月, 2008 1 次提交
  15. 10 1月, 2008 1 次提交
  16. 16 10月, 2007 2 次提交
  17. 13 10月, 2007 3 次提交
  18. 12 7月, 2007 1 次提交
  19. 21 2月, 2007 1 次提交
  20. 28 10月, 2005 1 次提交
    • I
      [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for... · 63a4b52c
      Ian Campbell 提交于
      [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h
      
      Patch from Ian Campbell
      
      The sparse warning initially surfaced in sound/arm/pxa2xx-ac97.c
      because it was using u32 * variables to hold the unsigned long *
      register addresses.
      
      I submitted an ALSA patch for this http://thread.gmane.org/gmane.linux.alsa.devel/27804 issue and it was suggested that it might be preferable to change the register
      definitions to use u32.
      
      Most other subarches seem to use u32 for their register type, at least
      the ones which use a __REG macro (like the PXA) do. Nico indicated in
      the thread above that he wouldn't mind this patch.
      
      Changing the type required fixes for opposite warnings in the pxa2xx usb
      gadget code but that was the only new warning introduced on defconfig
      or lubbock, mainstone and our own PXA255 boards.
      Signed-off-by: NIan Campbell <icampbell@arcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      63a4b52c
  21. 09 9月, 2005 1 次提交
  22. 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