aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-06-04clk: sifive: fu540-prci: Release ethernet clock resetPragnesh Patel1-0/+20
2020-06-04clk: sifive: fu540-prci: Add ddr clock initializationPragnesh Patel1-6/+45
2020-06-04clk: sifive: fu540-prci: Add clock enable and disable opsPragnesh Patel1-12/+96
2020-05-29clk: rk3399: Enable/Disable TCPHY clocksJagan Teki1-0/+24
2020-05-29clk: rk3399: Set empty for TCPHY assigned-clocksJagan Teki1-0/+2
2020-05-29clk: rk3399: Enable/Disable the USB2PHY clkJagan Teki1-0/+12
2020-05-29clk: rk3399: Fix eMMC get_clk reg offsetJagan Teki1-1/+1
2020-05-22clk: rk3399: Enable/Disable the PCIEPHY clkJagan Teki1-0/+6
2020-05-22clk: rk3399: Add enable/disable clksJagan Teki1-0/+148
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass66-0/+71
2020-05-18common: Drop linux/delay.h from common headerSimon Glass18-0/+18
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop linux/bug.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass51-0/+51
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-14Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-3/+4
2020-05-14clk: stm32mp1: fix CK_MPU calculationLionel Debieve1-3/+4
2020-05-13CLK: ARC: HSDK: add separate clock map for HSDK-4xDEugeniy Paltsev2-11/+64
2020-05-13CLK: ARC: HSDK: define clock map with DT binding constantsEugeniy Paltsev1-27/+29
2020-05-13CLK: ARC: HSDK: make set_clock optionalEugeniy Paltsev1-1/+4
2020-05-13CLK: ARC: HSDK: prepare for multiple clock maps supportEugeniy Paltsev1-7/+20
2020-05-13CLK: ARC: HSDK: driver cleanupEugeniy Paltsev1-36/+39
2020-05-13CLK: ARC: HSDK: use appropriate config data typesEugeniy Paltsev1-20/+21
2020-05-13CLK: ARC: HSDK: drop unused offsetEugeniy Paltsev1-29/+28
2020-05-13CLK: ARC: HSDK: avoid code duplicationEugeniy Paltsev1-72/+40
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-05-04Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+1
2020-05-01clk: imx: clk-imxrt1050: fix lcdif clock gateGiulio Benetti1-1/+1
2020-05-01clk: rk3399: Set empty for HCLK_SD assigned-clocksJagan Teki1-0/+1
2020-04-30Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+4
2020-04-28Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2020-04-28clk: meson: g12a: add missing SD_EMMC_A controller gatesNeil Armstrong1-0/+2
2020-04-27clk: versal: Fix watchdog clock issueT Karthik Reddy1-1/+4
2020-04-27ARC: HSDK: CGU: add support for timer clockEugeniy Paltsev1-3/+6
2020-04-24clk: actions: Add common clock driverAmit Singh Tomar4-34/+112
2020-04-24arm: dts: sync dts for Action Semi S900Amit Singh Tomar1-3/+3
2020-04-22clk: armada-37xx-periph: fix DDR PHY clock divider valuesMarek BehĂșn1-2/+2
2020-04-18clk: imx: add i.IMXRT1020 clk driverGiulio Benetti3-0/+244
2020-04-18clk: imx: clk-imxrt1050: add set_parent() callbackGiulio Benetti1-0/+19
2020-04-18clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPLGiulio Benetti1-1/+8
2020-04-18clk: imx: clk-imxrt1050: fix typo in clock name "video:"Giulio Benetti1-1/+1
2020-04-18clk: imx: pllv3: add enable_bitGiulio Benetti1-0/+9
2020-04-16Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini1-1/+2
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2-2/+2
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-1/+1
2020-04-13Merge branch 'next'Tom Rini4-3/+32