aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/at91
AgeCommit message (Expand)AuthorFilesLines
2023-05-06drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker2-2/+2
2023-03-27clk: at91: sam9x60: Add initial setup of UPLL and USBCK ratesSergiu Moga1-0/+30
2023-03-27clk: at91: pmc: export clock setup to pmcClaudiu Beznea3-42/+64
2023-03-27clk: at91: sam9x60: Register the required clocks for USBSergiu Moga1-0/+33
2023-03-27clk: at91: Add support for sam9x60 USB clockSergiu Moga4-0/+176
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-09-19clk: at91: sam9x60: change parent clock from mck_pres to mck_divMihai Sain1-2/+2
2022-03-30clk: Use generic CCF ops where possibleSean Anderson1-52/+5
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-21clk: at91: clk-master: split master clock in pres and dividerClaudiu Beznea4-50/+144
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2-2/+2
2021-02-11clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev1-8/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-2/+2
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-4/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-25/+25
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-6/+6
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-15/+15
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-9/+9
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-12/+12
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-12/+8
2020-12-07clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypassClaudiu Beznea1-4/+1
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-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-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-2/+2
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano3-6/+6
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2019-10-08ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus1-1/+1
2019-04-11clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay1-1/+1