summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-02-22clk: samsung: Don't build ARMv8 clock drivers on ARMv7Krzysztof Kozlowski2-3/+11
2016-02-21clk: sunxi: Improve divs_clk error handling and reportingAndre Przywara1-3/+15
2016-02-21clk: sunxi: improve divider_clk error handling and reportingAndre Przywara1-3/+33
2016-02-21clk: sunxi: improve mux_clk error handling and reportingAndre Przywara1-6/+15
2016-02-19Merge branch 'clk-shmobile-for-v4.6' of git://git.kernel.org/pub/scm/linux/ke...Michael Turquette2-0/+237
2016-02-18Merge branch 'clk-fixes' into clk-nextStephen Boyd12-14/+1
2016-02-18clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-18clk: imx: correct pwm7 clock name in driver for i.MX6ULAnatolij Gustschin1-1/+1
2016-02-18clk: shmobile: r8a7795: Add INTC-EX clockMagnus Damm1-0/+1
2016-02-17clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis1-0/+1
2016-02-17clk: at91: remove useless includesAlexandre Belloni8-30/+0
2016-02-17clk: at91: pmc: remove useless capacities handlingAlexandre Belloni1-128/+0
2016-02-17clk: at91: pmc: drop at91_pmc_baseAlexandre Belloni1-7/+0
2016-02-17ARM: at91: pm: move idle functions to pm.cAlexandre Belloni1-15/+0
2016-02-17clk: at91: pmc: move pmc structures to C fileAlexandre Belloni2-9/+9
2016-02-17clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probeAlexandre Belloni1-25/+9
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni7-446/+37
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon15-694/+694
2016-02-17clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon2-7/+16
2016-02-16clk: samsung: Enable COMPILE_TEST for Samsung clocksKrzysztof Kozlowski1-4/+4
2016-02-16Merge branch 'clk-bcm2835' into clk-nextMichael Turquette1-16/+9
2016-02-16clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt1-11/+2
2016-02-16clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt1-5/+7
2016-02-16ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook1-6/+25
2016-02-16clk: sunxi: Fix sun8i-a23-apb0-clk divider flagsChen-Yu Tsai1-1/+1
2016-02-15clk: rockchip: fix coding style for clk-cpu.cShawn Lin1-1/+1
2016-02-15clk: rockchip: don't return NULL when registering mmc branch failsShawn Lin1-6/+2
2016-02-15clk: rockchip: don't return NULL when registering inverter failsShawn Lin1-6/+2
2016-02-15clk: rockchip: check grf when waiting pll lockShawn Lin1-0/+5
2016-02-15clk: rockchip: disable alt_parent clk in err cases when registering cpuclkShawn Lin1-2/+4
2016-02-15Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g...Michael Turquette7-153/+157
2016-02-14clk: imx: Add clock support for imx6qpBai Ping1-27/+105
2016-02-12Revert "clk: qcom: Specify LE device endianness"Stephen Boyd11-13/+0
2016-02-11clk: qcom: mmcc8974: Use gdscs .parent and remove genpd callsRajendra Nayak1-13/+2
2016-02-11clk: qcom: gdsc: Add mmcc gdscs for msm8996 familyRajendra Nayak1-0/+157
2016-02-11clk: qcom: gdsc: Add GDSCs in msm8996 GCCRajendra Nayak1-0/+92
2016-02-11clk: qcom: gdsc: Add support for votable gdscsRajendra Nayak2-7/+26
2016-02-11clk: qcom: gdsc: Add support for gdscs with gds hw controllerRajendra Nayak2-17/+29
2016-02-11clk: qcom: gdsc: Add support for hierarchical power domainsRajendra Nayak3-10/+50
2016-02-11clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard8-19/+4
2016-02-11clk: sunxi: Remove old probe and protection codeMaxime Ripard1-108/+0
2016-02-11clk: sunxi: convert current clocks registration to CLK_OF_DECLAREMaxime Ripard1-17/+133
2016-02-11clk: sunxi: Make clocks setup functions take const pointerMaxime Ripard1-3/+3
2016-02-11clk: sunxi: Make clocks setup functions return their clockMaxime Ripard1-7/+10
2016-02-10clk: lpc32xx: add HCLK PLL output configurationSylvain Lemieux1-5/+1
2016-02-10Merge branch 'clk-fixes' into clk-nextStephen Boyd1-0/+3
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij1-0/+3
2016-02-09clk: lpc32xx: do not register clock "0"Sylvain Lemieux1-2/+2
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada1-1/+1
2016-02-08clk: qcom: common: check for failureSudip Mukherjee1-6/+11