index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
ti
/
clkctrl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-04
clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()
Andy Shevchenko
1
-4
/
+5
2023-06-16
clk: ti: clkctrl: check return value of kasprintf()
Claudiu Beznea
1
-0
/
+7
2023-03-27
clk: ti: Use of_address_to_resource()
Rob Herring
1
-3
/
+3
2022-11-22
clk: ti: change ti_clk_register[_omap_hw]() API
Dario Binacchi
1
-2
/
+2
2022-08-04
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-4
/
+0
2022-06-16
clk: ti: Stop using legacy clkctrl names for omap4 and 5
Tony Lindgren
1
-4
/
+0
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
Thomas Gleixner
1
-9
/
+1
2022-05-20
clk: ti: clkctrl: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2022-03-29
Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...
Stephen Boyd
1
-29
/
+30
2022-03-15
clk: ti: clkctrl: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-15
clk: ti: Drop legacy compatibility clocks for dra7
Tony Lindgren
1
-7
/
+2
2022-03-15
clk: ti: Drop legacy compatibility clocks for am4
Tony Lindgren
1
-12
/
+4
2022-03-15
clk: ti: Drop legacy compatibility clocks for am3
Tony Lindgren
1
-6
/
+2
2022-03-10
clk: ti: Use clock-output-names for clkctrl
Tony Lindgren
1
-2
/
+20
2022-03-10
clk: ti: Constify clkctrl_name
Tony Lindgren
1
-1
/
+1
2020-05-12
clk: ti: clkctrl: convert subclocks to use proper names also
Tero Kristo
1
-50
/
+48
2020-05-12
clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name
Tero Kristo
1
-1
/
+0
2020-01-20
clk: ti: clkctrl: Fix hidden dependency to node name
Tony Lindgren
1
-11
/
+85
2019-12-01
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-6
/
+39
2019-11-04
clk: ti: clkctrl: Fix failed to enable error with double udelay timeout
Tony Lindgren
1
-2
/
+3
2019-10-31
clk: ti: divider: cleanup ti_clk_parse_divider_data API
Tero Kristo
1
-1
/
+1
2019-10-31
clk: ti: clkctrl: add new exported API for checking standby info
Tero Kristo
1
-0
/
+33
2019-10-31
clk: ti: clkctrl: convert to use bit helper macros instead of bitops
Tero Kristo
1
-4
/
+4
2019-10-31
clk: ti: clkctrl: fix setting up clkctrl clocks
Tero Kristo
1
-1
/
+1
2019-06-06
clk: ti: clkctrl: Fix returning uninitialized data
Tony Lindgren
1
-2
/
+5
2019-05-21
clk: ti: clkctrl: Fix clkdm_clk handling
Tony Lindgren
1
-4
/
+4
2019-04-25
clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devices
Tero Kristo
1
-0
/
+3
2019-04-25
clk: ti: dra7x: prevent non-existing clkctrl clocks from registering
Tero Kristo
1
-0
/
+14
2019-03-08
clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPAT
Tony Lindgren
1
-1
/
+1
2019-02-15
clk: ti: remove usage of CLK_IS_BASIC
Tero Kristo
1
-1
/
+1
2018-12-14
clk: Use of_node_name_eq for node name comparisons
Rob Herring
1
-1
/
+1
2018-10-18
Merge branch 'clk-ti' into clk-next
Stephen Boyd
1
-22
/
+77
2018-10-16
clk: ti: Prepare for remove of OF node name
Stephen Boyd
1
-6
/
+3
2018-10-03
clk: ti: dra7: add new clkctrl data
Tero Kristo
1
-2
/
+6
2018-10-03
clk: ti: dra7xx: rename existing clkctrl data as compat data
Tero Kristo
1
-1
/
+1
2018-10-03
clk: ti: am43xx: add new clkctrl data for am43xx
Tero Kristo
1
-4
/
+13
2018-10-03
clk: ti: am43xx: rename existing clkctrl data as compat data
Tero Kristo
1
-2
/
+2
2018-10-03
clk: ti: am33xx: add new clkctrl data for am33xx
Tero Kristo
1
-2
/
+6
2018-10-03
clk: ti: am33xx: rename existing clkctrl data as compat data
Tero Kristo
1
-1
/
+1
2018-10-03
clk: ti: clkctrl: replace dashes from clkdm name with underscore
Tero Kristo
1
-0
/
+10
2018-10-03
clk: ti: clkctrl: support multiple clkctrl nodes under a cm node
Tero Kristo
1
-16
/
+45
2018-08-30
clk: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-8
/
+6
2018-03-08
clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flag
Tero Kristo
1
-0
/
+2
2017-12-01
clk: ti: dm816: add clkctrl clock data
Tero Kristo
1
-0
/
+3
2017-12-01
clk: ti: dm814: add clkctrl clock data
Tero Kristo
1
-0
/
+4
2017-12-01
clk: ti: am43xx: add clkctrl clock data
Tero Kristo
1
-0
/
+6
2017-12-01
clk: ti: am33xx: add clkctrl clock data
Tero Kristo
1
-0
/
+4
2017-12-01
clk: ti: dra7: add clkctrl clock data
Tero Kristo
1
-0
/
+4
2017-12-01
clk: ti: omap5: add clkctrl clock data
Tero Kristo
1
-0
/
+4
2017-12-01
clk: ti: clkctrl: fix flags for mux and divider opt clocks
Tero Kristo
1
-2
/
+10
[next]