summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
Commit message (Expand)AuthorAgeFilesLines
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-093-6/+6
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-161-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+3
* dm: core: Require users of devres to include the headerSimon Glass2020-02-052-0/+2
* ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus2019-10-081-1/+1
* clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+1
* clk: at91: utmi: add timeout for utmi lockEugen Hristev2018-08-131-1/+6
* clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev2018-05-231-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-28/+14
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-273-6/+0
* clk: at91: clk-system: add set/get_rate operationsWenyou Yang2018-03-161-0/+26
* clk: at91: add PLLADIV driverWenyou Yang2018-03-162-1/+89
* clk: at91: add USB Host clock driverWenyou Yang2018-03-163-0/+155
* clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang2017-11-291-6/+8
* clk: at91: clk-generated: select absolute closest rateLudovic Desroches2017-11-291-3/+1
* clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang2017-11-291-3/+3
* clk: at91: utmi: Set the reference clock frequencyWenyou Yang2017-09-143-3/+83
* clk: Modify xlate() method for livetreeSimon Glass2017-06-012-2/+2
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-2/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-0111-13/+11
* clk: at91: Align the at91 pmc's compatiblesWenyou Yang2017-05-091-0/+6
* clk: at91: Align clk-master compatibles with kernelWenyou Yang2017-05-091-0/+1
* clk: at91: Enhance the peripheral clockWenyou Yang2017-05-091-3/+26
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-082-5/+5
* clk: at91: Improve the clock implementationWenyou Yang2016-10-286-89/+195
* clk: at91: Fix at91-pmc and at91-sckc's class IDWenyou Yang2016-10-282-20/+7
* clk: at91: Add clock driverWenyou Yang2016-08-1514-0/+774