summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: mediatek: Refine the makefile to support multiple clock driversJames Liao2016-08-193-3/+25
* clk: mediatek: remove __init from clk registration functionsJames Liao2016-08-193-8/+8
* clk: ls1x: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-191-34/+35
* clk: qoriq: fix a register offset errorTang Yuantian2016-08-191-1/+5
* clk: max77686: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-191-21/+21
* Merge tag 'clk-renesas-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-08-191-0/+7
|\
| * clk: renesas: r8a7796: Add watchdog module clockGeert Uytterhoeven2016-08-091-0/+1
| * clk: renesas: r8a7796: Add watchdog core clocksGeert Uytterhoeven2016-08-091-0/+6
* | clk: berlin: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-08-188-88/+92
* | clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-171-1/+0
* | clk: qcom: Sort Makefile alphabeticallyStephen Boyd2016-08-161-3/+4
* | Merge branch 'clk-qcom-9615' into clk-nextStephen Boyd2016-08-169-0/+2843
|\ \
| * | dt-bindings: clock: Update bindings for MDM9615 GCC and LCCNeil Armstrong2016-08-162-0/+2
| * | clk: mdm9615: Add support for MDM9615 Clock ControllersNeil Armstrong2016-08-164-0/+2326
| * | dt-bindings: Add MDM9615 DT bindings include files for GCC and LCCNeil Armstrong2016-08-163-0/+515
| |/
* | Merge branch 'clk-meson-gxbb' into clk-nextStephen Boyd2016-08-163-2/+18
|\ \
| * | clk: gxbb: add MMC gate clocks, and expose for DTKevin Hilman2016-08-163-2/+18
| |/
* | clk: max77686: Add support for MAX77620 clocksLaxman Dewangan2016-08-162-3/+22
* | clk: max77686: Add DT binding details for PMIC MAX77620Laxman Dewangan2016-08-162-10/+63
* | clk: Combine DT binding doc for max77686 and max77802Laxman Dewangan2016-08-162-67/+59
* | clk: max77686: Combine Maxim max77686 and max77802 driverLaxman Dewangan2016-08-166-349/+234
* | clk: fixed-rate: Remove export symbol on setup functionStephen Boyd2016-08-161-2/+1
* | clk: fixed-factor: Remove export symbol on setup functionStephen Boyd2016-08-161-1/+0
* | clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd2016-08-151-4/+5
* | clk: gxbb: use builtin_platform_driver to simplify the codeWei Yongjun2016-08-151-5/+1
* | clk: mvebu: Add the peripheral clock driver for Armada 3700Gregory CLEMENT2016-08-152-0/+450
* | dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700Gregory CLEMENT2016-08-151-0/+70
* | clk: mvebu Add the time base generator clocks for Armada 3700Gregory CLEMENT2016-08-152-0/+159
* | dt-bindings: clock: add DT binding for the TBG clocks on Armada 3700Gregory CLEMENT2016-08-151-0/+27
* | clk: mvebu: Add the xtal clock for Armada 3700 SoCGregory CLEMENT2016-08-153-0/+95
* | dt-bindings: clock: add DT binding for the Xtal clock on Armada 3700Gregory CLEMENT2016-08-151-0/+28
* | clk: twl6040: Rename the driver and use consistent names in the codePeter Ujfalusi2016-08-151-32/+45
* | clk: twl6040: Register the clock as of_clk_providerPeter Ujfalusi2016-08-151-1/+2
* | clk: twl6040: Correct clk_opsPeter Ujfalusi2016-08-151-2/+2
* | clk: mvebu: armada-39x: add clk description for supported interfacesGrzegorz Jaszczyk2016-08-132-0/+4
* | clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada2016-08-131-1/+1
* | clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado2016-08-131-7/+64
* | clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado2016-08-131-8/+65
* | clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado2016-08-131-0/+4
* | clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-2/+2
* | clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-1/+2
* | clk: nxp: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-1/+2
* | clk: axis: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-2/+2
* | clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-0/+12
* | clk: divider: Fix clk_divider_round_rate() to use clk_readl()Geert Uytterhoeven2016-08-131-1/+1
* | clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRCFabio Estevam2016-08-121-2/+0
* | MAINTAINERS: Add linux-clk patchwork URLStephen Boyd2016-08-121-0/+1
* | clk: migrate ref counts when orphans are reunitedMichael Turquette2016-08-121-2/+10
* | clk: renesas: r8a7795: Fix SD clocksYoshihiro Shimoda2016-08-121-4/+5
* | clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lockChen-Yu Tsai2016-08-111-1/+1
|/