summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)Author
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso
2015-02-18Revert "clk: mxs: Fix invalid 32-bit access to frac registers"Stefan Wahren
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd
2015-02-04clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven
2015-02-03clk: mxs: Fix invalid 32-bit access to frac registersStefan Wahren
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann
2015-02-02Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette
2015-02-02Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette
2015-02-02clkdev: Export clk_register_clkdevTomeu Vizoso
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2015-02-02clk: remove clk-private.hMichael Turquette
2015-02-02Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso
2015-02-02clk: tegra: Define PLLD_DSI and remove dsia(b)_muxMark Zhang
2015-02-02clk: tegra: Add support for the Tegra132 CAR IP blockPaul Walmsley
2015-02-02clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver
2015-02-02clk: tegra: Fix order of arguments in WARNTomeu Vizoso
2015-02-02clk: tegra124: Add init data for dsi lp clocksSean Paul
2015-02-02clk: tegra: SDMMC controllers are on APBAndrew Bresticker
2015-01-30clk: ti: add omap3 legacy clock dataTero Kristo
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo
2015-01-30clk: ti: dpll: add support for legacy DPLL initTero Kristo
2015-01-30clk: ti: divider: add support for legacy divider initTero Kristo
2015-01-30clk: ti: interface: add support for legacy interface clock initTero Kristo
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo
2015-01-30clk: ti: add core support for initializing legacy clocksTero Kristo
2015-01-29clk: exynos5420: Add IDs for clocks used in DISP1 power domainJavier Martinez Canillas
2015-01-28clk: Remove __clk_registerTomeu Vizoso
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso
2015-01-28clk: qoriq: Use pr_fmt()Emil Medve
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve
2015-01-28clk: qoriq: Make local symbol 'static'Emil Medve
2015-01-28clk: qoriq: Fix checkpatch type OOM_MESSAGEEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYEmil Medve
2015-01-28clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTEmil Medve
2015-01-28clk: samsung: exynos4: Add divider clock id for memory bus frequencyChanwoo Choi
2015-01-27clk: pxa: add pxa3xx clock driverRobert Jarzmik
2015-01-27clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller