1. 06 3月, 2012 1 次提交
  2. 20 12月, 2011 1 次提交
  3. 18 12月, 2011 3 次提交
  4. 16 11月, 2011 2 次提交
  5. 14 10月, 2011 1 次提交
  6. 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
  7. 27 7月, 2011 1 次提交
  8. 21 4月, 2011 1 次提交
  9. 12 3月, 2011 1 次提交
  10. 08 3月, 2011 1 次提交
  11. 23 2月, 2011 2 次提交
  12. 21 2月, 2011 1 次提交
  13. 11 2月, 2011 1 次提交
  14. 22 10月, 2010 2 次提交
  15. 06 8月, 2010 2 次提交
    • E
      [ARM] tegra: add GPIO support · 3c92db9a
      Erik Gilling 提交于
      v2: fixes from Mike Rapoport:
      	- move gpio-names.h to arch/arm/mach-tegra
          fixes from Russell King
      	- include linux/io.h and linux/gpio.h instead of asm/io.h
      	  and asm/gpio.h
          additional changes:
          	- add macros to convert between irq and gpio numbers for platform data
      	- change for_each_bit to for_each_set_bit in gpio.c
      v3:
      	- minor bugfixes
      Signed-off-by: NColin Cross <ccross@android.com>
      Signed-off-by: NErik Gilling <konkers@android.com>
      3c92db9a
    • E
      [ARM] tegra: initial tegra support · c5f80065
      Erik Gilling 提交于
      v2: Fixes from Mike Rapoport
      	- remove unused header files (mach/dma.h and mach/nand.h)
      	- remove tegra 1 references from Makefile.boot
      
      v2: fixes from Russell King
      	- remove mach/io.h include from mach/iomap.h
      	- fix whitespace in Kconfig
      
      v2: from Colin Cross
      	- fix invalid immediate in debug-macro.S
      
      v3:
      	- allow selection of multiple boards
      Signed-off-by: NColin Cross <ccross@android.com>
      Signed-off-by: NErik Gilling <konkers@android.com>
      c5f80065