index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
altera_timer.c
Age
Commit message (
Expand
)
Author
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2018-11-14
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2015-12-01
dm: timer: Support 64-bit counter
Bin Meng
2015-12-01
timer: altera: Remove the codes to get clock frequency
Bin Meng
2015-11-18
altera_timer: change ioremap to map_physmem
Thomas Chou
2015-11-06
timer: altera_timer: minor clean up
Thomas Chou
2015-11-06
timer: altera_timer: use BIT macro
Thomas Chou
2015-10-23
nios2: convert altera timer to driver model
Thomas Chou