1. 24 5月, 2011 4 次提交
  2. 11 4月, 2011 1 次提交
  3. 02 4月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 29 3月, 2011 1 次提交
  6. 28 3月, 2011 1 次提交
  7. 23 3月, 2011 1 次提交
  8. 12 3月, 2011 1 次提交
  9. 11 3月, 2011 3 次提交
  10. 10 3月, 2011 2 次提交
  11. 09 3月, 2011 2 次提交
  12. 01 3月, 2011 1 次提交
  13. 24 2月, 2011 1 次提交
  14. 22 2月, 2011 1 次提交
  15. 19 2月, 2011 8 次提交
  16. 18 2月, 2011 2 次提交
  17. 12 2月, 2011 2 次提交
  18. 03 2月, 2011 4 次提交
  19. 31 1月, 2011 1 次提交
    • R
      ARM: footbridge: convert to clockevents/clocksource · 4e8d7637
      Russell King 提交于
      The Footbridge platforms have some reasonable timers in the host bridge,
      which we use for most footbridge-based platforms.  However, NetWinder's
      clock these using a spread-spectrum clock which makes them too unstable
      for time keeping.  So we have to rely on the PIT.
      
      Convert both Footbridge timers and PIT timers to use the clocksource
      and clockevent infrastructure.  Tested on Netwinder.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4e8d7637
  20. 26 1月, 2011 1 次提交
  21. 25 1月, 2011 1 次提交
    • A
      ARM: 6597/1: Add basic architecture support for VIA/WonderMedia 85xx SoC's · 21f47fbc
      Alexey Charkov 提交于
      This adds support for the family of Systems-on-Chip produced initially
      by VIA and now its subsidiary WonderMedia that have recently become
      widespread in lower-end Chinese ARM-based tablets and netbooks.
      
      Support is included for both VT8500 and WM8505, selectable by a
      configuration switch at kernel build time.
      
      Included are basic machine initialization files, register and
      interrupt definitions, support for the on-chip interrupt controller,
      high-precision OS timer, GPIO lines, necessary macros for early debug,
      pulse-width-modulated outputs control, as well as platform device
      configurations for the specific drivers implemented elsewhere.
      Signed-off-by: NAlexey Charkov <alchark@gmail.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      21f47fbc