index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: ti: Check kzalloc() for failures
Stephen Boyd
2015-07-28
1
-0
/
+2
*
Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...
Stephen Boyd
2015-07-28
39
-2382
/
+1320
|
\
|
*
clk: ti: move low-level access and init code under clock driver
Tero Kristo
2015-06-02
4
-93
/
+78
|
*
ARM: OMAP2+: clock: remove legacy omap2_clk_readl/writel APIs
Tero Kristo
2015-06-02
2
-19
/
+0
|
*
clk: ti: remove exported ll_ops struct, instead add an API for registration
Tero Kristo
2015-06-02
7
-6
/
+42
|
*
ARM: OMAP2+: clock: remove dead definitions from the clock header file
Tero Kristo
2015-06-02
3
-143
/
+0
|
*
clk: ti: move some public definitions to private header
Tero Kristo
2015-06-02
8
-46
/
+59
|
*
clk: ti: am3517: move remaining am3517 clock support code to clock driver
Tero Kristo
2015-06-02
6
-135
/
+96
|
*
ARM: OMAP4: clock: remove clock44xx.h header
Tero Kristo
2015-06-02
2
-21
/
+0
|
*
clk: ti: omap34xx: move omap34xx clock type support code to clock driver
Tero Kristo
2015-06-02
5
-143
/
+123
|
*
clk: ti: clkdm: move clkdm gate clock support code to clock driver
Tero Kristo
2015-06-02
5
-81
/
+79
|
*
clk: ti: omap2430: move clock support code under clock driver
Tero Kristo
2015-06-02
5
-59
/
+36
|
*
clk: ti: dflt: move support for default gate clock to clock driver
Tero Kristo
2015-06-02
5
-278
/
+322
|
*
ARM: OMAP2+: clock: remove clkdm_control static boolean from code
Tero Kristo
2015-06-02
3
-26
/
+11
|
*
ARM: OMAP3: clock: remove clock3xxx.c file
Tero Kristo
2015-06-02
3
-34
/
+3
|
*
clk: ti: dpll: move omap3 DPLL functionality to clock driver
Tero Kristo
2015-06-02
8
-196
/
+148
|
*
ARM: OMAP2+: clock: add support for specific CM ops to ti_clk_ll_ops
Tero Kristo
2015-06-02
2
-0
/
+8
|
*
ARM: OMAP2+: clock: add support for clkdm ops to the low level clk ops
Tero Kristo
2015-06-02
2
-5
/
+13
|
*
ARM: OMAP2+: clock: remove support for legacy mpurate command line param
Tero Kristo
2015-06-02
5
-125
/
+1
|
*
clk: ti: move omap2_clk_enable_init_clocks under clock driver
Tero Kristo
2015-06-02
8
-25
/
+32
|
*
clk: ti: autoidle: move generic autoidle handling code to clock driver
Tero Kristo
2015-06-02
6
-125
/
+119
|
*
ARM: OMAP36xx: remove clock36xx.c/.h files
Tero Kristo
2015-06-02
3
-83
/
+1
|
*
ARM: OMAP2+: clock: remove clock_common_data.c file
Tero Kristo
2015-06-02
3
-130
/
+1
|
*
ARM: OMAP2+: clk: remove obsolete clksel support code
Tero Kristo
2015-06-02
3
-480
/
+1
|
*
ARM: OMAP3: dpll3-m2: get rid of obsolete clksel access
Tero Kristo
2015-06-02
1
-1
/
+3
|
*
clk: ti: move interface clock implementation under drivers/clk
Tero Kristo
2015-06-02
6
-23
/
+17
|
*
clk: ti: move OMAP4+ DPLL implementation under drivers/clk
Tero Kristo
2015-06-02
6
-33
/
+33
|
*
clk: ti: move generic OMAP DPLL implementation under drivers/clk
Tero Kristo
2015-06-02
5
-10
/
+11
|
*
ARM: OMAP2+: clock: export driver API to setup/get clock features
Tero Kristo
2015-06-02
7
-48
/
+69
*
|
clk: h8300: Fix signness bug
Axel Lin
2015-07-28
2
-2
/
+2
*
|
clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks
Stephen Boyd
2015-07-28
2
-0
/
+2
*
|
clk: gpio: Unlock mutex on error path
Stephen Boyd
2015-07-28
1
-2
/
+4
*
|
clk: h8300: Use standard Linux I/O accessors
Stephen Boyd
2015-07-28
1
-5
/
+5
*
|
clk: h8300: Drop allocation printk and cleanup sizeof style
Stephen Boyd
2015-07-28
1
-4
/
+2
*
|
Merge branch 'clk-determine-rate-struct' into clk-next
Stephen Boyd
2015-07-28
20
-404
/
+411
|
\
\
|
*
|
clk: fix some determine_rate implementations
Boris Brezillon
2015-07-27
8
-8
/
+24
|
*
|
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
2015-07-27
20
-401
/
+392
*
|
|
clk: st: Fix error paths and allocation style
Stephen Boyd
2015-07-13
1
-38
/
+45
*
|
|
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
2015-07-07
1
-1
/
+1
|
\
\
\
|
*
|
|
drivers: clk: st: Incorrect register offset used for lock_status
Pankaj Dev
2015-07-07
1
-1
/
+1
*
|
|
|
clk: Move clk_provider_list to scope of function using it
Stephen Boyd
2015-07-07
1
-2
/
+1
*
|
|
|
clk: Check for allocation errors in of_clk_init()
Stephen Boyd
2015-07-07
1
-2
/
+11
*
|
|
|
Merge branch 'clk-rk3368' into clk-next
Stephen Boyd
2015-07-07
14
-16
/
+1555
|
\
\
\
\
|
*
|
|
|
clk: rockchip: add rk3368 clock controller
Heiko Stuebner
2015-07-06
3
-0
/
+898
|
*
|
|
|
clk: rockchip: add missing include guards
Heiko Stuebner
2015-07-06
4
-0
/
+20
|
*
|
|
|
clk: rockchip: add dt-binding header for rk3368
Heiko Stuebner
2015-07-06
1
-0
/
+384
|
*
|
|
|
dt-bindings: add documentation of rk3668 clock controller
Heiko Stuebner
2015-07-06
1
-0
/
+61
|
*
|
|
|
clk: rockchip: define the inverters of rk3066/rk3188 and rk3288
Heiko Stuebner
2015-07-06
2
-2
/
+14
|
*
|
|
|
clk: rockchip: fix issues in the mmc-phase clock
Heiko Stuebner
2015-07-06
1
-3
/
+3
|
*
|
|
|
clk: rockchip: add support for phase inverters
Heiko Stuebner
2015-07-06
4
-0
/
+144
[next]