| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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]> | |||
