| Commit message (Expand) | Author | Age | Files | Lines |
* | tree: Include missing headers for function prototypes | Jacob Garber | 2019-06-23 | 1 | -0/+1 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 1 | -3/+3 |
* | udelay.c: Remove trailing whitespace | Elyes HAOUAS | 2018-04-25 | 1 | -1/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -2/+2 |
* | udelay: Use clock_gettime() if available and precise | Nico Huber | 2017-06-22 | 1 | -0/+56 |
* | Use nanosleep() instead of usleep() where available | Stefan Tauner | 2015-11-14 | 1 | -1/+4 |
* | Unify target OS and CPU architecture checks | Stefan Tauner | 2015-01-10 | 1 | -1/+1 |
* | Make delay values unsigned | Stefan Tauner | 2014-05-02 | 1 | -5/+5 |
* | Usleep() is not found in all versions of MinGW, use Sleep() on Windows | Maksim Kuleshov | 2013-04-05 | 1 | -4/+14 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+1 |
* | Fix and improve libpayload platform support | Patrick Georgi | 2011-03-08 | 1 | -0/+1 |
* | Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 2011-01-24 | 1 | -4/+4 |
* | Add support for building flashrom against libpayload | Patrick Georgi | 2010-09-30 | 1 | -0/+14 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -3/+3 |
* | Gcc and clang can check format strings of printf-like functions | Carl-Daniel Hailfinger | 2010-06-04 | 1 | -1/+1 |
* | Measure OS timer precision to refine calibration | Carl-Daniel Hailfinger | 2010-06-03 | 1 | -4/+54 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -2/+3 |
* | Reinitialize the delay loop upon recalibration | Urja Rannikko | 2010-04-09 | 1 | -1/+2 |
* | Refine and fix the delay loop calculation | Carl-Daniel Hailfinger | 2010-03-31 | 1 | -13/+48 |
* | The delay loop is probably one of the oldest pieces of code | Carl-Daniel Hailfinger | 2010-03-27 | 1 | -13/+29 |
* | Internal.c was always compiled in because it hosted the function internal_del... | Carl-Daniel Hailfinger | 2009-12-24 | 1 | -0/+13 |
* | Add programmer-specific delay functions | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -2/+2 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -1/+0 |
* | Some coding style and consistency fixes | Uwe Hermann | 2009-04-15 | 1 | -1/+1 |
* | Coding-style fixes for flashrom, partly indent-aided | Uwe Hermann | 2008-10-18 | 1 | -1/+1 |
* | Debug print actual time base calculated by myusec_calibrate_delay() | Peter Stuge | 2008-09-07 | 1 | -1/+7 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 1 | -1/+1 |
* | Revert my last cleanup patch | Uwe Hermann | 2007-10-10 | 1 | -1/+1 |
* | Cosmetic changes to make the flashrom output more consistent | Uwe Hermann | 2007-10-10 | 1 | -1/+1 |
* | Add '(C)' where it's missing (for consistency reasons) | Uwe Hermann | 2007-09-09 | 1 | -1/+1 |
* | Add missing license header to udelay.c | Uwe Hermann | 2007-09-09 | 1 | -0/+20 |
* | Drop a bunch of useless header files, merge them into flash.h | Uwe Hermann | 2007-08-23 | 1 | -1/+1 |
* | Trivial (cosmetic) cleanup | Stefan Reinauer | 2007-04-06 | 1 | -2/+4 |
* | Coding style fixes | Uwe Hermann | 2007-04-01 | 1 | -2/+2 |
* | Flashrom update from Stefan, resolve issue 21 | Ollie Lho | 2005-11-26 | 1 | -2/+3 |
* | Consolidate more jedec standard code | Ollie Lho | 2004-03-20 | 1 | -6/+5 |
* | Fix 32bit vs. 64bit long int arithematics | Ollie Lho | 2004-03-18 | 1 | -3/+0 |
* | Use standard product ID exit method for w49f002u | Ollie Lho | 2004-03-17 | 1 | -3/+1 |
* | Move utility functions into new source files | Ollie Lho | 2004-03-17 | 1 | -0/+43 |