Skip to content
Snippets Groups Projects
  1. Jun 17, 2016
  2. Jun 16, 2016
  3. Jun 15, 2016
  4. Jun 09, 2016
  5. May 29, 2016
  6. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      Jan-Philipp Litza authored
      Most doubles that are delivered via respondd have limited input
      precision, but are converted with up to 17 digits of precision. That can
      cause ugly blowups like 0.2800000000000001 in the output, which is
      avoided by specifying better format strings (like "%.2f" in most cases).
      f7eda938
  7. May 23, 2016
  8. May 19, 2016
  9. May 13, 2016
  10. May 11, 2016
  11. May 09, 2016
  12. May 06, 2016
  13. May 05, 2016
  14. Apr 29, 2016
  15. Apr 25, 2016
  16. Apr 24, 2016
  17. Apr 05, 2016
  18. Apr 01, 2016
  19. Mar 30, 2016
  20. Mar 29, 2016
  21. Mar 26, 2016
  22. 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
  23. Mar 17, 2016
  24. Mar 09, 2016
  25. Mar 07, 2016
  26. Mar 04, 2016
  27. Mar 01, 2016
  28. Feb 28, 2016
Loading