Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-04 | Tegra2: Add microsecond timer function | Simon Glass | |
These functions provide access to the high resolution microsecond timer and tidy up a global variable in the code. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2011-07-26 | Timer: Remove reset_timer_masked() | Graeme Russ | |
In some circumstances, reset_timer_masked() was called be timer_init() in order to perform architecture specific timer initialisation. In such cases, the required code in reset_timer_masked() has been moved into timer_init() | |||
2011-07-26 | Timer: Remove reset_timer() for non-Nios2 arches | Graeme Russ | |
2011-07-26 | Timer: Remove set_timer completely | Graeme Russ | |
2011-02-21 | arm: Tegra2: Add basic NVIDIA Tegra2 SoC support | Tom Warren | |
Signed-off-by: Tom Warren <twarren@nvidia.com> |