Skip to content
Snippets Groups Projects
  1. Apr 03, 2016
  2. Apr 02, 2016
  3. Apr 01, 2016
  4. Mar 31, 2016
  5. Mar 30, 2016
  6. Mar 29, 2016
  7. Mar 28, 2016
  8. Mar 26, 2016
  9. Mar 25, 2016
  10. Mar 24, 2016
    • Matthias Schiffer's avatar
      ar71xx: make bootconsole wait for both THRE and TEMT · a26f7814
      Matthias Schiffer authored
      Original commit message:
      
          MIPS: ath79: make bootconsole wait for both THRE and TEMT
      
          This makes the ath79 bootconsole behave the same way as the generic 8250
          bootconsole.
      
          Also waiting for TEMT (transmit buffer is empty) instead of just THRE
          (transmit buffer is not full) ensures that all characters have been
          transmitted before the real serial driver starts reconfiguring the serial
          controller (which would sometimes result in garbage being transmitted.)
          This change does not cause a visible performance loss.
      
          In addition, this seems to fix a hang observed in certain configurations on
          many AR7xxx/AR9xxx SoCs during autoconfig of the real serial driver.
      
          A more complete follow-up patch will disable 8250 autoconfig for ath79
          altogether (the serial controller is detected as a 16550A, which is not
          fully compatible with the ath79 serial, and the autoconfig may lead to
          undefined behavior on ath79.)
      a26f7814
  11. Mar 22, 2016
  12. Mar 21, 2016
  13. Mar 17, 2016
  14. Mar 14, 2016
  15. Mar 13, 2016
  16. Mar 11, 2016
  17. Mar 10, 2016
  18. Mar 09, 2016
  19. Mar 08, 2016
  20. Mar 07, 2016
  21. Mar 06, 2016
Loading