summaryrefslogtreecommitdiff
path: root/drivers/clk/at91
AgeCommit message (Expand)Author
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-19clk: at91: sam9x60: change parent clock from mck_pres to mck_divMihai Sain
2022-03-30clk: Use generic CCF ops where possibleSean Anderson
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-21clk: at91: clk-master: split master clock in pres and dividerClaudiu Beznea
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-11clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-07clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypassClaudiu Beznea
2020-10-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev
2020-10-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev
2020-10-19clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea
2020-10-16clk: at91: Include device_compat.h in compat.cTom Rini
2020-09-22clk: at91: sama7g5: add clock supportClaudiu Beznea
2020-09-22clk: at91: pmc: add generic clock opsClaudiu Beznea
2020-09-22clk: at91: clk-generic: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-peripheral: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-system: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-programmable: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-utmi: add support for sama7g5Claudiu Beznea
2020-09-22clk: at91: clk-utmi: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-master: add support for sama7g5Claudiu Beznea
2020-09-22clk: at91: clk-master: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: sam9x60-pll: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: clk-main: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: sckc: add driver compatible with ccfClaudiu Beznea
2020-09-22clk: at91: move clock code to compat.cClaudiu Beznea
2020-09-22clk: at91: pmc: add helpers for clock driversClaudiu Beznea
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-10-08ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus
2019-04-11clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay
2018-08-13clk: at91: utmi: add timeout for utmi lockEugen Hristev
2018-05-23clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-16clk: at91: clk-system: add set/get_rate operationsWenyou Yang