aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/at91
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-09-14clk: at91: utmi: Set the reference clock frequencyWenyou Yang3-3/+83
2017-06-01clk: Modify xlate() method for livetreeSimon Glass2-2/+2
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-2/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass11-13/+11
2017-05-09clk: at91: Align the at91 pmc's compatiblesWenyou Yang1-0/+6
2017-05-09clk: at91: Align clk-master compatibles with kernelWenyou Yang1-0/+1
2017-05-09clk: at91: Enhance the peripheral clockWenyou Yang1-3/+26