summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/pmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-2/+1
2020-09-22clk: at91: pmc: add generic clock opsClaudiu Beznea1-0/+71
2020-09-22clk: at91: move clock code to compat.cClaudiu Beznea1-115/+1
2020-09-22clk: at91: pmc: add helpers for clock driversClaudiu Beznea1-0/+91
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-2/+2
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-1/+1
2019-04-12clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01clk: Modify xlate() method for livetreeSimon Glass1-1/+1
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 Glass1-2/+1
2017-05-09clk: at91: Align the at91 pmc's compatiblesWenyou Yang1-0/+6
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
2016-10-28clk: at91: Improve the clock implementationWenyou Yang1-7/+55
2016-10-28clk: at91: Fix at91-pmc and at91-sckc's class IDWenyou Yang1-8/+2
2016-08-15clk: at91: Add clock driverWenyou Yang1-0/+71