summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-03-03clk: x86: Remove clkdev.h and clk.h includesStephen Boyd1-2/+0
2016-03-03clk: x86: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: mvebu: Remove CLK_IS_ROOTStephen Boyd2-8/+6
2016-03-03clk: renesas: move drivers to renesas directorySimon Horman16-1/+1
2016-03-03Merge branch 'clk-shmobile-for-v4.6' of git://git.kernel.org/pub/scm/linux/ke...Stephen Boyd2-2/+21
2016-03-03clk: si5{14,351,70}: Remove CLK_IS_ROOTStephen Boyd3-3/+3
2016-03-03clk: scpi: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: s2mps11: Remove CLK_IS_ROOTStephen Boyd1-3/+0
2016-03-03clk: pwm: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: efm32gg: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: zynq: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-03-03clk: ux500: Remove CLK_IS_ROOTStephen Boyd3-84/+75
2016-03-03clk: ti: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2016-03-03clk: tegra: Remove CLK_IS_ROOTStephen Boyd5-14/+8
2016-03-03clk: spear: Remove CLK_IS_ROOTStephen Boyd4-32/+19
2016-03-03clk: samsung: Remove CLK_IS_ROOTStephen Boyd13-107/+95
2016-03-03clk: pxa: Remove CLK_IS_ROOTStephen Boyd3-12/+10
2016-03-03clk: nxp: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: mxs: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: imx: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: mediatek: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2016-03-03clk: hisilicon: Remove CLK_IS_ROOTStephen Boyd5-56/+56
2016-03-03clk: at91: Remove CLK_IS_ROOTStephen Boyd2-2/+2
2016-03-03clk: bcm: Remove CLK_IS_ROOTStephen Boyd1-6/+3
2016-03-03Merge tag 'imx-clk-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd2-59/+138
2016-03-03Merge tag 'sunxi-clocks-for-4.6' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd14-836/+687
2016-03-03clk: qcom: msm8960: Fix ce3_src register offsetStephen Boyd1-1/+1
2016-03-02Merge branch 'clk-ti' into clk-nextMichael Turquette6-1/+1050
2016-03-02clk: ti: Fix some errors found by static checkersStephen Boyd2-4/+4
2016-03-02clk: ti: Allow COMPILE_TEST to build selected driversTony Lindgren2-1/+5
2016-03-02clk: ti: Add support for dm814x ADPLLTony Lindgren5-0/+1045
2016-02-29clk: qcom: Fix pre-divider usage for pixel RCGArchit Taneja1-1/+3
2016-02-28clk: imx: add kpp clock for i.MX6ULLothar Waßmann1-0/+1
2016-02-28clk: imx: whitespace cleanup; no functional changeLothar Waßmann1-31/+31
2016-02-27clk: h8300: Properly cast to __iomem pointerStephen Boyd1-1/+1
2016-02-27clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd4-8/+8
2016-02-27clk: sunxi: Use proper type for of_clk_get_parent_count() return valueStephen Boyd1-1/+1
2016-02-27clk: st: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2-4/+4
2016-02-27clk: h8300: Remove impossible check for of_clk_get_parent_count()Stephen Boyd2-4/+4
2016-02-27clk: gpio: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd1-4/+2
2016-02-27clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd7-15/+15
2016-02-27clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd1-2/+14
2016-02-26clk: Ignore disabled DT clock providersGeert Uytterhoeven1-0/+3
2016-02-26clk: shmobile: r8a7795: Add CAN FD peripheral clockRamesh Shanmugasundaram1-0/+1
2016-02-26clk: shmobile: r8a7795: Add CANFD clockRamesh Shanmugasundaram1-0/+1
2016-02-26clk: shmobile: r8a7795: Add CAN peripheral clockRamesh Shanmugasundaram1-0/+2
2016-02-26clk: shmobile: div6: Fix .recalc_rate() using a stale divisorGeert Uytterhoeven1-2/+1
2016-02-26clk: shmobile: r8a7795: Add LVDS module clockLaurent Pinchart1-0/+1
2016-02-26clk: shmobile: r8a7795: Add FCP clocksLaurent Pinchart1-0/+15
2016-02-26clk: skip unnecessary set_phase if nothing to doShawn Lin1-0/+5