summaryrefslogtreecommitdiff
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* x86: apl: Reduce size for TPLSimon Glass2021-01-051-1/+3
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-056-12/+14
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-135-21/+21
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1310-20/+20
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-135-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-136-10/+10
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1318-19/+19
* board: Rename uclass to sysinfoSimon Glass2020-11-061-5/+5
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-051-2/+2
* riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2020-10-262-0/+48
* timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2020-10-262-2/+2
* riscv: Move Andes PLMT driver to drivers/timerSean Anderson2020-10-263-0/+58
* timer: Return count from timer_ops.get_countSean Anderson2020-10-2221-86/+49
* timer: Include device_compat.hSean Anderson2020-10-161-2/+3
* Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...WIP/05Oct2020-nextTom Rini2020-10-053-0/+117
|\
| * timer: mchp-pit64b: add support for pit64bClaudiu Beznea2020-09-283-0/+117
* | timer: Add a test for timer_timebase_fallbackSean Anderson2020-09-301-1/+3
* | timer: Add helper for drivers using timebase fallbackSean Anderson2020-09-301-0/+31
* | riscv: Rework riscv timer driver to only support S-modeSean Anderson2020-09-302-21/+22
|/
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-222-2/+2
* dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-221-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-254-4/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-244-4/+4
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-204-4/+4
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-189-0/+9
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop bootstage.h from common headerSimon Glass2020-05-183-0/+3
* timer MediaTek use upstream compatibleMatthias Brugger2020-05-011-0/+1
* timer: sti: use clk API to get timer clock rateNicolas Heemeryck2020-03-241-2/+15
* timer: sti: convert to livetreeNicolas Heemeryck2020-03-241-6/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+4
* dm: core: Require users of devres to include the headerSimon Glass2020-02-053-0/+3
* timer: Add driver for Nomadik Multi Timer Unit (MTU)Stephan Gerhold2020-01-223-0/+124
* x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2019-12-152-2/+14
* x86: timer: use a timer base of 0Simon Glass2019-12-152-1/+16
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-021-0/+1
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-4/+0
* timer: dw-apb: add reset handlingSimon Goldschmidt2019-11-201-1/+17
* x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-031-1/+2
* x86: timer: Set up the timer in timer_early_get_count()Simon Glass2019-11-031-0/+2
* dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng2019-07-241-0/+4
* timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt2019-05-101-2/+0