summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/clk-master.c
AgeCommit message (Expand)Author
2021-10-26clk: at91: clk-master: add notifier for dividerClaudiu Beznea
2021-10-26clk: at91: clk-master: fix prescaler logicClaudiu Beznea
2021-10-26clk: at91: clk-master: mask mckr against layout->maskClaudiu Beznea
2021-10-26clk: at91: clk-master: check if div or pres is zeroClaudiu Beznea
2021-10-26clk: at91: clk-master: improve readability by using local variablesClaudiu Beznea
2021-10-26clk: at91: clk-master: add register definition for sama7g5's master clockClaudiu Beznea
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea
2020-12-19clk: at91: clk-master: re-factor master clockClaudiu Beznea
2020-12-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev
2020-07-24clk: at91: clk-master: add master clock support for SAMA7G5Claudiu Beznea
2020-07-24clk: at91: replace conditional operator with double logical notClaudiu Beznea
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25clk: at91: master: Add sam9x60 supportAlexandre Belloni
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2016-02-26clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-02clk: at91: do not leak resourcesDavid Dueck
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2014-02-26clk:at91: Fix memory leak in of_at91_clk_master_setup()Masanari Iida
2013-12-02clk: at91: add PMC master clockBoris BREZILLON