summaryrefslogtreecommitdiff
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-273-0/+92
|\
| * timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek2022-06-271-0/+1
| * microblaze: Convert axi timer to DM driverMichal Simek2022-06-243-0/+91
* | timer: gxp: Add HPE GXP timer supportNick Hawkins2022-06-223-0/+72
* | arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini2022-06-061-2/+3
|/
* timer: npcm: Add NPCM timer supportJim Liu2022-05-053-0/+125
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+10
* timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev2022-04-262-1/+11
* timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev2022-04-262-1/+9
* nds32: Remove the architectureTom Rini2022-04-254-237/+0
* rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker2022-04-181-1/+1
* rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker2022-04-181-13/+37
* Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini2022-04-051-0/+12
|\
| * timer: cadence: Add bind function to driverMichal Simek2022-03-301-0/+12
* | timer: atmel_tcb_timer: add atmel_tcb driverClément Léger2022-04-013-0/+170
|/
* omap: timer: implement timer_get_boot_usChristian Gmeiner2022-01-161-0/+21
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-1/+2
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-121-1/+1
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* | treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-252-42/+42
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-253-5/+5
|/
* x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-022-6/+7
* timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold2021-07-141-5/+2
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* timer: imx-gpt: Add timer support for i.MX SoCs familyGiulio Benetti2021-06-093-0/+170
* riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng2021-05-171-1/+1
* allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes2021-04-271-1/+1
* timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes2021-04-271-1/+5
* timer: sifive_clint: Support the official clint DT bindingsBin Meng2021-04-081-0/+1
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-5/+1
* sandbox: Only call timer_timebase_fallback() if presentSimon Glass2021-03-271-1/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-027-0/+7
* x86: tsc_timer: Correct overflow in __udelay()Simon Glass2021-02-011-1/+1
* timer: mtk_timer: initialize the timer before useWeijie Gao2021-01-181-0/+10
* riscv: timer: Add support for an early timerPragnesh Patel2021-01-183-3/+60
* timer: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-0/+2
* omap: timer: fix the rate settingDario Binacchi2021-01-121-3/+3
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-058-15/+19
|\
| * 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
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-2/+2
|\ \ | |/ |/|
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-092-2/+2
* | 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