Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: Use uclass_first_device_err() where it is useful | Simon Glass | 2016-03-14 | -3/+1 |
* | timer: Support tracing fully | Simon Glass | 2016-02-26 | -3/+3 |
* | dm: timer: refuse timers with zero clock_rate | Stephen Warren | 2016-01-20 | -0/+11 |
* | dm: timer: uclass: Add flag to control sequence numbering | Mugunthan V N | 2016-01-20 | -0/+1 |
* | dm: timer: uclass: add timer init in uclass driver to add timer device | Mugunthan V N | 2016-01-20 | -0/+44 |
* | dm: timer: Support 64-bit counter | Bin Meng | 2015-12-01 | -3/+12 |
* | dm: timer: Implement pre_probe() | Bin Meng | 2015-12-01 | -0/+13 |
* | dm: timer: Fix several nits | Bin Meng | 2015-12-01 | -2/+2 |
* | dm: implement a Timer uclass | Thomas Chou | 2015-10-23 | -0/+42 |