summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-08-18clk: ls1x: Migrate to clk_hw based OF and registration APIsStephen Boyd1-34/+35
2016-08-18clk: qoriq: fix a register offset errorTang Yuantian1-1/+5
2016-08-18clk: max77686: Migrate to clk_hw based OF and registration APIsStephen Boyd1-21/+21
2016-08-18Merge tag 'clk-renesas-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd1-0/+7
2016-08-18clk: berlin: Migrate to clk_hw based registration and OF APIsStephen Boyd8-88/+92
2016-08-17clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-15clk: qcom: Sort Makefile alphabeticallyStephen Boyd1-3/+4
2016-08-15Merge branch 'clk-qcom-9615' into clk-nextStephen Boyd4-0/+2326
2016-08-15clk: mdm9615: Add support for MDM9615 Clock ControllersNeil Armstrong4-0/+2326
2016-08-15Merge branch 'clk-meson-gxbb' into clk-nextStephen Boyd2-2/+14
2016-08-15clk: gxbb: add MMC gate clocks, and expose for DTKevin Hilman2-2/+14
2016-08-15clk: max77686: Add support for MAX77620 clocksLaxman Dewangan2-3/+22
2016-08-15clk: max77686: Combine Maxim max77686 and max77802 driverLaxman Dewangan6-349/+234
2016-08-15clk: fixed-rate: Remove export symbol on setup functionStephen Boyd1-2/+1
2016-08-15clk: fixed-factor: Remove export symbol on setup functionStephen Boyd1-1/+0
2016-08-15clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd1-4/+5
2016-08-15clk: gxbb: use builtin_platform_driver to simplify the codeWei Yongjun1-5/+1
2016-08-15clk: mvebu: Add the peripheral clock driver for Armada 3700Gregory CLEMENT2-0/+450
2016-08-15clk: mvebu Add the time base generator clocks for Armada 3700Gregory CLEMENT2-0/+159
2016-08-15clk: mvebu: Add the xtal clock for Armada 3700 SoCGregory CLEMENT3-0/+95
2016-08-15clk: twl6040: Rename the driver and use consistent names in the codePeter Ujfalusi1-32/+45
2016-08-15clk: twl6040: Register the clock as of_clk_providerPeter Ujfalusi1-1/+2
2016-08-15clk: twl6040: Correct clk_opsPeter Ujfalusi1-2/+2
2016-08-12clk: mvebu: armada-39x: add clk description for supported interfacesGrzegorz Jaszczyk1-0/+2
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada1-1/+1
2016-08-12clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado1-7/+64
2016-08-12clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado1-8/+65
2016-08-12clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado1-0/+4
2016-08-12clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-2/+2
2016-08-12clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-1/+2
2016-08-12clk: nxp: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-1/+2
2016-08-12clk: axis: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-2/+2
2016-08-12clk: divider: Fix clk_divider_round_rate() to use clk_readl()Geert Uytterhoeven1-1/+1
2016-08-11clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRCFabio Estevam1-2/+0
2016-08-11clk: migrate ref counts when orphans are reunitedMichael Turquette1-2/+10
2016-08-11clk: renesas: r8a7795: Fix SD clocksYoshihiro Shimoda1-4/+5
2016-08-10clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lockChen-Yu Tsai1-1/+1
2016-08-09clk: renesas: r8a7796: Add watchdog module clockGeert Uytterhoeven1-0/+1
2016-08-09clk: renesas: r8a7796: Add watchdog core clocksGeert Uytterhoeven1-0/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-08-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds1-0/+1
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-31/+7
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-0/+9
2016-07-21Merge branch 'clk-fixes' into clk-nextMichael Turquette3-6/+5
2016-07-19clk: Makefile: re-sort and clean upMichael Turquette1-9/+11
2016-07-18clk: at91: fix clk_programmable_set_parent()Boris Brezillon1-1/+1
2016-07-15Merge branch 'clk-s905' into clk-nextMichael Turquette1-1/+1
2016-07-15Revert "clk: gxbb: expose CLKID_MMC_PCLK"Michael Turquette1-1/+1
2016-07-14Merge tag 'sti-late-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/pc...Arnd Bergmann3-14/+27
2016-07-14Merge tag 'ux500-cleanup-bundle' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-30/+6