1. 22 8月, 2011 1 次提交
  2. 19 7月, 2011 1 次提交
  3. 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
  4. 05 12月, 2009 1 次提交
  5. 28 10月, 2008 1 次提交
  6. 06 9月, 2008 1 次提交
  7. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  8. 07 2月, 2008 1 次提交
  9. 04 2月, 2008 4 次提交
  10. 28 1月, 2008 1 次提交
  11. 26 5月, 2007 2 次提交
  12. 29 9月, 2006 1 次提交
  13. 23 6月, 2006 1 次提交
  14. 23 2月, 2006 1 次提交
  15. 17 2月, 2006 1 次提交
    • M
      [ARM] 3337/1: Fix NSLU2 flash support according to window size configuration patch · 3dfaf7a6
      Martin Michlmayr 提交于
      Patch from Martin Michlmayr
      
      ARM patch 3226/1 (IXP4xx runtime expansion bus window size configuration)
      forgot to update mach-ixp4xx/nslu2-setup.c which leads to the following
      compilation error.  Update NSLU2 flash support following patch 3226/1.
      
        CC      arch/arm/mach-ixp4xx/nslu2-setup.o
      arch/arm/mach-ixp4xx/nslu2-setup.c:30: error: NSLU2_FLASH_BASE undeclared here (not in a function)
      arch/arm/mach-ixp4xx/nslu2-setup.c:31: error: NSLU2_FLASH_SIZE undeclared here (not in a function)
      make[1]: *** [arch/arm/mach-ixp4xx/nslu2-setup.o] Error 1
      make: *** [arch/arm/mach-ixp4xx] Error 2
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      
      ---
      
       nslu2-setup.c |    6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3dfaf7a6
  16. 14 1月, 2006 1 次提交
  17. 10 11月, 2005 1 次提交