1. 1b36593 udelay.c: Remove trailing whitespace by Elyes HAOUAS · 6 years ago
  2. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  3. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  4. 8624e8c udelay: Use clock_gettime() if available and precise by Nico Huber · 12 years ago
  5. 839db6d Use nanosleep() instead of usleep() where available by Stefan Tauner · 9 years ago
  6. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  7. f80419c Make delay values unsigned by Stefan Tauner · 10 years ago
  8. 73dc0db Usleep() is not found in all versions of MinGW, use Sleep() on Windows by Maksim Kuleshov · 11 years ago
  9. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  10. 97bc95c Fix and improve libpayload platform support by Patrick Georgi · 14 years ago
  11. 73f8ec8 Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  12. a9095a9 Add support for building flashrom against libpayload by Patrick Georgi · 14 years ago
  13. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  14. 9f5f215 Gcc and clang can check format strings of printf-like functions by Carl-Daniel Hailfinger · 14 years ago
  15. b929d11 Measure OS timer precision to refine calibration by Carl-Daniel Hailfinger · 14 years ago
  16. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  17. f640401 Reinitialize the delay loop upon recalibration by Urja Rannikko · 14 years ago
  18. 253101e Refine and fix the delay loop calculation by Carl-Daniel Hailfinger · 14 years ago
  19. b811461 The delay loop is probably one of the oldest pieces of code by Carl-Daniel Hailfinger · 14 years ago
  20. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  21. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  22. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  23. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  24. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  25. 80d667b Debug print actual time base calculated by myusec_calibrate_delay() by Peter Stuge · 16 years ago
  26. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  27. ac30934 Revert my last cleanup patch by Uwe Hermann · 17 years ago
  28. 17d00ab Cosmetic changes to make the flashrom output more consistent by Uwe Hermann · 17 years ago
  29. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  30. ca7f0e4 Add missing license header to udelay.c by Uwe Hermann · 17 years ago
  31. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  32. 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 17 years ago
  33. 0b7afe6 Coding style fixes by Uwe Hermann · 17 years ago
  34. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
  35. 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
  36. cf29de8 Fix 32bit vs. 64bit long int arithematics by Ollie Lho · 21 years ago
  37. cec2879 Use standard product ID exit method for w49f002u by Ollie Lho · 21 years ago
  38. cbbf125 Move utility functions into new source files by Ollie Lho · 21 years ago