index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-16
omap: timer: implement timer_get_boot_us
Christian Gmeiner
1
-0
/
+21
2021-12-27
Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
Tom Rini
1
-1
/
+2
2021-10-12
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...
Tom Rini
1
-1
/
+1
2021-10-12
cmd: bind: Fix driver binding on a device
Patrice Chotard
1
-1
/
+1
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-1
/
+1
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
1
-1
/
+0
2021-09-25
treewide: Try to avoid the preprocessor with OF_REAL
Simon Glass
2
-42
/
+42
2021-09-25
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
3
-5
/
+5
2021-08-02
x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ
Bin Meng
2
-6
/
+7
2021-07-14
timer: nomadik-mtu: Use dev_read_addr_ptr()
Stephan Gerhold
1
-5
/
+2
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-06-09
timer: imx-gpt: Add timer support for i.MX SoCs family
Giulio Benetti
3
-0
/
+170
2021-05-17
riscv: Split SiFive CLINT support between SPL and U-Boot proper
Bin Meng
1
-1
/
+1
2021-04-27
allow opting out of WATCHDOG_RESET() from timer interrupt
Rasmus Villemoes
1
-1
/
+1
2021-04-27
timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG
Rasmus Villemoes
1
-1
/
+5
2021-04-08
timer: sifive_clint: Support the official clint DT bindings
Bin Meng
1
-0
/
+1
2021-03-27
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
Simon Glass
1
-5
/
+1
2021-03-27
sandbox: Only call timer_timebase_fallback() if present
Simon Glass
1
-1
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
7
-0
/
+7
2021-02-01
x86: tsc_timer: Correct overflow in __udelay()
Simon Glass
1
-1
/
+1
2021-01-18
timer: mtk_timer: initialize the timer before use
Weijie Gao
1
-0
/
+10
2021-01-18
riscv: timer: Add support for an early timer
Pragnesh Patel
3
-3
/
+60
2021-01-13
timer: stm32: migrate trace to log macro
Patrick Delaunay
1
-0
/
+2
2021-01-12
omap: timer: fix the rate setting
Dario Binacchi
1
-3
/
+3
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
8
-15
/
+19
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2
-2
/
+2
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-1
/
+1
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
1
-1
/
+3
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
6
-12
/
+14
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
5
-21
/
+21
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
10
-20
/
+20
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
5
-9
/
+9
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
6
-10
/
+10
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
18
-19
/
+19
2020-12-09
treewide: Update email address Patrick Delaunay and Patrice Chotard
Patrice Chotard
2
-2
/
+2
2020-11-06
board: Rename uclass to sysinfo
Simon Glass
1
-5
/
+5
2020-11-05
x86: Fix up driver names to avoid dtoc warnings
Simon Glass
1
-2
/
+2
2020-10-26
riscv: Move timer portions of SiFive CLINT to drivers/timer
Sean Anderson
2
-0
/
+48
2020-10-26
timer: Add _TIMER suffix to Andes PLMT Kconfig
Sean Anderson
2
-2
/
+2
2020-10-26
riscv: Move Andes PLMT driver to drivers/timer
Sean Anderson
3
-0
/
+58
2020-10-22
timer: Return count from timer_ops.get_count
Sean Anderson
21
-86
/
+49
2020-10-16
timer: Include device_compat.h
Sean Anderson
1
-2
/
+3
2020-10-05
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
3
-0
/
+117
2020-09-30
timer: Add a test for timer_timebase_fallback
Sean Anderson
1
-1
/
+3
2020-09-30
timer: Add helper for drivers using timebase fallback
Sean Anderson
1
-0
/
+31
2020-09-30
riscv: Rework riscv timer driver to only support S-mode
Sean Anderson
2
-21
/
+22
2020-09-28
timer: mchp-pit64b: add support for pit64b
Claudiu Beznea
3
-0
/
+117
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2
-2
/
+2
2020-08-22
dm: core: Fix devfdt_get_addr_ptr return value
Ovidiu Panait
1
-2
/
+2
[next]