summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: keystone: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-2/+1
* clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-286-42/+7
* clk: mediatek: Add MT8173 MMPLL change rate supportJames Liao2015-07-283-6/+42
* clk: mediatek: Fix calculation of PLL rate settingsJames Liao2015-07-281-2/+2
* clk: mediatek: Fix PLL registers setting flowJames Liao2015-07-281-9/+12
* clk: Allow providers to configure min/max ratesStephen Boyd2015-07-281-2/+14
* clk: twl6040: Convert to use devm_clk_registerAxel Lin2015-07-281-11/+1
* clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin2015-07-281-10/+4
* clk: shmobile: Remove unneeded #include <linux/clkdev.h>Geert Uytterhoeven2015-07-287-7/+7
* clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* clk: ti: clk-3xxx: Remove unused structuresStephen Boyd2015-07-281-10/+0
* clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
* Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-2820-19/+2543
|\
| * clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-3/+72
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-023-0/+25
| * clk: ti: move some public definitions to private headerTero Kristo2015-06-027-1/+59
| * clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2015-06-022-0/+96
| * clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2015-06-022-0/+122
| * clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2015-06-022-0/+79
| * clk: ti: omap2430: move clock support code under clock driverTero Kristo2015-06-022-0/+36
| * clk: ti: dflt: move support for default gate clock to clock driverTero Kristo2015-06-023-1/+322
| * clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo2015-06-024-6/+891
| * clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-026-0/+32
| * clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo2015-06-023-8/+116
| * clk: ti: move interface clock implementation under drivers/clkTero Kristo2015-06-023-1/+69
| * clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo2015-06-023-3/+250
| * clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo2015-06-023-1/+373
| * ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+25
* | clk: h8300: Fix signness bugAxel Lin2015-07-282-2/+2
* | clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocksStephen Boyd2015-07-282-0/+2
* | clk: gpio: Unlock mutex on error pathStephen Boyd2015-07-281-2/+4
* | clk: h8300: Use standard Linux I/O accessorsStephen Boyd2015-07-281-5/+5
* | clk: h8300: Drop allocation printk and cleanup sizeof styleStephen Boyd2015-07-281-4/+2
* | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-2814-295/+323
|\ \
| * | clk: fix some determine_rate implementationsBoris Brezillon2015-07-277-8/+20
| * | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-2714-292/+308
* | | clk: st: Fix error paths and allocation styleStephen Boyd2015-07-131-38/+45
* | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-07-071-1/+1
|\ \ \
| * | | drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev2015-07-071-1/+1
* | | | clk: Move clk_provider_list to scope of function using itStephen Boyd2015-07-071-2/+1
* | | | clk: Check for allocation errors in of_clk_init()Stephen Boyd2015-07-071-2/+11
* | | | Merge branch 'clk-rk3368' into clk-nextStephen Boyd2015-07-078-16/+1090
|\ \ \ \
| * | | | clk: rockchip: add rk3368 clock controllerHeiko Stuebner2015-07-063-0/+898
| * | | | clk: rockchip: define the inverters of rk3066/rk3188 and rk3288Heiko Stuebner2015-07-062-2/+14
| * | | | clk: rockchip: fix issues in the mmc-phase clockHeiko Stuebner2015-07-061-3/+3
| * | | | clk: rockchip: add support for phase invertersHeiko Stuebner2015-07-064-0/+144
| * | | | clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variantHeiko Stuebner2015-07-061-0/+20
| * | | | clk: rockchip: protect register macros against multipart valuesHeiko Stuebner2015-07-061-8/+8
| * | | | clk: rockchip: fix faulty vip parent name on rk3288Heiko Stuebner2015-07-061-2/+2