1. 22 3月, 2012 1 次提交
  2. 14 10月, 2011 1 次提交
    • O
      ARM: tegra: devices.c should include devices.h · d8e9c00e
      Olof Johansson 提交于
      Resolves lots of sparse warnings:
      
      arch/arm/mach-tegra/devices.c:102:24: warning: symbol 'tegra_i2c_device1' was not declared. Should it be static?
      arch/arm/mach-tegra/devices.c:112:24: warning: symbol 'tegra_i2c_device2' was not declared. Should it be static?
      arch/arm/mach-tegra/devices.c:122:24: warning: symbol 'tegra_i2c_device3' was not declared. Should it be static?
      arch/arm/mach-tegra/devices.c:132:24: warning: symbol 'tegra_i2c_device4' was not declared. Should it be static?
      [...]
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Acked-by: NStephen Warren <swarren@nvidia.com>
      d8e9c00e
  3. 12 10月, 2011 1 次提交
    • S
      arm/tegra: Prep boards for gpio/pinmux conversion to pdevs · 940dd96f
      Stephen Warren 提交于
      The Tegra GPIO driver will be converted from static registration via
      postcore_initcall() to be a platform device later in this patch series.
      A new Tegra pinmux platform device will also be added.
      
      Prepare for this by modifying all boards to register the appropriate
      platform devices before-hand, so that when the drivers are converted,
      those devices will be probed, and git bisectability will be maintained.
      
      v2: Add resource definitions for GPIO and pinmux
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      940dd96f
  4. 13 7月, 2011 2 次提交
  5. 08 3月, 2011 1 次提交
  6. 23 2月, 2011 1 次提交