summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-59/+59
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass18-44/+44
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass9-33/+33
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass10-19/+19
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass78-121/+121
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass2-13/+9
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-11-17clk: sunxi: add compatible string for V3Icenowy Zheng1-0/+2
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-10-31Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+20
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell1-0/+20
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-2/+1
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass2-4/+4
2020-10-26clk: kendryte: no need to check argument of free()Heinrich Schuchardt1-2/+1
2020-10-22clk: ccf: replace the get_rate helperDario Binacchi1-25/+1
2020-10-20clk: renesas: Import R8A774C0 clock tables from Linux 5.9Lad Prabhakar3-0/+315
2020-10-20clk: renesas: Add R8A774E1 clock tablesBiju Das3-0/+365
2020-10-20clk: renesas: Add R8A774B1 clock tablesBiju Das3-0/+343
2020-10-20clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clockBiju Das1-0/+4
2020-10-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev1-2/+2
2020-10-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2-2/+2
2020-10-19clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea2-0/+650
2020-10-16clk: at91: Include device_compat.h in compat.cTom Rini1-0/+1
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