summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-2181-1191/+11680
|\
| * clk: Only recalculate the rate if neededTomeu Vizoso2015-02-191-1/+4
| * Revert "clk: mxs: Fix invalid 32-bit access to frac registers"Stefan Wahren2015-02-183-31/+18
| * clk: qoriq: Add support for the platform PLLEmil Medve2015-02-181-0/+83
| * clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas2015-02-185-35/+35
| * clk: Don't dereference parent clock if is NULLJavier Martinez Canillas2015-02-181-2/+2
| * clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd2015-02-063-37/+59
| * clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven2015-02-041-0/+3
| * clk: mxs: Fix invalid 32-bit access to frac registersStefan Wahren2015-02-033-18/+31
| * clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann2015-02-036-2/+14
| * Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette2015-02-027-52/+172
| |\
| | * clk: tegra: Define PLLD_DSI and remove dsia(b)_muxMark Zhang2015-02-024-26/+24
| | * clk: tegra: Add support for the Tegra132 CAR IP blockPaul Walmsley2015-02-023-12/+129
| | * clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver2015-02-021-2/+5
| | * clk: tegra: Fix order of arguments in WARNTomeu Vizoso2015-02-021-4/+4
| | * clk: tegra124: Add init data for dsi lp clocksSean Paul2015-02-021-0/+2
| | * clk: tegra: SDMMC controllers are on APBAndrew Bresticker2015-02-021-8/+8
| * | Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette2015-02-025-347/+112
| |\ \
| | * | clk: samsung: exynos4: Add divider clock id for memory bus frequencyChanwoo Choi2015-01-281-5/+5
| | * | clk: samsung: exynos4415: Use samsung_cmu_register_one() to simplify codeChanwoo Choi2014-12-231-168/+48
| | * | clk: samsung: exynos3250: Use samsung_cmu_register_one() to simplify codeChanwoo Choi2014-12-231-170/+47
| | * | clk: samsung: Change the return value of samsung_cmu_register_one()Chanwoo Choi2014-12-232-4/+12
| * | | clkdev: Export clk_register_clkdevTomeu Vizoso2015-02-021-0/+1
| * | | clk: Add rate constraints to clocksTomeu Vizoso2015-02-0212-58/+254
| * | | clk: remove clk-private.hMichael Turquette2015-02-021-2/+39
| * | | Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette2015-02-0210-73/+5504
| |\ \ \
| | * | | clk: ti: add omap3 legacy clock dataTero Kristo2015-01-302-1/+4655
| | * | | clk: ti: composite: add support for legacy composite clock initTero Kristo2015-01-303-4/+46
| | * | | clk: ti: dpll: add support for legacy DPLL initTero Kristo2015-01-303-11/+113
| | * | | clk: ti: divider: add support for legacy divider initTero Kristo2015-01-303-1/+136
| | * | | clk: ti: interface: add support for legacy interface clock initTero Kristo2015-01-303-24/+76
| | * | | clk: ti: gate: add support for legacy gate initTero Kristo2015-01-303-30/+133
| | * | | clk: ti: mux: add support for legacy mux initTero Kristo2015-01-303-2/+75
| | * | | clk: ti: add core support for initializing legacy clocksTero Kristo2015-01-302-0/+270
| | |/ /
| * | | clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-023-244/+476
| * | | clk: Remove __clk_registerTomeu Vizoso2015-01-281-42/+0
| * | | clk: Remove unneeded NULL checksTomeu Vizoso2015-01-281-9/+0
| * | | clk: qoriq: Use pr_fmt()Emil Medve2015-01-281-2/+5
| * | | clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve2015-01-281-1/+1
| * | | clk: qoriq: Make local symbol 'static'Emil Medve2015-01-281-1/+1
| * | | clk: qoriq: Fix checkpatch type OOM_MESSAGEEmil Medve2015-01-281-12/+5
| * | | clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTEmil Medve2015-01-281-2/+2
| * | | clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYEmil Medve2015-01-281-2/+2
| * | | clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTEmil Medve2015-01-281-4/+4
| * | | clk: pxa: add pxa3xx clock driverRobert Jarzmik2015-01-272-0/+365
| * | | clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann2015-01-271-0/+1
| * | | Merge tag 'sunxi-clocks-for-3.20' of https://git.kernel.org/pub/scm/linux/ker...Michael Turquette2015-01-278-143/+710
| |\ \ \
| | * | | sunxi: clk: Set sun6i-pll1 n_start = 1Hans de Goede2015-01-251-0/+1
| | * | | clk: sunxi: rewrite sun9i_a80_get_pll4_factors()Hans de Goede2015-01-251-28/+29
| | * | | clk: sunxi: Add driver for A80 MMC config clocks/resetsChen-Yu Tsai2015-01-202-0/+220
OpenPOWER on IntegriCloud