1. 15 9月, 2012 2 次提交
    • S
      ARM: tegra: remove board (but not DT) support for Paz00 · cff1dfbf
      Stephen Warren 提交于
      Paz00 (Toshiba AC100) can be booted using device tree with equal
      functionality as when booted using a board file. Remove as much of the
      board file as is possible, since it's no longer needed.
      
      One special-case is still left in board-dt-tegra20.c, since there is no
      way to create a WiFi rfkill device from device tree yet. This logic is
      now enabled unconditionally rather than via CONFIG_MACH_PAZ00. The extra
      cases where it's enabled (.configs which did not enable Paz00 support)
      shouldn't impact much since the amount of code is tiny.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-By: NMarc Dietrich <marvin24@gmx.de>
      cff1dfbf
    • S
      ARM: tegra: remove board (but not DT) support for TrimSlice · be6a9194
      Stephen Warren 提交于
      TrimSlice can be booted using device tree with equal functionality as
      when booted using a board file. Remove the board file since it's no
      longer needed.
      
      One special-case is still left in board-dt-tegra20.c, since the Tegra
      PCIe driver doesn't support device tree yet. This logic is now enabled
      by CONFIG_TEGRA_PCI rather than via CONFIG_MACH_TRIMSLICE. The extra
      cases where it's enabled (.configs which did not enable TrimSlice
      support) shouldn't impact much since the amount of code is tiny.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      be6a9194
  2. 07 7月, 2012 1 次提交
  3. 21 6月, 2012 3 次提交
    • S
      ARM: tegra: remove Seaboard board files · 98a1405e
      Stephen Warren 提交于
      The Seaboard device tree supports all the features that the Seaboard
      board files support. Hence, there's no need to keep the board files
      around any more; all users should convert to device tree.
      
      MACH_KAEN and MACH_WARIO are also removed. While tegra-seaboard.dts
      doesn't support those explicitly, it would be trivial to create device
      trees for those boards if anyone cares.
      
      The Seaboard device tree is now compiled if Tegra2 support is enabled,
      rather than when Seaboard support is enabled.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      98a1405e
    • S
      ARM: tegra: remove CONFIG_MACH_TEGRA_DT · 2c95b7e0
      Stephen Warren 提交于
      * Make ARCH_TEGRA select USE_OF; DT is the way forward.
      * Build board-dt-tegra*.c when the relevant Tegra SoC support is enabled,
        rather than requiring a specific config option for this.
      * The board-specific config options already build board-*-pinmux.o, and
        when booting from device tree these files are no longer needed, so we
        can remove some Makefile commands related to those files.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      2c95b7e0
    • W
      ARM: tegra: build powergate unconditionally · 95ef9958
      Wolfram Sang 提交于
      powergate functions are needed for tegra30 as well (see common.c), so
      build it always. Fixes:
      
      arch/arm/mach-tegra/built-in.o: In function `tegra30_init_early':
      apbio.c:(.init.text+0x78): undefined reference to `tegra_powergate_init'
      
      (using "allnoconfig" with tegra30 enabled)
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      95ef9958
  4. 19 4月, 2012 1 次提交
  5. 13 3月, 2012 1 次提交
  6. 05 3月, 2012 1 次提交
  7. 27 2月, 2012 3 次提交
  8. 07 2月, 2012 4 次提交
  9. 20 12月, 2011 1 次提交
  10. 18 12月, 2011 5 次提交
  11. 08 12月, 2011 4 次提交
  12. 14 10月, 2011 1 次提交
  13. 28 7月, 2011 1 次提交
    • G
      arm/dt: tegra devicetree support · 8e267f3d
      Grant Likely 提交于
      Everything required to populate NVIDIA Tegra devices from the device
      tree.  This patch adds a new DT_MACHINE_DESC() which matches against
      a tegra20 device tree.  So far it only registers the on-chip devices,
      but it will be refined in follow on patches to configure clocks and
      pin IO from the device tree also.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      8e267f3d
  14. 16 6月, 2011 1 次提交
  15. 11 5月, 2011 1 次提交
  16. 16 3月, 2011 1 次提交
  17. 12 3月, 2011 1 次提交
  18. 08 3月, 2011 1 次提交
  19. 23 2月, 2011 2 次提交
  20. 21 2月, 2011 2 次提交
  21. 11 2月, 2011 1 次提交
  22. 10 2月, 2011 1 次提交
  23. 22 10月, 2010 1 次提交