aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/at91/clk-utmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-18clk: at91: remove unnecessary conditionsDan Carpenter1-7/+5
2023-06-21clk: at91: clk-utmi: add support for parent_hwClaudiu Beznea1-7/+17
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea1-0/+39
2020-07-24clk: at91: clk-utmi: add utmi support for sama7g5Claudiu Beznea1-5/+98
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni1-43/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-1/+1
2017-11-01clk: at91: utmi: set the mainck rateLudovic Desroches1-14/+81
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-9/+13
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni1-44/+5
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-23/+30
2015-09-16clk: at91: utmi: use pmc_read when the at91_pmc is availableAlexandre Belloni1-2/+2
2015-07-02clk: at91: do not leak resourcesDavid Dueck1-2/+6
2013-12-02clk: at91: add PMC utmi clockBoris BREZILLON1-0/+159