summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
* clk: imx: pllv3: add disable() supportGiulio Benetti2020-01-141-0/+16
* clk: imx: pllv3: add enable() supportGiulio Benetti2020-01-141-0/+24
* clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti2020-01-141-0/+2
* clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti2020-01-141-5/+15
* clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin2020-01-141-0/+12
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-091-1/+4
|\
| * mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes2020-01-081-1/+4
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2020-01-091-2/+2
|\ \
| * | aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass2020-01-071-2/+2
| |/
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-01-081-0/+1
|\ \
| * | clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu2020-01-071-0/+1
| |/
* | Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-084-0/+390
|\ \
| * | clk: imx: add i.MX8MP clk driverPeng Fan2020-01-083-0/+380
| * | clk: imx: add imx_clk_mux2_flagsPeng Fan2020-01-081-0/+10
| |/
* / clk: agilex: Add clock driver for AgilexLey Foon Tan2020-01-073-0/+817
|/
* Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-12-091-1/+1
|\
| * clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf2019-12-061-1/+1
* | clk: mediatek: add driver for MT8518mingming lee2019-12-032-0/+1559
|/
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-022-0/+2
* rockchip: clk: Add clk driver for rk3308Finley Xiao2019-11-172-0/+1073
* rockchip: clk: pll: add common pll setting funcsElaine Zhang2019-11-172-0/+361
* rockchip: clk: fix wrong CONFIG_IS_ENABLED handlingHeiko Stuebner2019-11-178-8/+8
* rockchip: clk: rv1108: remove duplicate reset initHeiko Stuebner2019-11-171-14/+2
* rockchip: clk: add px30 clock driverKever Yang2019-11-172-0/+1631
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-124-0/+479
|\
| * clk: imx: imx8mm: add set_parent callbackPeng Fan2019-11-051-0/+19
| * clk: imx8mm: add enet clkPeng Fan2019-11-051-0/+27
| * clk: imx: add i.MX8MN ccf driverPeng Fan2019-11-053-0/+433
* | Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-111-0/+2
|\ \
| * | clk: rockchip: rk3328: Configure CPU clockSimon South2019-11-101-0/+2
| |/
* / clk: clk-ti-sci: Notify AVS driver upon setting clock rateKeerthy2019-11-071-0/+5
|/
* Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-10-305-23/+279
|\
| * test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-0/+22
| * drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-6/+42
| * test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-222-9/+91
| * drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-221-0/+48
| * drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-221-7/+36
| * clk: Add support for I2C clocks on NXP's imx6q SoC which use CCFLukasz Majewski2019-10-222-0/+39
| * clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot2019-10-221-1/+1
* | Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini2019-10-253-0/+162
|\ \
| * | clk: add clock driver for MediaTek MT76x8 platformWeijie Gao2019-10-253-0/+162
| |/
* | arm64: zynqmp: Switch to xlnx-zynqmp-clk headerMichal Simek2019-10-241-1/+0
* | arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek2019-10-241-7/+7
* | arm64: versal: Clean pm_api_id usageMichal Simek2019-10-241-0/+1
|/
* clk: meson-sm1: add compatibleNeil Armstrong2019-10-181-0/+1
* clk: meson: g12a: add support for VPU/HDMI clocksNeil Armstrong2019-10-181-17/+603
* clk: cdce9xx: add support for cdce9xx clock synthesizerTero Kristo2019-10-113-0/+262
* Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-093-0/+756
|\
| * clk: versal: Add clock driver supportSiva Durga Prasad Paladugu2019-10-083-0/+755