summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-09timer: imx-gpt: Add timer support for i.MX SoCs familyGiulio Benetti
2021-05-17riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes
2021-04-27timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes
2021-04-08timer: sifive_clint: Support the official clint DT bindingsBin Meng
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass
2021-01-18timer: mtk_timer: initialize the timer before useWeijie Gao
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel
2021-01-13timer: stm32: migrate trace to log macroPatrick Delaunay
2021-01-12omap: timer: fix the rate settingDario Binacchi
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson
2020-10-26timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson
2020-10-22timer: Return count from timer_ops.get_countSean Anderson
2020-10-16timer: Include device_compat.hSean Anderson
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson
2020-09-28timer: mchp-pit64b: add support for pit64bClaudiu Beznea
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass