summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/stm32'Sascha Hauer2022-02-189-12/+2089
|\
| * clk: add clock driver for stm32f4 and stm32f7Ahmad Fatoum2022-02-013-0/+1908
| * clk: implement of_clk_add_hw_providerAhmad Fatoum2022-02-011-9/+34
| * clk: mux: export clk_mux_round_rateAhmad Fatoum2022-02-011-2/+3
| * clk: mux: add clk_hw registration functionsAhmad Fatoum2022-02-011-1/+81
| * clk: clk-fixed: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+8
| * clk: fixed-factor: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+9
| * clk: divider: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+21
| * clk: composite: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+25
* | Merge branch 'for-next/rpi'Sascha Hauer2022-02-182-0/+86
|\ \
| * | ARM: rpi: move clk support to a separate driverOleksij Rempel2022-02-072-0/+86
* | | Merge branch 'for-next/dts'Sascha Hauer2022-02-181-1/+0
|\ \ \ | |/ / |/| |
| * | dts: update to v5.17-rc1Sascha Hauer2022-01-281-1/+0
| |/
* / clk: imx6: fix PLL exception for i.MX6DQ revision 1.0Ahmad Fatoum2022-02-031-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-01-193-1/+1655
|\
| * clk: rockchip: extend for rk3399 supportAhmad Fatoum2022-01-172-0/+1654
| * clk: change clk_get_num_parents into clk_hw_get_num_parentsAhmad Fatoum2022-01-141-1/+1
* | Revert "clk: handle CLK_OF_DECLARE in deep probe"Sascha Hauer2022-01-181-7/+1
* | clk: ignore of_device_ensure_probed error in clock lookupLucas Stach2022-01-181-4/+2
* | clk: fixed: record parent name in clk_register_fixed_rateAhmad Fatoum2022-01-051-0/+4
|/
* clk: bulk: improve error message on failure to getAhmad Fatoum2021-12-131-2/+2
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2240-40/+40
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-151-0/+1
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-0/+1
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-11-151-1/+7
|\ \
| * | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-101-1/+7
| |/
* / include: add dedicated header for printf/printkAhmad Fatoum2021-11-013-3/+3
|/
* clk: imx: add i.MX8MN (Nano) supportAhmad Fatoum2021-10-052-0/+560
* Merge branch 'for-next/zynqmp'Sascha Hauer2021-07-181-0/+3
|\
| * clk: zynqmp: do not enable already enabled clocksMichael Tretter2021-06-251-0/+3
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-07-182-0/+56
|\ \
| * | clk: rockchip rk3568: Register softrst handlerSascha Hauer2021-06-281-0/+6
| * | clk: rockchip rk3568: Initialize clocksSascha Hauer2021-06-211-0/+28
| * | clk: Add clk_name_* functionsSascha Hauer2021-06-211-0/+22
| |/
* | Merge branch 'for-next/riscv'Sascha Hauer2021-07-184-0/+431
|\ \
| * | clk: add initial StarFive clock supportAhmad Fatoum2021-06-244-0/+431
| |/
* | Merge branch 'for-next/deep-probe'Sascha Hauer2021-07-181-0/+5
|\ \
| * | common: add initial barebox deep-probe supportMarco Felsch2021-06-251-0/+5
| |/
* / clk: fix of clk set defaults when dev is a clk providerSascha Hauer2021-06-211-0/+2
|/
* Merge branch 'for-next/compiler-warnings'Sascha Hauer2021-06-162-4/+4
|\
| * clk: zynqmp: Fix wrong error checkSascha Hauer2021-05-181-1/+1
| * clk: tegra: Fix -Wtype-limits compiler warningSascha Hauer2021-05-181-3/+3
* | include: <io.h>: define (read|write)[bwlq]_relaxedAhmad Fatoum2021-06-111-3/+0
* | clk: rockchip: fix rk3568 cpll clk gate bitsPeter Geis2021-06-111-5/+5
* | clk: sifive: Fix missing conversion to struct clk_hwSascha Hauer2021-06-112-28/+32
* | clk: implement clk_bulk_get_optional()Sascha Hauer2021-06-101-3/+22
* | clk: bail out early when rate is already desired oneSascha Hauer2021-06-091-0/+3
* | clk: clk-composite: implement setting rate by reparentingSascha Hauer2021-06-091-3/+31
* | clk: clk-mux: implement setting rate by reparentingSascha Hauer2021-06-091-2/+80