1. 19 2月, 2016 1 次提交
  2. 23 12月, 2015 1 次提交
  3. 29 10月, 2013 1 次提交
    • L
      ARM: 7865/1: sa1100: fix simpad compilation warning · 9a48aa4c
      Linus Walleij 提交于
      When removing the complex GPIO interface from the SA1100 machines,
      we also removed the implicit #includes for a few header files
      that was included by <linux/gpio.h> thru <mach/gpio.h>, causing
      a compile warning on the simpad boardfile, as <asm/irq.h> was no
      longer #included, as follows:
      
      ./../arch/arm/include/asm/irq.h:9:0: warning: "NR_IRQS" redefined
      [enabled by default]
       #define NR_IRQS NR_IRQS_LEGACY
       ^
      In file included from ../../arch/arm/mach-sa1100/simpad.c:29:0:
      ../../arch/arm/mach-sa1100/include/mach/irqs.h:87:0: note: this is the
      location of the previous definition
       #define NR_IRQS (IRQ_BOARD_START + NR_IRQS_LOCOMO)
      
      This resolves the problem by explicitly including <asm/irq.h>
      into the simpad boardfile.
      Reported-by: NOlof Johansson <olof@lixom.net>
      Cc: Alexandre Courbot <acourbot@nvidia.com>
      Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
      Cc: Kevin Hilman <khilman@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9a48aa4c
  4. 25 12月, 2012 1 次提交
  5. 16 11月, 2012 1 次提交
  6. 19 9月, 2012 1 次提交
  7. 14 9月, 2012 1 次提交
  8. 08 5月, 2012 1 次提交
  9. 26 3月, 2012 1 次提交
  10. 19 2月, 2012 1 次提交
  11. 09 2月, 2012 1 次提交
  12. 04 2月, 2012 1 次提交
  13. 21 1月, 2012 2 次提交
    • R
      Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus." · 65f2e753
      Russell King 提交于
      This reverts commit 5dd7bf59.
      
      Conflicts:
      
      	scripts/mod/file2alias.c
      
      This change is wrong on many levels.  First and foremost, it causes a
      regression.  On boot on Assabet, which this patch gives a codec id of
      'ucb1x00', it gives:
      
      	ucb1x00 ID not found: 1005
      
      0x1005 is a valid ID for the UCB1300 device.
      
      Secondly, this patch is way over the top in terms of complexity.  The
      only device which has been seen to be connected with this MCP code is
      the UCB1x00 (UCB1200, UCB1300 etc) devices, and they all use the same
      driver.  Adding a match table, requiring the codec string to match the
      hardware ID read out of the ID register, etc is completely over the top
      when we can just read the hardware ID register.
      65f2e753
    • R
      Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources." · 216f63c4
      Russell King 提交于
      This reverts commit af9081ae.
      
      This revert is necessary to revert 5dd7bf59.
      216f63c4
  14. 09 1月, 2012 2 次提交
  15. 05 1月, 2012 1 次提交
  16. 17 10月, 2011 4 次提交
  17. 22 8月, 2011 1 次提交
  18. 04 1月, 2011 1 次提交
  19. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  20. 07 12月, 2009 1 次提交
  21. 06 9月, 2008 1 次提交
  22. 07 8月, 2008 2 次提交
  23. 01 7月, 2006 1 次提交
  24. 14 1月, 2006 1 次提交
  25. 30 10月, 2005 1 次提交
  26. 28 10月, 2005 1 次提交
  27. 18 8月, 2005 1 次提交
  28. 04 7月, 2005 1 次提交
  29. 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