1. 08 5月, 2009 4 次提交
  2. 07 5月, 2009 1 次提交
    • P
      sh: Integrate the SH-5 onchip_remap() more coherently. · 0fb849b9
      Paul Mundt 提交于
      Presently this is special-cased for early initialization. While there are
      situations where these static early initializations are still necessary,
      with minor changes it is possible to use this for the regular ioremap
      implementation as well. This allows us to kill off the special-casing for
      the remap completely and to start tidying up all of the SH-5
      special-casing in drivers.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0fb849b9
  3. 24 4月, 2009 1 次提交
  4. 22 4月, 2009 1 次提交
  5. 16 4月, 2009 1 次提交
  6. 15 4月, 2009 1 次提交
    • M
      [ARM] 5449/1: S3C: Use disable_irq_nosync() to fix boot lockups · 41609ff4
      Mark Brown 提交于
      With 2.6.30-rc1 on SMDK6410 I experience a soft lockup on bootup when
      the Samsung serial driver attempts to disable the transmit interrupt
      from within the transmit interrupt handler: it calls disable_irq()
      which locks up due to attempting to synchronise with the running handler.
      Fix this by using disable_irq_nosync().
      
      Also make the same change in the recieve path.
      
      Backtrace:
      
      [<c002a914>] (__irq_svc+0x34/0x80) from [<c00696c0>] (synchr)
      [<c00696c0>] (synchronize_irq+0xc/0xcc) from [<c018d434>] (s)
      [<c018d434>] (s3c24xx_serial_stop_tx+0x1c/0x3c) from [<c018d)
      [<c018d54c>] (s3c24xx_serial_tx_chars+0xf8/0x104) from [<c00)
      [<c0068bcc>] (handle_IRQ_event+0x74/0x118) from [<c006ab04>])
      [<c006ab04>] (handle_level_irq+0x100/0x118) from [<c00349c4>)
      [<c00349c4>] (s3c_irq_demux_uart+0x94/0xc4) from [<c002a050>)
      [<c002a050>] (_text+0x50/0x6c) from [<c002a914>] (__irq_svc+)
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      41609ff4
  7. 09 4月, 2009 1 次提交
  8. 08 4月, 2009 1 次提交
  9. 07 4月, 2009 23 次提交
  10. 06 4月, 2009 2 次提交
  11. 02 4月, 2009 1 次提交
  12. 01 4月, 2009 2 次提交
  13. 30 3月, 2009 1 次提交