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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-23
clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrs
Tero Kristo
5
-26
/
+50
2016-02-23
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
1
-1
/
+2
2016-02-23
clk: ti: omap3+: dpll: use non-locking version of clk_get_rate
Tero Kristo
1
-1
/
+2
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
4
-8
/
+0
2016-01-21
Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
2015-12-03
clk: ti: Add few dm814x clock aliases
Tony Lindgren
1
-0
/
+4
2015-12-03
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
5
-29
/
+12
2015-11-30
clk: ti: omap5+: dpll: implement errata i810
Tero Kristo
1
-1
/
+24
2015-11-24
clk: ti: drop locking code from mux/divider drivers
Grygorii Strashko
2
-25
/
+6
2015-11-24
clk: ti816x: Add missing dmtimer clkdev entries
Neil Armstrong
1
-0
/
+2
2015-11-24
clk: ti: fapll: fix wrong do_div() usage
Nicolas Pitre
1
-2
/
+2
2015-11-24
clk: ti: clkt_dpll: fix wrong do_div() usage
Nicolas Pitre
1
-2
/
+2
2015-11-21
clk: ti: dra7: constify clk_hw_omap_ops structure
Julia Lawall
1
-1
/
+1
2015-10-02
clk: ti: dflt: fix enable_reg validity check
Suman Anna
1
-2
/
+2
2015-10-02
clk: ti: fix dual-registration of uart4_ick
Ben Dooks
1
-1
/
+1
2015-10-02
clk: ti: clk-7xx: Remove hardwired ABE clock configuration
Peter Ujfalusi
1
-17
/
+1
2015-09-01
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
1
-0
/
+1
2015-09-01
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
3
-2
/
+35
2015-08-25
clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)
Stephen Boyd
3
-13
/
+13
2015-08-25
clk: ti: Convert to clk_hw based provider APIs
Stephen Boyd
7
-35
/
+33
2015-08-25
clk: ti: Remove CLK_IS_BASIC check
Stephen Boyd
1
-6
/
+0
2015-08-25
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
6
-9
/
+9
2015-08-25
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
1
-1
/
+1
2015-08-13
clk: ti: fix for definition movement
Stephen Rothwell
1
-0
/
+2
2015-07-31
ARM: dts: AM437X: add dpll_clksel_mac_clk node
Keerthy
1
-0
/
+1
2015-07-28
Merge branch 'cleanup-clk-h-includes' into clk-next
Stephen Boyd
11
-1
/
+11
2015-07-28
clk: ti: make use of of_clk_parent_fill helper function
Dinh Nguyen
5
-14
/
+5
2015-07-28
clk: ti: Force pointer to be __iomem
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: ti: clk-3xxx: Remove unused structures
Stephen Boyd
1
-10
/
+0
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
20
-19
/
+2543
2015-07-20
clk: ti: Switch clk-provider.h include to clk.h
Stephen Boyd
1
-1
/
+1
2015-07-20
clk: ti: Include clk.h
Stephen Boyd
10
-0
/
+10
2015-07-16
ARM: OMAP2+: Add support for initializing dm814x clocks
Tony Lindgren
3
-2
/
+33
2015-07-02
Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-9
/
+14
2015-06-04
clk: ti: Use of_clk_get_parent_count() instead of open coding
Geert Uytterhoeven
1
-1
/
+1
2015-06-04
CLK: TI: always enable DESHDCP clock
Tomi Valkeinen
1
-1
/
+6
2015-06-03
arm: dra7: add DESHDCP clock
Tomi Valkeinen
1
-0
/
+1
2015-06-02
clk: ti: move low-level access and init code under clock driver
Tero Kristo
1
-3
/
+72
2015-06-02
clk: ti: remove exported ll_ops struct, instead add an API for registration
Tero Kristo
3
-0
/
+25
2015-06-02
clk: ti: move some public definitions to private header
Tero Kristo
7
-1
/
+59
2015-06-02
clk: ti: am3517: move remaining am3517 clock support code to clock driver
Tero Kristo
2
-0
/
+96
2015-06-02
clk: ti: omap34xx: move omap34xx clock type support code to clock driver
Tero Kristo
2
-0
/
+122
2015-06-02
clk: ti: clkdm: move clkdm gate clock support code to clock driver
Tero Kristo
2
-0
/
+79
2015-06-02
clk: ti: omap2430: move clock support code under clock driver
Tero Kristo
2
-0
/
+36
2015-06-02
clk: ti: dflt: move support for default gate clock to clock driver
Tero Kristo
3
-1
/
+322
2015-06-02
clk: ti: dpll: move omap3 DPLL functionality to clock driver
Tero Kristo
4
-6
/
+891
2015-06-02
clk: ti: move omap2_clk_enable_init_clocks under clock driver
Tero Kristo
6
-0
/
+32
2015-06-02
clk: ti: autoidle: move generic autoidle handling code to clock driver
Tero Kristo
3
-8
/
+116
[next]