index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: remove dead code in intel_clk_get_rate()
Heinrich Schuchardt
2020-03-05
1
-4
/
+0
*
versal: drivers: clk: Fix invalid clock name queries
Rajan Vaja
2020-02-28
1
-0
/
+6
*
Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2020-02-14
1
-4
/
+5
|
\
|
*
clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree
Patrick Delaunay
2020-02-13
1
-4
/
+5
*
|
CLK: HSDK: fix HDMI clock calculation
Eugeniy Paltsev
2020-02-12
1
-10
/
+21
*
|
CLK: HSDK: Check for PLL bypass firstly
Eugeniy Paltsev
2020-02-12
1
-4
/
+4
|
/
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
47
-6
/
+79
|
\
|
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
30
-0
/
+34
|
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
27
-1
/
+40
|
*
clk: Rename free() to rfree()
Simon Glass
2020-02-05
4
-5
/
+5
*
|
x86: Add a clock driver for Intel devices
Simon Glass
2020-02-07
4
-0
/
+58
|
/
*
arm: rockchip: Add common cru.h
Jagan Teki
2020-01-30
2
-39
/
+39
*
clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()
Giulio Benetti
2020-01-26
1
-2
/
+8
*
clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()
Giulio Benetti
2020-01-26
1
-0
/
+3
*
clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()
Giulio Benetti
2020-01-26
1
-2
/
+8
*
clk: Fix error checking of dev_read_addr_ptr
Sean Anderson
2020-01-26
3
-3
/
+3
*
clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...
Giulio Benetti
2020-01-26
1
-1
/
+1
*
clk: show more error info when uclass_get_device_by_name
Peng Fan
2020-01-26
1
-2
/
+4
*
clk: mediatek: use unsigned type for returning the clk rate
Fabien Parent
2020-01-26
1
-1
/
+1
*
Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2020-01-20
1
-2
/
+1
|
\
|
*
clk: sci-clk: add slack to clk-set-rate passed to firmware
Lokesh Vutla
2020-01-20
1
-2
/
+1
*
|
common: Move get_tbclk() to time.h
Simon Glass
2020-01-17
1
-0
/
+1
*
|
common: Move clock functions into a new file
Simon Glass
2020-01-17
1
-0
/
+1
|
/
*
clk: mediatek: fix clock-rate overflow problem
Sam Shih
2020-01-16
1
-3
/
+3
*
clk: mediatek: add driver for MT7622
Sam Shih
2020-01-16
2
-0
/
+679
*
clk: fixed_rate: add dummy enable() function
Chunfeng Yun
2020-01-16
1
-0
/
+7
*
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
2020-01-16
1
-0
/
+28
*
clk: check valid clock by clk_valid()
Chunfeng Yun
2020-01-16
1
-8
/
+8
*
clk: fix error check for devm_clk_get_optional()
Chunfeng Yun
2020-01-16
1
-1
/
+1
*
clk: mediatek: mt7629: add support for ssusbsys
Chunfeng Yun
2020-01-16
1
-0
/
+42
*
clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pll
mingming lee
2020-01-16
2
-8
/
+20
*
clk: mediatek: add set_clr_upd mux type flow
mingming lee
2020-01-16
2
-11
/
+55
*
clk: mediatek: add driver support for MT8512
mingming lee
2020-01-16
2
-0
/
+874
*
clk: imx: add i.IMXRT1050 clk driver
Giulio Benetti
2020-01-14
3
-0
/
+310
*
clk: imx: pfd: add set_rate()
Giulio Benetti
2020-01-14
1
-0
/
+22
*
clk: imx: pllv3: add support for PLLV3_AV type
Giulio Benetti
2020-01-14
1
-0
/
+76
*
clk: imx: pllv3: add PLLV3_SYS support
Giulio Benetti
2020-01-14
1
-0
/
+53
*
clk: imx: pllv3: add set_rate() support
Giulio Benetti
2020-01-14
1
-0
/
+27
*
clk: imx: pllv3: add disable() support
Giulio Benetti
2020-01-14
1
-0
/
+16
*
clk: imx: pllv3: add enable() support
Giulio Benetti
2020-01-14
1
-0
/
+24
*
clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USB
Giulio Benetti
2020-01-14
1
-0
/
+2
*
clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocks
Giulio Benetti
2020-01-14
1
-5
/
+15
*
clk: imx8qxp: extend to support getting I2C IPG clock
Anatolij Gustschin
2020-01-14
1
-0
/
+12
*
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
Tom Rini
2020-01-09
1
-1
/
+4
|
\
|
*
mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid
Rasmus Villemoes
2020-01-08
1
-1
/
+4
*
|
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-01-09
1
-2
/
+2
|
\
\
|
*
|
aspeed: ast2500: Read clock ofdata in the correct method
Simon Glass
2020-01-07
1
-2
/
+2
|
|
/
*
|
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-01-08
1
-0
/
+1
|
\
\
|
*
|
clk: stm32mp1: Add a clock entry for RNG1 device
Sughosh Ganu
2020-01-07
1
-0
/
+1
|
|
/
*
|
Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-01-08
4
-0
/
+390
|
\
\
[next]