summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: sync of_clk_get_parent_name with upstreamAhmad Fatoum2020-06-231-5/+44
* clk: mxs: Use device tree provided clock lookupsSascha Hauer2020-05-061-19/+26
* clk imx28: Add USB clocksSascha Hauer2020-05-061-0/+13
* clk: mxs: Fix clock numberingSascha Hauer2020-05-061-2/+2
* clk: mxs: Do not enable enet_out clockSascha Hauer2020-05-061-1/+0
* clk: at91: sckc: fix off-by-1000 in udelay()Ahmad Fatoum2020-04-151-1/+1
* clk: at91: port Linux v5.6 SAM9X60 (new ARM926EJ-S) clock supportAhmad Fatoum2020-04-1517-214/+1085
* clk: at91: add sama5d2 audio PLL supportAhmad Fatoum2020-04-157-5/+669
* clk: at91: allow 24 Mhz clock as input for PLLEugen Hristev2020-04-151-1/+1
* clk: at91: Mark struct clk_range as constStephen Boyd2020-04-156-12/+12
* clk: at91: add __init marker where appropriateAhmad Fatoum2020-04-1512-38/+38
* clk: at91: compile dt-compat for all platforms that require itAhmad Fatoum2020-04-151-6/+4
* clk: at91: delete no-longer required DT compat codeAhmad Fatoum2020-04-151-133/+0
* clk: at91: fix possible deadlockAlexandre Belloni2020-04-156-6/+6
* clk: at91: fix masterck nameAlexandre Belloni2020-04-153-4/+4
* clk: migrate to SPDX-License-Identifier useAhmad Fatoum2020-04-15106-751/+110
* clk: implement clk_register_fixed_rateAhmad Fatoum2020-04-151-1/+15
* Merge branch 'for-next/imx'Sascha Hauer2020-03-184-0/+1073
|\
| * clk: imx: Add imx8mm clk driverSascha Hauer2020-02-192-0/+578
| * clk: imx: Add imx8m_clk_composite_criticalSascha Hauer2020-02-191-0/+3
| * clk: imx: Add pll14xx supportSascha Hauer2020-02-193-0/+492
* | clk: print more consistent clock statesSascha Hauer2020-02-251-2/+30
* | clk: Do not let the enable count of critical clocks go below 1Sascha Hauer2020-02-251-3/+5
* | clk: initially enable critical clocksSascha Hauer2020-02-251-0/+3
|/
* clk: i.MX1: make locally used function staticSascha Hauer2020-02-181-1/+1
* clk: zynq: add QSPI reference clockLucas Stach2019-12-201-0/+3
* Merge branch 'for-next/zynq'Sascha Hauer2019-12-103-0/+507
|\
| * clk: zynq: remove clkdevsLucas Stach2019-11-111-9/+0
| * clk: zynq: partially sync with LinuxLucas Stach2019-11-111-16/+71
| * clk: zynq: fix up address from DTLucas Stach2019-11-111-1/+23
| * clk: zynq: improve PLL enable handlingLucas Stach2019-11-111-1/+12
| * clk: zynq: use base address of clock controllerLucas Stach2019-11-111-15/+15
| * ARM: zynq: move clock controller driver to drivers/clkLucas Stach2019-11-113-0/+428
* | clk: i.MX6ul: Disable GPMI_IO clk before reparentingSascha Hauer2019-12-091-0/+3
|/
* clk: i.MX6qp: Fix location of the enfc_sel muxSascha Hauer2019-09-121-1/+1
* clk: zynqmp: rename driver specific CLK_MUX_READ_ONLYMichael Tretter2019-09-061-2/+2
* clk: imx6: define an enum for ldb mux inputsAhmad Fatoum2019-08-051-15/+24
* clk: imx6: Fix procedure to switch the parent of LDB_DI_CLKFabio Estevam2019-08-051-3/+261
* clk: imx6: Make the LDB_DI0 and LDB_DI1 clocks read-onlyPhilipp Zabel2019-08-052-2/+23
* clk: imx6: remove quirky clk_set_parent(LDB_diN_sel, pll5_video_div)Ahmad Fatoum2019-08-051-6/+0
* clk: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podfPhilipp Zabel2019-08-051-0/+16
* clk: imx6: fix use of cpu_is_mx6* before they are initializedAhmad Fatoum2019-08-051-6/+5
* clk: divider: export clk_div_mask() helperMarcin Niestroj2019-07-041-9/+7
* clk: divider: Make generic for usage elsewhereMarcin Niestroj2019-07-021-45/+71
* clk: divider: Fix best div calculation for power-of-two and table dividersMarcin Niestroj2019-07-021-1/+35
* clk: divider: Remove unused variable in clk_divider_recalc_rateMarcin Niestroj2019-07-021-3/+1
* Merge branch 'for-next/imx'Sascha Hauer2019-06-111-1/+1
|\
| * clk: imx: vf610: correct __iomem 'qualifier' placementAhmad Fatoum2019-05-241-1/+1
* | clk: at91: fix warning about missing const-safetyAhmad Fatoum2019-05-272-4/+2
* | clk: at91: delete dead i2s/audio codeAhmad Fatoum2019-05-242-112/+0