summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorLines
2015-03-31CLK: Pistachio: Register external clock gatesAndrew Bresticker-0/+21
2015-03-31CLK: Pistachio: Register system interface gate clocksAndrew Bresticker-0/+42
2015-03-31CLK: Pistachio: Register peripheral clocksAndrew Bresticker-0/+67
2015-03-31CLK: Pistachio: Register core clocksAndrew Bresticker-0/+200
2015-03-31CLK: Pistachio: Add PLL driverAndrew Bresticker-0/+452
2015-03-31CLK: Add basic infrastructure for Pistachio clocksAndrew Bresticker-0/+266
2015-03-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-24/+59
2015-03-11clk: introduce clk_is_matchMichael Turquette-0/+26
2015-03-11clk: don't export static symbolJulia Lawall-1/+0
2015-03-09clk: divider: fix calculation of initial best divider when rounding to closestUwe Kleine-König-6/+7
2015-03-09clk: divider: fix selection of divider when rounding to closestUwe Kleine-König-1/+5
2015-03-09clk: divider: fix calculation of maximal parent rate for a given dividerUwe Kleine-König-7/+1
2015-03-06clk: divider: return real rate instead of divider valueHeiko Stübner-1/+1
2015-03-04clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON-1/+20
2015-02-25clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot-1/+0
2015-02-25clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot-1/+0
2015-02-25clk: qcom: Add PLL4 vote clockStephen Boyd-0/+13
2015-02-25clk: qcom: lcc-msm8960: Fix PLL rate detectionStephen Boyd-1/+1
2015-02-25clk: qcom: Fix slimbus n and m val offsetsStephen Boyd-2/+2
2015-02-25clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren-3/+3
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-1191/+11680
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso-1/+4
2015-02-18Revert "clk: mxs: Fix invalid 32-bit access to frac registers"Stefan Wahren-31/+18
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve-0/+83
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas-35/+35
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas-2/+2
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+219
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-11/+12
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-0/+10
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda-6/+6
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+7
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd-37/+59
2015-02-04clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven-0/+3
2015-02-03clk: mxs: Fix invalid 32-bit access to frac registersStefan Wahren-18/+31
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann-2/+14
2015-02-02Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette-52/+172
2015-02-02Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette-347/+112
2015-02-02clkdev: Export clk_register_clkdevTomeu Vizoso-0/+1
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso-58/+254
2015-02-02clk: remove clk-private.hMichael Turquette-2/+39
2015-02-02Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette-73/+5504
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso-244/+476
2015-02-02clk: tegra: Define PLLD_DSI and remove dsia(b)_muxMark Zhang-26/+24
2015-02-02clk: tegra: Add support for the Tegra132 CAR IP blockPaul Walmsley-12/+129
2015-02-02clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver-2/+5
2015-02-02clk: tegra: Fix order of arguments in WARNTomeu Vizoso-4/+4
2015-02-02clk: tegra124: Add init data for dsi lp clocksSean Paul-0/+2
2015-02-02clk: tegra: SDMMC controllers are on APBAndrew Bresticker-8/+8
2015-01-30clk: ti: add omap3 legacy clock dataTero Kristo-1/+4655
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo-4/+46