summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: stm32: Fix out-by-one error path in the index lookupDaniel Thompson2015-07-021-1/+1
* clk: iproc: fix bit manipulation arithmeticRay Jui2015-07-021-2/+3
* clk: iproc: fix memory leak from clock nameRay Jui2015-07-022-12/+2
* clk: stm32: Add clock driver for STM32F4[23]xxx devicesDaniel Thompson2015-06-222-0/+381
* Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2015-06-208-15/+569
|\
| * clk: tegra: Fix hda2codec_2x clock name for Tegra30Marcel Ziswiler2015-05-131-1/+1
| * clk: tegra: EMC clock driver depends on EMC driverThierry Reding2015-05-134-1/+15
| * clk: tegra: Have EMC clock implement determine_rate()Tomeu Vizoso2015-05-131-12/+23
| * clk: tegra: Set the EMC clock as the parent of the MC clockTomeu Vizoso2015-05-131-12/+1
| * clk: tegra: Add EMC clock driverMikko Perttunen2015-05-134-2/+535
| * clk: tegra: Remove old Tegra124 EMC clockMikko Perttunen2015-05-131-1/+0
| * clk: Expose clk_hw_reparent() to providersTomeu Vizoso2015-05-131-0/+8
* | Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette2015-06-205-2/+449
|\ \
| * | clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu c...Thomas Abraham2015-06-201-1/+23
| * | clk: samsung: add infrastructure to register cpu clocksThomas Abraham2015-06-203-1/+423
| * | clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz2015-06-201-0/+3
* | | clk: add lpc18xx ccu clk driverJoachim Eastwood2015-06-182-0/+294
* | | clk: add lpc18xx cgu clk driverJoachim Eastwood2015-06-183-0/+637
* | | clk: keystone: add support for post divider register for main pllMurali Karicheri2015-06-181-2/+18
* | | Merge tag 'sunxi-clocks-for-4.2' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette2015-06-183-5/+18
|\ \ \
| * | | clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCsHans de Goede2015-06-021-0/+11
| * | | clk: sunxi: Fix of_io_request_and_map error checkMaxime Ripard2015-05-052-5/+7
| | |/ | |/|
* | | clk: mvebu: flag the crypto clk as CLK_IGNORE_UNUSEDBoris Brezillon2015-06-181-1/+1
* | | clk: cygnus: add clock support for Broadcom CygnusRay Jui2015-06-182-0/+266
* | | clk: Change bcm clocks build dependencyRay Jui2015-06-181-1/+1
* | | clk: iproc: add initial common clock supportRay Jui2015-06-186-0/+1462
* | | clk: meson: add some error handling in meson_clk_register_cpu()Dan Carpenter2015-06-121-4/+12
* | | clk: pxa: Fix const discarding warningStephen Boyd2015-06-121-1/+1
* | | clk: Move debug_node field under DEBUG_FS flag in struct clk_coreMaxime Coquelin2015-06-101-1/+1
* | | clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson2015-06-101-1/+7
* | | clk: cdce925: Fix printk size_t warningStephen Boyd2015-06-101-1/+1
* | | clk: socfpga: remove a stray tabDan Carpenter2015-06-091-1/+1
* | | clk: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks for SMCJonghwa Lee2015-06-091-18/+18
* | | clk: exynos5433: Add clock flag to support the DVFS of GPUJoonyoung Shim2015-06-091-9/+9
* | | clk: exynos5433: Add DIV_CPIF to the list of stored registers on suspendHyungwon Hwang2015-06-091-0/+1
* | | clk: exynos5433: Add CLK_SET_RATE_PARENT to support DVFS for big.LITTLE coreChanwoo Choi2015-06-091-14/+12
* | | clk: socfpga: make use of of_clk_parent_fill helper functionDinh Nguyen2015-06-052-11/+2
* | | clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen2015-06-051-0/+21
* | | Merge branch 'clk-meson8b' into clk-nextStephen Boyd2015-06-057-0/+1101
|\ \ \
| * | | clk: meson8b: Add support for Meson8b clocksCarlo Caione2015-06-052-0/+197
| * | | clk: meson: Add support for Meson clock controllerCarlo Caione2015-06-056-0/+904
| |/ /
* | | clk: make several parent names constUwe Kleine-König2015-06-0417-146/+154
* | | clk: mediatek: Fix apmixedsys clock registrationJames Liao2015-06-042-2/+2
* | | clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
* | | clk: st: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-042-2/+2
* | | clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-046-7/+7
* | | clk: pistachio: Add sanity checks on PLL configurationKevin Cernekee2015-06-041-4/+79
* | | clk: pistachio: Lock the PLL when enabled upon rate changeEzequiel Garcia2015-06-041-18/+10
* | | clk: pistachio: Add a pll_lock() helper for clarityEzequiel Garcia2015-06-041-4/+8
* | | clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie2015-06-043-0/+24
OpenPOWER on IntegriCloud