index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
ti
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-21
1
-1
/
+1
*
clk: ti: dra7-atl: Fix leak of of_nodes
David Lechner
2024-08-28
1
-0
/
+1
*
clk: ti: dpll: fix incorrect #ifdef checks
Arnd Bergmann
2024-04-05
1
-6
/
+4
*
Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2024-03-19
7
-37
/
+70
|
\
|
*
clk: ti: Improve clksel clock bit parsing for reg property
Tony Lindgren
2024-02-26
7
-33
/
+60
|
*
clk: ti: Handle possible address in the node name
Tony Lindgren
2024-02-26
1
-4
/
+10
*
|
clk: ti: dpll3xxx: use correct function names in kernel-doc
Randy Dunlap
2024-02-29
1
-2
/
+2
|
/
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-11-01
2
-17
/
+5
|
\
|
*
clk: Use device_get_match_data()
Rob Herring
2023-10-24
1
-10
/
+4
|
*
clk: ti: fix double free in of_ti_divider_clk_setup()
Dan Carpenter
2023-10-19
1
-7
/
+1
*
|
clk: ti: Fix missing omap5 mcbsp functional clock and aliases
Tony Lindgren
2023-10-13
1
-0
/
+4
*
|
clk: ti: Fix missing omap4 mcbsp functional clock and aliases
Tony Lindgren
2023-10-13
1
-0
/
+5
|
/
*
-
.
Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...
Stephen Boyd
2023-08-30
2
-6
/
+7
|
\
\
|
|
*
clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()
Andy Shevchenko
2023-08-05
2
-6
/
+7
|
|
/
*
/
clk: ti: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-22
1
-6
/
+2
|
/
*
clk: ti: clkctrl: check return value of kasprintf()
Claudiu Beznea
2023-06-17
1
-0
/
+7
*
-
.
Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-next
Stephen Boyd
2023-04-25
1
-4
/
+2
|
\
\
|
|
*
clk: ti: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-29
1
-4
/
+2
|
|
/
*
/
clk: ti: Use of_address_to_resource()
Rob Herring
2023-03-27
1
-3
/
+3
|
/
*
clk: ti: fix typo in ti_clk_retry_init() code comment
Dario Binacchi
2022-11-23
1
-1
/
+1
*
clk: ti: dra7-atl: don't allocate `parent_names' variable
Dario Binacchi
2022-11-23
1
-12
/
+2
*
clk: ti: change ti_clk_register[_omap_hw]() API
Dario Binacchi
2022-11-23
12
-42
/
+41
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-08
2
-5
/
+9
|
\
|
*
-
.
Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c...
Stephen Boyd
2022-10-04
2
-5
/
+9
|
|
\
\
|
|
|
*
clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
Miaoqian Lin
2022-10-01
1
-3
/
+6
|
|
|
/
|
|
/
|
|
|
*
clk: ti: Balance of_node_get() calls for of_find_node_by_name()
Liang He
2022-10-01
1
-2
/
+3
|
|
/
*
/
clk: ti: Fix missing of_node_get() ti_find_clock_provider()
Tony Lindgren
2022-08-19
1
-0
/
+1
|
/
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-08-05
3
-189
/
+185
|
\
|
*
clk: ti: Stop using legacy clkctrl names for omap4 and 5
Tony Lindgren
2022-06-16
3
-189
/
+185
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
Thomas Gleixner
2022-06-10
14
-126
/
+14
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2022-06-10
8
-75
/
+8
|
/
*
clk: ti: clkctrl: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-05-21
1
-7
/
+6
*
clk: ti: composite: Prefer kcalloc over open coded arithmetic
Len Baker
2022-05-21
1
-1
/
+1
*
-
.
Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...
Stephen Boyd
2022-03-29
22
-1345
/
+159
|
\
\
|
|
*
clk: ti: clkctrl: fix typos in comments
Julia Lawall
2022-03-15
1
-1
/
+1
|
|
/
|
/
|
|
*
clk: ti: Drop legacy compatibility clocks for dra7
Tony Lindgren
2022-03-15
4
-832
/
+5
|
*
clk: ti: Drop legacy compatibility clocks for am4
Tony Lindgren
2022-03-15
5
-246
/
+6
|
*
clk: ti: Drop legacy compatibility clocks for am3
Tony Lindgren
2022-03-15
4
-230
/
+4
|
*
clk: ti: Update component clocks to use ti_dt_clk_name()
Tony Lindgren
2022-03-11
8
-11
/
+23
|
*
clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name()
Tony Lindgren
2022-03-11
4
-12
/
+22
|
*
clk: ti: Add ti_dt_clk_name() helper to use clock-output-names
Tony Lindgren
2022-03-11
2
-1
/
+20
|
*
clk: ti: Use clock-output-names for clkctrl
Tony Lindgren
2022-03-11
1
-2
/
+20
|
*
clk: ti: Add ti_find_clock_provider() to use clock-output-names
Tony Lindgren
2022-03-11
1
-2
/
+41
|
*
clk: ti: Optionally parse IO address from parent clock node
Tony Lindgren
2022-03-11
1
-2
/
+8
|
*
clk: ti: Preserve node in ti_dt_clocks_register()
Tony Lindgren
2022-03-11
1
-5
/
+8
|
*
clk: ti: Constify clkctrl_name
Tony Lindgren
2022-03-11
1
-1
/
+1
|
/
*
clk/ti/adpll: Make const pointer error a static const array
Colin Ian King
2021-12-10
1
-1
/
+1
*
clk: ti: am43xx: Add clkctrl data for am43xx ADC1
Miquel Raynal
2021-10-20
1
-0
/
+1
*
drivers: ti: remove redundant error message in adpll.c
Yu Jiahua
2021-06-28
1
-4
/
+1
*
clk: ti: add am33xx/am43xx spread spectrum clock support
Dario Binacchi
2021-06-09
2
-0
/
+124
[next]