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
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
1
-6
/
+5
2020-07-09
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
1
-0
/
+2
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
3
-6
/
+6
2020-07-07
clk: actions: Add Ethernet clocks
Amit Singh Tomar
2
-2
/
+9
2020-07-07
arm: stm32mp: add weak function to save vddcore
Patrick Delaunay
1
-0
/
+5
2020-07-07
stm32mp1: clk: configure pll1 with OPP
Patrick Delaunay
1
-28
/
+262
2020-07-01
dm: Fix error handling for dev_read_addr_ptr
Sean Anderson
1
-1
/
+1
2020-07-01
clk: Add K210 clock support
Sean Anderson
3
-2
/
+665
2020-07-01
clk: Add a bypass clock for K210
Sean Anderson
2
-1
/
+271
2020-07-01
clk: Add K210 pll support
Sean Anderson
5
-0
/
+616
2020-07-01
clk: Fix clk_get_by_* handling of index
Sean Anderson
1
-4
/
+4
2020-07-01
clk: Check that ops of composite clock components exist before calling
Sean Anderson
1
-22
/
+35
2020-07-01
clk: Always use the supplied struct clk
Sean Anderson
6
-20
/
+18
2020-06-30
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
1
-1
/
+2
2020-06-27
rockchip: clk: rk3188: change APLL to safe 600MHz
Alexander Kochetkov
1
-1
/
+2
2020-06-24
clk: versal: Remove alt_ref_clk from clock sources
Rajan Vaja
1
-7
/
+1
2020-06-04
clk: sifive: fu540-prci: Release ethernet clock reset
Pragnesh Patel
1
-0
/
+20
2020-06-04
clk: sifive: fu540-prci: Add ddr clock initialization
Pragnesh Patel
1
-6
/
+45
2020-06-04
clk: sifive: fu540-prci: Add clock enable and disable ops
Pragnesh Patel
1
-12
/
+96
2020-05-29
clk: rk3399: Enable/Disable TCPHY clocks
Jagan Teki
1
-0
/
+24
2020-05-29
clk: rk3399: Set empty for TCPHY assigned-clocks
Jagan Teki
1
-0
/
+2
2020-05-29
clk: rk3399: Enable/Disable the USB2PHY clk
Jagan Teki
1
-0
/
+12
2020-05-29
clk: rk3399: Fix eMMC get_clk reg offset
Jagan Teki
1
-1
/
+1
2020-05-22
clk: rk3399: Enable/Disable the PCIEPHY clk
Jagan Teki
1
-0
/
+6
2020-05-22
clk: rk3399: Add enable/disable clks
Jagan Teki
1
-0
/
+148
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
66
-0
/
+71
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
18
-0
/
+18
2020-05-18
common: Drop linux/stringify.h from common header
Simon Glass
6
-0
/
+6
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
5
-0
/
+5
2020-05-18
common: Drop asm/ptrace.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
51
-0
/
+51
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-1
/
+3
2020-05-18
common: Drop init.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-14
Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
1
-3
/
+4
2020-05-14
clk: stm32mp1: fix CK_MPU calculation
Lionel Debieve
1
-3
/
+4
2020-05-13
CLK: ARC: HSDK: add separate clock map for HSDK-4xD
Eugeniy Paltsev
2
-11
/
+64
2020-05-13
CLK: ARC: HSDK: define clock map with DT binding constants
Eugeniy Paltsev
1
-27
/
+29
2020-05-13
CLK: ARC: HSDK: make set_clock optional
Eugeniy Paltsev
1
-1
/
+4
2020-05-13
CLK: ARC: HSDK: prepare for multiple clock maps support
Eugeniy Paltsev
1
-7
/
+20
2020-05-13
CLK: ARC: HSDK: driver cleanup
Eugeniy Paltsev
1
-36
/
+39
2020-05-13
CLK: ARC: HSDK: use appropriate config data types
Eugeniy Paltsev
1
-20
/
+21
2020-05-13
CLK: ARC: HSDK: drop unused offset
Eugeniy Paltsev
1
-29
/
+28
2020-05-13
CLK: ARC: HSDK: avoid code duplication
Eugeniy Paltsev
1
-72
/
+40
2020-05-04
Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-1
/
+1
2020-05-04
Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
1
-0
/
+1
2020-05-01
clk: imx: clk-imxrt1050: fix lcdif clock gate
Giulio Benetti
1
-1
/
+1
2020-05-01
clk: rk3399: Set empty for HCLK_SD assigned-clocks
Jagan Teki
1
-0
/
+1
2020-04-30
Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-1
/
+4
2020-04-28
Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-0
/
+2
[next]