summaryrefslogtreecommitdiff
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-02-061-0/+3
* Merge remote-tracking branch 'clk-samsung/for-next'Stephen Rothwell2019-02-061-3/+35
|\
| * clk: samsung: exynos5433: Add selected IMEM clocksKamil Konieczny2019-02-011-0/+32
| * clk: samsung: exynos5433: Fix name typo in sssxKamil Konieczny2019-02-011-1/+1
| * clk: samsung: exynos5433: Fix definition of CLK_ACLK_IMEM_{200, 266} clocksKamil Konieczny2019-02-011-2/+2
* | Merge remote-tracking branch 'clk/clk-next'Stephen Rothwell2019-02-0630-179/+397
|\ \
| * \ Merge branch 'clk-typo' into clk-nextStephen Boyd2019-01-241-1/+1
| |\ \
| | * | clk: samsung: fix typoMatteo Croce2019-01-241-1/+1
| | |/
| * | Merge branch 'clk-renesas' into clk-nextStephen Boyd2019-01-242-2/+8
| |\ \
| | * | clk: renesas: r8a774c0: Correct parent clock of DUGeert Uytterhoeven2019-01-241-2/+2
| | * | clk: renesas: r8a774a1: Add missing CANFD clockFabrizio Castro2019-01-211-0/+2
| | * | clk: renesas: r8a774c0: Add missing CANFD clockFabrizio Castro2019-01-211-0/+4
| | |/
| * | Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-242-5/+20
| |\ \
| * \ \ Merge branch 'clk-struct-size' into clk-nextStephen Boyd2019-01-241-8/+8
| |\ \ \
| | * | | clk: imx: imx7ulp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-241-8/+8
| | | |/ | | |/|
| * | | Merge branch 'clk-socfpga-parent' into clk-nextStephen Boyd2019-01-241-9/+13
| |\ \ \
| | * | | clk: socfpga: Don't have get_parent for single parent opsStephen Boyd2019-01-241-9/+13
| * | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-241-2/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-242-6/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-151-10/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-111-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-111-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'clk-remove-clps' into clk-nextStephen Boyd2019-01-091-50/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clk: clps711x: Remove board supportAlexander Shiyan2019-01-091-50/+11
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'clk-at91' into clk-nextStephen Boyd2019-01-091-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clk: at91: enable AUDIOPLL as source for PCKx on SAMA5D2Michał Mirosław2019-01-091-1/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'clk-qcom-msm8998' into clk-nextStephen Boyd2019-01-091-0/+63
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clk: qcom: smd: Add support for MSM8998 rpm clocksJeffrey Hugo2019-01-091-0/+63
| * | | | | | | | | | Merge branch 'clk-mmio-fixed-clock' into clk-nextStephen Boyd2019-01-093-0/+108
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | clk: Add Fixed MMIO clock driverJan Kotas2019-01-093-0/+108
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-091-1/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'clk-imx-const-names' into clk-nextStephen Boyd2019-01-093-100/+101
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | clk: imx8mq: Make parent names arrays const pointersAbel Vesa2019-01-091-97/+97
| | * | | | | | | | | | | clk: imx: Make parents const pointer in mux wrappersAbel Vesa2019-01-091-1/+2
| | * | | | | | | | | | | clk: imx: Make parent_names const pointer in composite-8mAbel Vesa2019-01-092-2/+2
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'clk-qcom-msm8998' into clk-nextStephen Boyd2019-01-091-1/+50
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | clk: qcom: Skip halt checks on gcc_usb3_phy_pipe_clk for 8998Jeffrey Hugo2019-01-091-1/+1
| | * | | | | | | | | | clk: qcom: Add missing freq for usb30_master_clk on 8998Jeffrey Hugo2019-01-091-0/+1
| | * | | | | | | | | | clk: qcom: Add CLK_SET_RATE_PARENT for 8998 branch clocksJeffrey Hugo2019-01-091-0/+48
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2019-01-095-5/+8
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'clk-of-refcount' into clk-nextStephen Boyd2019-01-0715-7/+32
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | clk: dove: fix refcount leak in dove_clk_init()Yangtao Li2018-12-281-2/+6
| | * | | | | | | | | | clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Yangtao Li2018-12-281-1/+3
| | * | | | | | | | | | clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li2018-12-281-1/+3
| | * | | | | | | | | | clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li2018-12-281-0/+2
| | * | | | | | | | | | clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li2018-12-281-1/+3
| | * | | | | | | | | | clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li2018-12-281-0/+1
| | * | | | | | | | | | clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li2018-12-281-0/+1
| | * | | | | | | | | | clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li2018-12-281-0/+1
| | * | | | | | | | | | clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li2018-12-281-0/+1