Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: tsc: Move tsc_timer.c to drivers/timer | Bin Meng | 2015-12-01 | -0/+397 |
* | dm: timer: Support 64-bit counter | Bin Meng | 2015-12-01 | -6/+15 |
* | timer: sandbox: Use device tree to pass the clock frequency | Bin Meng | 2015-12-01 | -4/+0 |
* | timer: altera: Remove the codes to get clock frequency | Bin Meng | 2015-12-01 | -6/+0 |
* | dm: timer: Implement pre_probe() | Bin Meng | 2015-12-01 | -0/+13 |
* | dm: timer: Fix several nits | Bin Meng | 2015-12-01 | -8/+8 |
* | sandbox: add a sandbox timer and basic test | Thomas Chou | 2015-11-19 | -0/+61 |
* | altera_timer: change ioremap to map_physmem | Thomas Chou | 2015-11-18 | -2/+3 |
* | timer: altera_timer: minor clean up | Thomas Chou | 2015-11-06 | -7/+7 |
* | timer: altera_timer: use BIT macro | Thomas Chou | 2015-11-06 | -3/+3 |
* | nios2: convert altera timer to driver model | Thomas Chou | 2015-10-23 | -0/+112 |
* | dm: implement a Timer uclass | Thomas Chou | 2015-10-23 | -0/+61 |