summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2019-09-11rockchip: clk: rk3399: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3368: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3328: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3288: remove clk_enable()Kever Yang
2019-09-05clk: aspeed: Add support for SD clockEddie James
2019-08-29Merge tag 'u-boot-amlogic-20190828' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2019-08-28clk: meson-g12b: add compatibleMark Kettenis
2019-08-27stm32mp1: clk: use gd to store frequency informationPatrick Delaunay
2019-08-27stm32mp1: clk: remove debug tracesPatrick Delaunay
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford
2019-08-24Merge tag 'u-boot-rockchip-20190823' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-08-23rockchip: clk: rk3328: add clk_enable ops for HCLK_HOST0Kever Yang
2019-08-22clk: imx: add i.MX8MM clk driverPeng Fan
2019-08-22clk: imx: add i.MX8M composite clk supportPeng Fan
2019-08-22clk: imx: add pll14xx driverPeng Fan
2019-08-22clk: imx: expose CCF entry for allPeng Fan
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan
2019-08-22clk: prograte clk enable/disable to parentPeng Fan
2019-08-22clk: introduce enable_countPeng Fan
2019-08-12clk: add support for clk_is_match()Sekhar Nori
2019-08-09clk: renesas: Add R8A77980 V3H clock tablesMarek Vasut
2019-08-07clk: MediaTek: add hifsys entry for MT7623 SoC.Ryder Lee
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini
2019-07-31clk: meson: remove duplicate logicHeinrich Schuchardt
2019-07-31clk: sandbox: add composite clkPeng Fan
2019-07-31clk: gate: support sandboxPeng Fan
2019-07-31clk: add composite clk supportPeng Fan
2019-07-31dm: clk: ignore default settings when node not validPeng Fan
2019-07-31clk: imx: gate2 add set ratePeng Fan
2019-07-31clk: imx: import clk heplersPeng Fan
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan
2019-07-31clk: divider set rate supporrtPeng Fan
2019-07-31clk: add clk-gate supportPeng Fan
2019-07-31clk: mux: add set parent supportPeng Fan
2019-07-31clk: use clk_dev_bindedPeng Fan
2019-07-31clk: introduce clk_dev_bindedPeng Fan
2019-07-29Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-07-29rockchip: rk3188: init CPU freq in clock driverKever Yang
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-24clk: initialize clk->data when using default xlateSekhar Nori
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-22clk: stm32mp1: Add RTC clock entryPatrick Delaunay
2019-07-21Merge tag 'rockchip-for-v2019.07' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-21clk: rockchip: rk3399: Set 400MHz ddr clockJagan Teki
2019-07-21clk: rockchip: rk3399: Set 50MHz ddr clockJagan Teki
2019-07-19clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski
2019-07-19clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HWLukasz Majewski
2019-07-19clk: sandbox: Adjust clk-divider to emulate reading its value from HWLukasz Majewski
2019-07-19dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flagLukasz Majewski
2019-07-19clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski