1. 17 11月, 2010 12 次提交
  2. 23 10月, 2010 1 次提交
  3. 20 10月, 2010 2 次提交
  4. 11 10月, 2010 1 次提交
  5. 08 10月, 2010 2 次提交
  6. 01 10月, 2010 8 次提交
  7. 27 9月, 2010 5 次提交
  8. 24 8月, 2010 1 次提交
  9. 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
  10. 26 7月, 2010 4 次提交
  11. 30 6月, 2010 3 次提交