summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-10-16clk: sifive: Include device_compat.hSean Anderson1-7/+7
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak1-1/+1
2020-10-09clk: agilex: Additional membus writes for HPS PLLChee Hong Ang1-16/+78
2020-10-09clk: agilex: Handle clock configuration differently in SPL and U-Boot properChee Hong Ang1-0/+10
2020-10-09clk: agilex: Add clock enable supportLey Foon Tan1-0/+6
2020-10-09clk: agilex: Add NAND clock supportLey Foon Tan1-0/+3
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-2/+2
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini23-925/+4890
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere3-0/+108
2020-09-30riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson1-0/+4
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-1/+2
2020-09-23clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flagMichal Simek1-0/+1
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-09-22clk: at91: sama7g5: add clock supportClaudiu Beznea2-0/+1402
2020-09-22clk: at91: pmc: add generic clock opsClaudiu Beznea2-0/+73
2020-09-22clk: at91: clk-generic: add driver compatible with ccfClaudiu Beznea3-0/+209
2020-09-22clk: at91: clk-peripheral: add driver compatible with ccfClaudiu Beznea3-0/+272
2020-09-22clk: at91: clk-system: add driver compatible with ccfClaudiu Beznea3-1/+116
2020-09-22clk: at91: clk-programmable: add driver compatible with ccfClaudiu Beznea3-1/+226
2020-09-22clk: at91: clk-utmi: add support for sama7g5Claudiu Beznea2-1/+73
2020-09-22clk: at91: clk-utmi: add driver compatible with ccfClaudiu Beznea3-0/+169
2020-09-22clk: at91: clk-master: add support for sama7g5Claudiu Beznea2-1/+182
2020-09-22clk: at91: clk-master: add driver compatible with ccfClaudiu Beznea3-1/+178
2020-09-22clk: at91: sam9x60-pll: add driver compatible with ccfClaudiu Beznea4-0/+486
2020-09-22clk: at91: clk-main: add driver compatible with ccfClaudiu Beznea3-1/+398
2020-09-22clk: at91: sckc: add driver compatible with ccfClaudiu Beznea2-1/+173
2020-09-22clk: at91: move clock code to compat.cClaudiu Beznea16-1163/+1030
2020-09-22clk: at91: pmc: add helpers for clock driversClaudiu Beznea2-0/+104
2020-09-22clk: get clock pointer before proceedingClaudiu Beznea1-4/+33
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea1-0/+3
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea1-1/+10
2020-09-22clk: check hw and hw->dev before dereference itClaudiu Beznea1-0/+3
2020-09-09clock:aspeed: Sync with Linux kernel clock header defineRyan Chen1-20/+18
2020-09-09cosmetic: aspeed: ast2500: Rename clock headerRyan Chen1-1/+1
2020-08-24clk: mt7622: add needed clocks for ssusb-nodeFrank Wunderlich1-0/+42
2020-08-24reset: drop unnecessary comment for pciesysFrank Wunderlich1-1/+0
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini10-13/+88
2020-08-24clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski1-0/+1
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-1/+25
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi1-0/+8
2020-08-24clk: ccf: mux: fix typoDario Binacchi1-1/+1
2020-08-24clk: ccf: mux: change include orderDario Binacchi1-4/+4
2020-08-24clk: fix the console output of clk_registerDario Binacchi1-5/+5
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi6-1/+7
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi1-0/+4
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski1-0/+7
2020-08-24clk: imx: Add support for pllv3 enet clockLukasz Majewski1-0/+25
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski1-0/+1
2020-08-24clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt1-1/+0
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2-3/+3