index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2023-06-30
2
-1
/
+4
|
\
|
*
ARM: pxa: fix missing-prototypes warnings
Arnd Bergmann
2023-05-26
2
-1
/
+4
*
|
Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2023-06-30
8
-0
/
+1594
|
\
\
|
*
|
clk: nuvoton: Use clk_parent_data instead of string for parent clock
Jacky Huang
2023-06-22
1
-87
/
+219
|
*
|
clk: nuvoton: Update all constant hex values to lowercase
Jacky Huang
2023-06-22
1
-16
/
+16
|
*
|
clk: nuvoton: Add clk-ma35d1.h for driver extern functions
Jacky Huang
2023-06-22
4
-16
/
+24
|
*
|
clk: nuvoton: Add clock driver for ma35d1 clock controller
Jacky Huang
2023-06-05
7
-0
/
+1454
|
|
/
*
|
Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2023-06-30
3
-0
/
+1125
|
\
\
|
*
|
clk: ralink: mtmips: Fix uninitialized use of ret in mtmips_register_{fixed,f...
Nathan Chancellor
2023-06-23
1
-0
/
+2
|
*
|
clk: ralink: add clock and reset driver for MTMIPS SoCs
Sergio Paracuellos
2023-06-21
3
-0
/
+1123
|
|
/
*
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-06-29
251
-753
/
+4046
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
-
-
-
-
-
-
.
\
Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...
Stephen Boyd
2023-06-26
26
-99
/
+223
|
|
\
\
\
\
\
\
\
|
|
|
|
|
|
|
_
|
/
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
clk: clocking-wizard: check return value of devm_kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+5
|
|
|
|
|
|
|
*
clk: ti: clkctrl: check return value of kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+7
|
|
|
|
|
|
|
*
clk: keystone: sci-clk: check return value of kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+2
|
|
|
|
|
|
|
*
clk: si5341: free unused memory on probe failure
Claudiu Beznea
2023-06-17
1
-9
/
+7
|
|
|
|
|
|
|
*
clk: si5341: check return value of {devm_}kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+8
|
|
|
|
|
|
|
*
clk: si5341: return error if one synth clock registration fails
Claudiu Beznea
2023-06-17
1
-6
/
+8
|
|
|
|
|
|
|
*
clk: cdce925: check return value of kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+12
|
|
|
|
|
|
|
*
clk: vc5: check memory returned by kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+29
|
|
|
|
|
|
|
/
|
|
|
|
|
|
/
|
|
|
|
|
|
|
*
clk: keystone: syscon-clk: Add support for audio refclk
Jai Luthra
2023-06-16
1
-5
/
+40
|
|
|
|
|
|
*
clk: keystone: syscon-clk: Allow the clock node to not be of type syscon
Andrew Davis
2023-06-16
1
-2
/
+2
|
|
|
|
|
|
/
|
|
|
|
*
|
clk: Fix memory leak in devm_clk_notifier_register()
Fei Shao
2023-06-20
1
-0
/
+1
|
|
|
|
*
|
clk: mvebu: Iterate over possible CPUs instead of DT CPU nodes
Rob Herring
2023-06-20
1
-11
/
+3
|
|
|
|
*
|
clk: mvebu: Use of_get_cpu_hwid() to read CPU ID
Rob Herring
2023-06-20
1
-8
/
+8
|
|
|
|
*
|
clk: mvebu: Use of_address_to_resource()
Rob Herring
2023-06-15
1
-5
/
+3
|
|
|
|
*
|
clk: tegra: tegra124-emc: Fix potential memory leak
Yuan Can
2023-06-15
1
-0
/
+2
|
|
|
|
*
|
clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()
Dan Carpenter
2023-06-15
1
-1
/
+1
|
|
|
|
*
|
clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
Dan Carpenter
2023-06-15
1
-2
/
+2
|
|
|
|
*
|
clk: sifive: Use devm_platform_ioremap_resource()
Yang Li
2023-06-15
1
-3
/
+1
|
|
|
|
|
/
|
|
|
*
|
clk: microchip: Use of_property_read_bool() for boolean properties
Rob Herring
2023-05-22
1
-1
/
+1
|
|
|
*
|
clk: microchip: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Conor Dooley
2023-05-22
1
-2
/
+2
|
|
|
|
/
|
|
*
|
clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()
Yuxing Liu
2023-06-12
1
-11
/
+13
|
|
*
|
clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe
Zhanhao Hu
2023-06-12
1
-7
/
+8
|
|
*
|
clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe
Hao Luo
2023-06-12
1
-4
/
+4
|
|
*
|
clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe
Kai Ma
2023-06-12
1
-7
/
+15
|
|
*
|
clk: imx: composite-8m: Add imx8m_divider_determine_rate
Adam Ford
2023-06-12
1
-0
/
+31
|
|
*
|
clk: imx: scu: use _safe list iterator to avoid a use after free
Dan Carpenter
2023-05-18
1
-2
/
+2
|
|
*
|
clk: imx: drop imx_unregister_clocks
Peng Fan
2023-05-18
2
-9
/
+0
|
|
*
|
clk: imx6ul: retain early UART clocks during kernel init
Alexander Stein
2023-05-18
1
-0
/
+2
|
|
*
|
clk: imx: imx6sx: Remove CLK_SET_RATE_PARENT from the LDB clocks
Fabio Estevam
2023-05-18
1
-4
/
+4
|
|
|
/
|
|
|
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
-
-
-
-
.
\
Merge branches 'clk-renesas', 'clk-determine-rate', 'clk-allwinner', 'clk-sam...
Stephen Boyd
2023-06-26
57
-265
/
+3401
|
|
\
\
\
\
\
\
|
|
|
|
|
|
*
|
clk: meson: pll: remove unneeded semicolon
Jiapeng Chong
2023-06-15
1
-1
/
+1
|
|
|
|
|
|
*
|
clk: meson: a1: Staticize rtc clk
Stephen Boyd
2023-06-12
1
-1
/
+1
|
|
|
|
|
|
*
|
clk: meson: a1: add Amlogic A1 Peripherals clock controller driver
Dmitry Rokosov
2023-05-30
4
-0
/
+2367
|
|
|
|
|
|
*
|
clk: meson: a1: add Amlogic A1 PLL clock controller driver
Dmitry Rokosov
2023-05-30
4
-0
/
+414
|
|
|
|
|
|
*
|
clk: meson: introduce new pll power-on sequence for A1 SoC family
Dmitry Rokosov
2023-05-30
2
-0
/
+25
|
|
|
|
|
|
*
|
clk: meson: make pll rst bit as optional
Dmitry Rokosov
2023-05-30
1
-7
/
+17
|
|
|
|
|
|
|
/
|
|
|
|
|
*
|
clk: samsung: add CONFIG_OF dependency
Arnd Bergmann
2023-06-12
1
-0
/
+1
|
|
|
|
|
*
|
clk: samsung: Re-add support for Exynos4212 CPU clock
Artur Weber
2023-05-09
1
-5
/
+39
[next]