index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
clk: mux: Remove clk.h include
Stephen Boyd
2015-07-20
|
*
|
|
|
clk: efm32gg: Remove clk.h include
Stephen Boyd
2015-07-20
|
*
|
|
|
clk: clps711x: Remove clk.h include
Stephen Boyd
2015-07-20
|
*
|
|
|
clk: cdce706: Include clk.h
Stephen Boyd
2015-07-20
|
*
|
|
|
clk: axi-clkgen: Remove clk.h include
Stephen Boyd
2015-07-20
|
*
|
|
|
clk: i.MX: Remove clk.h include
Stephen Boyd
2015-07-20
|
|
/
/
/
*
|
|
|
clk: ti: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
*
|
|
|
clk: sunxi: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
*
|
|
|
clk: st: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
*
|
|
|
clk: keystone: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
*
|
|
|
clk: at91: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
*
|
|
|
clk: mediatek: Add MT8173 MMPLL change rate support
James Liao
2015-07-28
*
|
|
|
clk: mediatek: Fix calculation of PLL rate settings
James Liao
2015-07-28
*
|
|
|
clk: mediatek: Fix PLL registers setting flow
James Liao
2015-07-28
*
|
|
|
clk: Allow providers to configure min/max rates
Stephen Boyd
2015-07-28
*
|
|
|
clk: twl6040: Convert to use devm_clk_register
Axel Lin
2015-07-28
*
|
|
|
clk: s2mps11: Simplify s2mps11_clk_probe unwind paths
Axel Lin
2015-07-28
*
|
|
|
clk: shmobile: Remove unneeded #include <linux/clkdev.h>
Geert Uytterhoeven
2015-07-28
*
|
|
|
clk: ti: Force pointer to be __iomem
Stephen Boyd
2015-07-28
*
|
|
|
clk: ti: clk-3xxx: Remove unused structures
Stephen Boyd
2015-07-28
*
|
|
|
clk: ti: Mark ti_clk_features static
Stephen Boyd
2015-07-28
*
|
|
|
clk: ti: Check kzalloc() for failures
Stephen Boyd
2015-07-28
*
|
|
|
Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...
Stephen Boyd
2015-07-28
|
\
\
\
\
|
*
|
|
|
clk: ti: move low-level access and init code under clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: remove exported ll_ops struct, instead add an API for registration
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: move some public definitions to private header
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: am3517: move remaining am3517 clock support code to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: omap34xx: move omap34xx clock type support code to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: clkdm: move clkdm gate clock support code to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: omap2430: move clock support code under clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: dflt: move support for default gate clock to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: dpll: move omap3 DPLL functionality to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: move omap2_clk_enable_init_clocks under clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: autoidle: move generic autoidle handling code to clock driver
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: move interface clock implementation under drivers/clk
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: move OMAP4+ DPLL implementation under drivers/clk
Tero Kristo
2015-06-02
|
*
|
|
|
clk: ti: move generic OMAP DPLL implementation under drivers/clk
Tero Kristo
2015-06-02
|
*
|
|
|
ARM: OMAP2+: clock: export driver API to setup/get clock features
Tero Kristo
2015-06-02
|
|
|
/
/
|
|
/
|
|
*
|
|
|
clk: h8300: Fix signness bug
Axel Lin
2015-07-28
*
|
|
|
clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks
Stephen Boyd
2015-07-28
*
|
|
|
clk: gpio: Unlock mutex on error path
Stephen Boyd
2015-07-28
*
|
|
|
clk: h8300: Use standard Linux I/O accessors
Stephen Boyd
2015-07-28
*
|
|
|
clk: h8300: Drop allocation printk and cleanup sizeof style
Stephen Boyd
2015-07-28
*
|
|
|
Merge branch 'clk-determine-rate-struct' into clk-next
Stephen Boyd
2015-07-28
|
\
\
\
\
|
*
|
|
|
clk: fix some determine_rate implementations
Boris Brezillon
2015-07-27
|
*
|
|
|
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
2015-07-27
|
|
|
/
/
|
|
/
|
|
*
|
|
|
clk: st: Fix error paths and allocation style
Stephen Boyd
2015-07-13
*
|
|
|
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
2015-07-07
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
drivers: clk: st: Incorrect register offset used for lock_status
Pankaj Dev
2015-07-07
*
|
|
|
clk: Move clk_provider_list to scope of function using it
Stephen Boyd
2015-07-07
[prev]
[next]