1. 26 1月, 2008 15 次提交
  2. 25 1月, 2008 1 次提交
  3. 20 1月, 2008 1 次提交
  4. 04 1月, 2008 1 次提交
  5. 08 12月, 2007 1 次提交
  6. 30 11月, 2007 1 次提交
  7. 26 11月, 2007 2 次提交
  8. 17 11月, 2007 1 次提交
  9. 09 11月, 2007 1 次提交
    • R
      [ARM] pxa: fix one-shot timer mode · 91bc51d8
      Russell King 提交于
      One-shot timer mode on PXA has various bugs which prevent kernels
      build with NO_HZ enabled booting.  They end up spinning on a
      permanently asserted timer interrupt because we don't properly
      clear it down - clearing the OIER bit does not stop the pending
      interrupt status.  Fix this in the set_mode handler as well.
      
      Moreover, the code which sets the next expiry point may race with
      the hardware, and we might not set the match register sufficiently
      in the future.  If we encounter that situation, return -ETIME so
      the generic time code retries.
      Acked-by: NThomas Gleixner <tglx@linutronix.de>
      Acked-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      91bc51d8
  10. 31 10月, 2007 2 次提交
  11. 21 10月, 2007 1 次提交
  12. 19 10月, 2007 2 次提交
  13. 16 10月, 2007 6 次提交
  14. 13 10月, 2007 5 次提交