summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2020-01-30arm: rockchip: Add common cru.hJagan Teki
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti
2020-01-26clk: show more error info when uclass_get_device_by_namePeng Fan
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-01-20clk: sci-clk: add slack to clk-set-rate passed to firmwareLokesh Vutla
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih
2020-01-16clk: mediatek: add driver for MT7622Sam Shih
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun
2020-01-16clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun
2020-01-16clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee
2020-01-16clk: mediatek: add set_clr_upd mux type flowmingming lee
2020-01-16clk: mediatek: add driver support for MT8512mingming lee
2020-01-14clk: imx: add i.IMXRT1050 clk driverGiulio Benetti
2020-01-14clk: imx: pfd: add set_rate()Giulio Benetti
2020-01-14clk: imx: pllv3: add support for PLLV3_AV typeGiulio Benetti
2020-01-14clk: imx: pllv3: add PLLV3_SYS supportGiulio Benetti
2020-01-14clk: imx: pllv3: add set_rate() supportGiulio Benetti
2020-01-14clk: imx: pllv3: add disable() supportGiulio Benetti
2020-01-14clk: imx: pllv3: add enable() supportGiulio Benetti
2020-01-14clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti
2020-01-14clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti
2020-01-14clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin
2020-01-09Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan
2020-01-08clk: imx: add imx_clk_mux2_flagsPeng Fan
2020-01-08mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes
2020-01-07aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass
2020-01-07clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu
2020-01-07clk: agilex: Add clock driver for AgilexLey Foon Tan
2019-12-09Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-12-06clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf
2019-12-03clk: mediatek: add driver for MT8518mingming lee
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-11-17rockchip: clk: Add clk driver for rk3308Finley Xiao
2019-11-17rockchip: clk: pll: add common pll setting funcsElaine Zhang
2019-11-17rockchip: clk: fix wrong CONFIG_IS_ENABLED handlingHeiko Stuebner