aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/at91
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-13clk: at91: utmi: add timeout for utmi lockEugen Hristev1-1/+6
2018-05-23clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-28/+14
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini3-6/+0
2018-03-16clk: at91: clk-system: add set/get_rate operationsWenyou Yang1-0/+26
2018-03-16clk: at91: add PLLADIV driverWenyou Yang2-1/+89
2018-03-16clk: at91: add USB Host clock driverWenyou Yang3-0/+155
2017-11-29clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang1-6/+8
2017-11-29clk: at91: clk-generated: select absolute closest rateLudovic Desroches1-3/+1
2017-11-29clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang1-3/+3