| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-01 | timer: altera: Remove the codes to get clock frequency | Bin Meng | |
| Since we have timer uclass to get clock frequency for us, remove the custom version in the altera timer driver. Signed-off-by: Bin Meng <[email protected]> Acked-by: Thomas Chou <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
| 2015-12-01 | dm: timer: Implement pre_probe() | Bin Meng | |
| Every timer device needs to have a valid clock frequency and it can be specified in the device tree. Use pre_probe() to get this in the timer uclass driver. Signed-off-by: Bin Meng <[email protected]> Acked-by: Thomas Chou <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
| 2015-12-01 | dm: timer: Fix several nits | Bin Meng | |
| This changes 'Timer' to 'timer' at several places. Signed-off-by: Bin Meng <[email protected]> Acked-by: Thomas Chou <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2015-11-19 | sandbox: add a sandbox timer and basic test | Thomas Chou | |
| Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2015-11-18 | altera_timer: change ioremap to map_physmem | Thomas Chou | |
| Change ioremap() to map_physmem(), as it is more used in u-boot. Signed-off-by: Thomas Chou <[email protected]> Reviewed-by: Marek Vasut <[email protected]> | |||
| 2015-11-06 | timer: altera_timer: minor clean up | Thomas Chou | |
| - Moved macro definitions to top - Remove the penultimate comma in of_match ids Signed-off-by: Thomas Chou <[email protected]> Reviewed-by: Jagan Teki <[email protected]> | |||
| 2015-11-06 | timer: altera_timer: use BIT macro | Thomas Chou | |
| Replace numerical bit shift with BIT macro in altera_timer :%s/(1 << nr)/BIT(nr)/g where nr = 0, 1, 2 .... 31 Signed-off-by: Thomas Chou <[email protected]> Reviewed-by: Jagan Teki <[email protected]> | |||
| 2015-10-23 | nios2: convert altera timer to driver model | Thomas Chou | |
| Convert altera timer to driver model. Signed-off-by: Thomas Chou <[email protected]> Acked-by: Chin Liang See <[email protected]> | |||
| 2015-10-23 | dm: implement a Timer uclass | Thomas Chou | |
| Implement a Timer uclass to work with lib/time.c. Signed-off-by: Thomas Chou <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
