1. 06 11月, 2012 1 次提交
    • S
      ARM: tegra: move iomap.h to mach-tegra · 2be39c07
      Stephen Warren 提交于
      Nothing outside mach-tegra uses this file, so there's no need for it to
      be in <mach/>.
      
      Since uncompress.h and debug-macro.S remain in include/mach, they need
      to include "../../iomap.h" becaue of this change. uncompress.h will soon
      be deleted in later multi-platform/single-zImage patches. debug-macro.S
      will need to continue to include this header using an explicit relative
      path, to avoid duplicating the physical->virtual address mapping that
      iomap.h dictates.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      2be39c07
  2. 17 10月, 2012 1 次提交
  3. 15 9月, 2012 1 次提交
  4. 12 6月, 2012 1 次提交
  5. 06 5月, 2012 1 次提交
  6. 13 3月, 2012 1 次提交
  7. 19 12月, 2011 1 次提交
  8. 18 12月, 2011 2 次提交
  9. 14 10月, 2011 2 次提交
  10. 24 5月, 2011 1 次提交
  11. 23 2月, 2011 1 次提交
  12. 10 2月, 2011 2 次提交
  13. 23 12月, 2010 3 次提交
  14. 28 10月, 2010 1 次提交
  15. 06 8月, 2010 1 次提交
    • C
      [ARM] tegra: Add timer support · 2d5cd9a3
      Colin Cross 提交于
      v2: fixes from Russell King:
      	- include linux/io.h instead of asm/io.h
          fixes from Gary King:
      	- remove extra (and incorrect) irq definitions
      	- use timer 3 instead of timer 1 for compatibility with other drivers
      	- fix typo that disabled oneshot mode
      v3:
      	- Implement sched_clock
      	- Fix checkpatch issues
          fixes from Gary King:
          	- Fix incorrect cycles calculation
      	- Fix min_delta_ns assignment
          fixes from Linus Walleij:
      	- use calc_mult_shift() instead of hard coding values
      Signed-off-by: NColin Cross <ccross@android.com>
      2d5cd9a3