index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
ti
/
clk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
clk: ti: Improve clksel clock bit parsing for reg property
Tony Lindgren
1
-7
/
+50
2024-02-26
clk: ti: Handle possible address in the node name
Tony Lindgren
1
-4
/
+10
2023-08-05
clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()
Andy Shevchenko
1
-2
/
+2
2022-11-23
clk: ti: fix typo in ti_clk_retry_init() code comment
Dario Binacchi
1
-1
/
+1
2022-11-23
clk: ti: change ti_clk_register[_omap_hw]() API
Dario Binacchi
1
-18
/
+16
2022-10-08
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-2
/
+3
2022-10-01
clk: ti: Balance of_node_get() calls for of_find_node_by_name()
Liang He
1
-2
/
+3
2022-08-20
clk: ti: Fix missing of_node_get() ti_find_clock_provider()
Tony Lindgren
1
-0
/
+1
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
Thomas Gleixner
1
-9
/
+1
2022-03-11
clk: ti: Add ti_dt_clk_name() helper to use clock-output-names
Tony Lindgren
1
-1
/
+19
2022-03-11
clk: ti: Add ti_find_clock_provider() to use clock-output-names
Tony Lindgren
1
-2
/
+41
2022-03-11
clk: ti: Optionally parse IO address from parent clock node
Tony Lindgren
1
-2
/
+8
2022-03-11
clk: ti: Preserve node in ti_dt_clocks_register()
Tony Lindgren
1
-5
/
+8
2020-01-20
clk: ti: clkctrl: Fix hidden dependency to node name
Tony Lindgren
1
-1
/
+3
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2019-03-14
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-2
/
+78
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-08
Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...
Stephen Boyd
1
-0
/
+72
2019-02-15
clk: ti: generalize the init sequence of clk_hw_omap clocks
Tero Kristo
1
-10
/
+21
2019-02-15
clk: ti: add new API for checking if a provided clock is an OMAP clock
Tero Kristo
1
-0
/
+19
2019-02-15
clk: ti: move clk_hw_omap list handling under generic part of the driver
Tero Kristo
1
-0
/
+42
2018-12-28
clk: ti: fix refcount leak in ti_dt_clocks_register()
Yangtao Li
1
-2
/
+6
2018-10-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-10
/
+18
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-19
Merge branch 'clk-ti' into clk-next
Stephen Boyd
1
-2
/
+5
2018-10-19
Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-next
Stephen Boyd
1
-9
/
+14
2018-10-03
clk: ti: clkctrl: support multiple clkctrl nodes under a cm node
Tero Kristo
1
-2
/
+5
2018-08-31
clk: ti: fix OF child-node lookup
Johan Hovold
1
-4
/
+9
2018-08-30
clk: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-5
/
+5
2018-03-08
clk: ti: add generic support for clock latching
Tero Kristo
1
-0
/
+14
2018-03-08
clk: ti: add support for register read-modify-write low-level operation
Tero Kristo
1
-0
/
+24
2017-12-14
clk: ti: Drop legacy clk-3xxx-legacy code
Tony Lindgren
1
-135
/
+0
2017-12-01
clk: ti: convert retry_init param to use void data type
Tero Kristo
1
-6
/
+6
2017-12-01
clk: ti: add support for clkctrl aliases
Tero Kristo
1
-3
/
+55
2017-04-22
clk: ti: fix building without legacy omap3
Arnd Bergmann
1
-6
/
+6
2017-03-08
clk: ti: convert to use proper register definition for all accesses
Tero Kristo
1
-23
/
+24
2017-03-08
clk: ti: use automatic clock alias generation framework
Tero Kristo
1
-5
/
+15
2017-03-08
clk: ti: add API for creating aliases automatically for simple clock types
Tero Kristo
1
-0
/
+26
2017-03-08
clk: ti: add support for automatic clock alias generation
Tero Kristo
1
-0
/
+64
2016-03-03
clk: ti: Remove CLK_IS_ROOT
Stephen Boyd
1
-2
/
+2
2015-08-25
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
1
-2
/
+2
2015-07-28
Merge branch 'cleanup-clk-h-includes' into clk-next
Stephen Boyd
1
-0
/
+1
2015-07-28
clk: ti: Force pointer to be __iomem
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: ti: Mark ti_clk_features static
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: ti: Check kzalloc() for failures
Stephen Boyd
1
-0
/
+2
2015-07-28
Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...
Stephen Boyd
1
-3
/
+142
2015-07-20
clk: ti: Include clk.h
Stephen Boyd
1
-0
/
+1
2015-06-02
clk: ti: move low-level access and init code under clock driver
Tero Kristo
1
-3
/
+72
[next]