1. 07 6月, 2011 1 次提交
  2. 19 5月, 2011 1 次提交
  3. 08 3月, 2011 1 次提交
  4. 11 2月, 2011 1 次提交
  5. 10 2月, 2011 1 次提交
  6. 27 1月, 2011 1 次提交
  7. 17 11月, 2010 7 次提交
  8. 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
  9. 11 10月, 2010 1 次提交
  10. 01 10月, 2010 3 次提交
  11. 27 9月, 2010 1 次提交
  12. 24 8月, 2010 1 次提交
  13. 11 8月, 2010 1 次提交
    • U
      ARM: 6322/1: imx/pca100: Fix name of spi platform data · 4df772d7
      Uwe Kleine-König 提交于
      Commit
      
      	7536cf99 (ARM: imx: dynamically register spi_imx devices (imx27))
      
      introduced a variable named "pca100_spi0_data" but passed
      "&pca100_spi_0_data" to imx27_add_spi_imx0.  This wasn't noticed earlier
      because both SPI_IMX and MACH_PCA100 are not enabled in mx27_defconfig.
      
      This fixes a build failure:
      
      	arch/arm/mach-imx/mach-pca100.c: In function 'pca100_init':
      	arch/arm/mach-imx/mach-pca100.c:411: error: 'pca100_spi_0_data' undeclared (first use in this function)
      	arch/arm/mach-imx/mach-pca100.c:411: error: (Each undeclared identifier is reported only once
      	arch/arm/mach-imx/mach-pca100.c:411: error: for each function it appears in.)
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4df772d7
  14. 30 6月, 2010 5 次提交
  15. 24 6月, 2010 1 次提交
  16. 17 5月, 2010 1 次提交
  17. 24 2月, 2010 2 次提交
  18. 10 2月, 2010 1 次提交
  19. 05 2月, 2010 1 次提交
  20. 02 2月, 2010 1 次提交
  21. 05 1月, 2010 2 次提交
  22. 14 11月, 2009 1 次提交
  23. 14 8月, 2009 1 次提交