1. 09 12月, 2013 1 次提交
    • H
      serial: samsung: move clock deactivation below uart registration · 0da3336f
      Heiko Stübner 提交于
      Commit 60e93575 (serial: samsung: enable clock before clearing pending
      interrupts during init) added handling of the controller clock during init.
      
      On most systems this clock is also one of the baud_clock sources and
      possibly used by the earlycon and thus already enabled by the bootloader.
      
      Therefore a gap exists between s3c24xx_serial_init_port disabling the
      clock and an attached console reenabling it, making the transition from
      earlycon to regular console possibly hang the system - as seen on my
      S3C2442 based Freerunner today.
      
      Therefore move the disabling of the clock from s3c24xx_serial_init_port
      below the uart port registration, effectively creating an overlap and
      keeping the clock running non-stop if the console wants to grab this port.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0da3336f
  2. 26 11月, 2013 2 次提交
  3. 01 11月, 2013 1 次提交
  4. 30 10月, 2013 10 次提交
  5. 25 10月, 2013 1 次提交
  6. 24 10月, 2013 1 次提交
  7. 20 10月, 2013 11 次提交
  8. 18 10月, 2013 4 次提交
  9. 17 10月, 2013 9 次提交