summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: bcm283x: Move mach header files to include/mach/bcm283xSascha Hauer2023-03-061-3/+3
* ARM: Zynqmp: Move mach header files to include/mach/zynqmpSascha Hauer2023-03-065-5/+5
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-0613-27/+27
* clk: composite: Fix enable_count when reparenting muxSascha Hauer2023-02-231-1/+9
* clk: composite: Give mux/div/gate clks namesSascha Hauer2023-02-231-0/+3
* clk: imx8mp: add USB suspend clockLucas Stach2023-02-031-1/+2
* Merge branch 'for-next/imx'Sascha Hauer2023-01-202-13/+21
|\
| * clk: mux: forward round/set rate to parent if CLK_SET_RATE_PARENTAhmad Fatoum2023-01-041-2/+2
| * clk: imx: set CLK_SET_RATE_NO_REPARENT for all muxesAhmad Fatoum2023-01-041-11/+19
* | Rename struct driver_d to driverSascha Hauer2023-01-1032-35/+35
* | Rename struct device_d to deviceSascha Hauer2023-01-1043-133/+158
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-1027-42/+44
|/
* ARM: stm32mp: mark iwdg2 with barebox,restart-warm-bootromAhmad Fatoum2022-10-271-1/+1
* clk: imx5: Add support for watchdog clockAlexander Shiyan2022-10-261-0/+7
* clks: imx7: fix initial clock setup with deep probe enabledAhmad Fatoum2022-10-061-4/+25
* Merge branch 'for-next/imx'Sascha Hauer2022-09-141-19/+23
|\
| * clk: imx25: Add support for watchdog clockUwe Kleine-König2022-08-181-0/+4
| * clk: imx25: Add comments to clk list with offsetsUwe Kleine-König2022-08-181-19/+19
* | clk: have SCMI and SiFive clock controllers depend on COMMON_CLKAhmad Fatoum2022-09-121-1/+4
* | clk: imx8mn: remove SYS PLL 1/2 clock gatesMarco Felsch2022-08-251-32/+33
* | clk: imx8mm: remove SYS PLL 1/2 clock gatesMarco Felsch2022-08-251-32/+33
|/
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-11/+31
|\
| * clk: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-171-11/+31
* | treewide: Remove duplicate incudesAlexander Shiyan2022-06-102-2/+0
|/
* clk: handle NULL args in clk_{g,s}et_parent() v2Bastian Krause2022-05-121-4/+2
* clk: handle NULL args in clk_set_parent()Bastian Krause2022-05-121-1/+6
* clk: add BCM2835 auxiliary peripheral clock driverAhmad Fatoum2022-04-253-0/+69
* clk: imx8mp: remove SYS PLL 1/2 clock gatesSascha Hauer2022-04-251-32/+35
* dts: update to v5.18-rc1Sascha Hauer2022-04-142-12/+12
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-145-276/+849
|\
| * clk: stm32mp1: sync with Linux v5.17-rc1Ahmad Fatoum2022-03-081-276/+623
| * clk: implement of_clk_hw_{onecell,simple}_getAhmad Fatoum2022-02-231-0/+22
| * clk: add SCMI clock driverAhmad Fatoum2022-02-233-0/+204
* | Merge branch 'for-next/imx'Sascha Hauer2022-03-141-9/+28
|\ \
| * | clk: imx6: do pfd workaround unconditionallySascha Hauer2022-03-081-4/+4
| * | clk: imx6: fix cko1_selsSascha Hauer2022-03-081-2/+2
| * | clk: imx6: emi_sel clock muxingSascha Hauer2022-03-081-1/+8
| * | clk: imx6: Fix periph_clk2_sel and periph2_clk2_sel clocksSascha Hauer2022-03-081-1/+8
| * | clk: imx6: fix axi_selsSascha Hauer2022-03-081-0/+1
| * | clk: imx6: Add hdmi_isfr clkSascha Hauer2022-03-081-1/+5
| |/
* / clk: composite: fix possible NULL pointer dereferenceAhmad Fatoum2022-03-081-3/+7
|/
* 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