- a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
- a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- fc4a6cb timer MediaTek use upstream compatible by Matthias Brugger · 4 years, 7 months ago
- 44704cb timer: sti: use clk API to get timer clock rate by Nicolas Heemeryck · 4 years, 9 months ago
- 37881c6 timer: sti: convert to livetree by Nicolas Heemeryck · 4 years, 9 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 7b0c1c5 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · 5 years ago
- bba203e x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 5 years ago
- d3edd42 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
- 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
- 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- 77f80e6 common: Move wait_ticks functions out of common.h by Simon Glass · 5 years ago
- e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
- d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
- 0b6b82a timer: dw-apb: add reset handling by Simon Goldschmidt · 5 years ago
- ed10a4f x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
- 4a1050e x86: timer: Set up the timer in timer_early_get_count() by Simon Glass · 5 years ago
- fe5eb09 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · 5 years ago
- fb2fc2f timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR by Simon Goldschmidt · 6 years ago
- 6be61c6 timer: renesas: Add RZ/A1 R7S72100 OSTM timer driver by Marek Vasut · 6 years ago
- 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
- e59d7eb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · 6 years ago
- 77c0dbc regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset by Neil Armstrong · 6 years ago
- 475e99b timer: dw-apb: Add missing 64bit up-conversion by Marek Vasut · 6 years ago
- 0576f55 x86: tsc: Add support for native calibration of TSC freq by Bernhard Messerklinger · 6 years ago
- 2539903 timer: Add generic driver for RISC-V privileged architecture defined timer by Bin Meng · 6 years ago
- 4a34735 timer: MediaTek: add timer driver for MediaTek SoCs by developer · 6 years ago
- c96bebd timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
- 19f88b2 timer: Sort Kconfig driver entries by Bin Meng · 6 years ago
- 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
- 855e657 x86: tsc: Introduce config option for early timer frequency by Bin Meng · 6 years ago
- 6abd89b Enable CONFIG_TIMER_EARLY with bootstage by Simon Glass · 6 years ago
- 3c51655 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
- 14442be timer: Sort Makefile entries by Mario Six · 6 years ago
- 48302ca dm: omap-timer: Update clock rate only if not populated by Lokesh Vutla · 6 years ago
- 70f57cf dm: omap-timer: Use 64bit for counter values by Lokesh Vutla · 6 years ago
- 442c0f1 timer: dw-apb: Add Designware APB timer driver by Marek Vasut · 6 years ago
- 20ffaae x86: tsc: Try hardware calibration first by Bin Meng · 6 years ago
- 1394fbb x86: timer: tsc: Allow specifying clock rate from device tree again by Bin Meng · 6 years ago
- 8e434fc timer: cadence: Implement timer_get_boot_us by Michal Simek · 7 years ago
- 1b1472a x86: tsc: add support for reading CPU freq from cpuid by Christian Gmeiner · 7 years ago
- 6138cd1 timer: cadence: Use live-tree functions by Michal Simek · 7 years ago
- c3caac5 timer: Add Cadence TTC timer counter support by Michal Simek · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 84e0114 rockchip: timer: add compatible strings for rk3188 and rk3288 by Philipp Tomsich · 7 years ago
- fdfefdc timer: stm32: Add timer support for STM32 SoCs family by Patrice Chotard · 7 years ago
- b8aa85d atcpit100: timer: Remove arch dependency. by Rick Chen · 7 years ago
- 510f782 cosmetic: atcpit100_timer: Use device api to get platdata by Rick Chen · 7 years ago
- 1c2bf96 cosmetic: atcpit100_timer: Rename function name as atcpit100 by Rick Chen · 7 years ago
- af0861e ae3xx: timer: Rename AE3XX to ATCPIT100 by Rick Chen · 7 years ago
- 53e961a ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit. by Rick Chen · 7 years ago
- 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
- 2924a36 rockchip: timer: update for 32/64bit-aware OF_PLATDATA by Philipp Tomsich · 7 years ago
- 41f2c21 rockchip: timer: Convert to livetree by Philipp Tomsich · 7 years ago
- aad4d57 rockchip: timer: implement timer_get_boot_us by Philipp Tomsich · 7 years ago
- 63cf24a dm: timer: handle being called before dm_root is ready by Philipp Tomsich · 7 years ago
- 617fd62 dm: timer: Convert to livetree by Philipp Tomsich · 7 years ago
- 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
- 7943dc2 x86: tsc: Add Airmont reference clock values by Bin Meng · 7 years ago
- 9b32b57 rockchip: timer: fix U_BOOT_DRIVER name by Philipp Tomsich · 7 years ago
- ce8a36f driver: timer: Add the Atmel PIT timer driver by Wenyou.Yang@microchip.com · 7 years ago
- 02a61b7 rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
- 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
- 163796c timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
- f0e1c3e x86: kconfig: Select TIMER and X86_TSC_TIMER by Bin Meng · 7 years ago
- 6ffad64 x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr() by Bin Meng · 7 years ago
- 23ee9ab x86: tsc: Correct Silvermont reference clock values by Bin Meng · 7 years ago
- aeb581a x86: tsc: Update comments and expand definitions in freq_desc_tables[] by Bin Meng · 7 years ago
- c36aca7 x86: tsc: Remove the fail handling in try_msr_calibrate_tsc() by Bin Meng · 7 years ago
- d159ffb x86: tsc: Identify Intel-specific code by Bin Meng · 7 years ago
- f4ed4d7 x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO by Bin Meng · 7 years ago
- 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 8 years ago
- 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
- ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
- f1113c9 nds32: Support AE3XX platform. by rick · 8 years ago
- 6d564b8 nds32: Support AG101P timer DM. by rick · 8 years ago
- 8f2c1da drivers: timer: Introduce ARC timer driver by Vlad Zakharov · 8 years ago
- 200a799 STiH410: Add STi timer driver by Patrice Chotard · 8 years ago
- dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- f57bd00 aspeed: Add drivers common to all Aspeed SoCs by maxims@google.com · 8 years ago
- 36901a4 timer: Support clocks via phandle by Zakharov Vlad · 8 years ago
- e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
- 5de3569 dm: omap_timer: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
- c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
- 3c7c187b sandbox: timer: Support the early timer by Simon Glass · 9 years ago
- 32f6c17 timer: Provide an early timer by Simon Glass · 9 years ago
- 04cb14c timer: Support tracing fully by Simon Glass · 9 years ago
- 4faff28 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
- 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
- afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago