1. 01 10月, 2010 5 次提交
  2. 27 9月, 2010 5 次提交
  3. 24 8月, 2010 1 次提交
  4. 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
  5. 26 7月, 2010 4 次提交
  6. 30 6月, 2010 16 次提交
  7. 24 6月, 2010 3 次提交
  8. 07 5月, 2009 1 次提交
  9. 22 4月, 2009 1 次提交
  10. 20 4月, 2009 1 次提交
    • D
      [ARM] 5457/1: mach-imx gpio buildfix · 4a014a24
      David Brownell 提交于
      From: David Brownell <dbrownell@users.sourceforge.net>
      
      Fix GPIO-related build error on mach-imx platform:
      
        CC      drivers/spi/spi_gpio.o
      In file included from /home/db/kernel/scratch/arch/arm/include/asm/gpio.h:5,
                       from include/linux/gpio.h:7,
                       from drivers/spi/spi_gpio.c:23:
      arch/arm/mach-imx/include/mach/gpio.h: In function 'imx_gpio_get_value':
      arch/arm/mach-imx/include/mach/gpio.h:27: error: implicit declaration of function '__REG2'
      arch/arm/mach-imx/include/mach/gpio.h:27: error: 'IMX_IO_BASE' undeclared (first use in this function)
      arch/arm/mach-imx/include/mach/gpio.h:27: error: (Each undeclared identifier is reported only once
      arch/arm/mach-imx/include/mach/gpio.h:27: error: for each function it appears in.)
      arch/arm/mach-imx/include/mach/gpio.h: In function 'imx_gpio_set_value_inline':
      arch/arm/mach-imx/include/mach/gpio.h:36: error: 'IMX_IO_BASE' undeclared (first use in this function)
      arch/arm/mach-imx/include/mach/gpio.h:36: error: lvalue required as left operand of assignment
      arch/arm/mach-imx/include/mach/gpio.h:38: error: lvalue required as left operand of assignment
      	...
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4a014a24
  11. 27 3月, 2009 1 次提交
  12. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb