aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/sckc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11clk: cleanup commentsTom Rix1-1/+1
2020-07-24clk: at91: sckc: register slow_rc with accuracy optionClaudiu Beznea1-2/+3
2019-12-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+1
2019-11-08drivers/clk: convert VL struct to struct_sizeStephen Kitt1-2/+1
2019-10-28clk: at91: avoid sleeping earlyAlexandre Belloni1-4/+16
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-67/+214
2019-06-27clk: at91: sckc: use dedicated functions to unregister clockClaudiu Beznea1-2/+2
2019-06-27clk: at91: sckc: improve error path for sama5d4 sck registrationClaudiu Beznea1-15/+28
2019-06-27clk: at91: sckc: remove unnecessary lineClaudiu Beznea1-1/+0
2019-06-27clk: at91: sckc: improve error path for sam9x5 sck registerClaudiu Beznea1-18/+32
2019-06-27clk: at91: sckc: add support to free slow clock osclillatorClaudiu Beznea1-0/+8
2019-06-27clk: at91: sckc: add support to free slow rc oscillatorClaudiu Beznea1-0/+8
2019-06-27clk: at91: sckc: add support to free slow oscillatorClaudiu Beznea1-0/+8
2019-06-26clk: at91: sckc: add support for SAM9X60Claudiu Beznea1-0/+74
2019-06-26clk: at91: sckc: add support to specify registers bit offsetsClaudiu Beznea1-32/+61
2019-06-26clk: at91: sckc: sama5d4 has no bypass supportClaudiu Beznea1-6/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-25clk: at91: sckc: handle different RC startup timeAlexandre Belloni1-2/+15
2019-04-25clk: at91: modernize sckc bindingAlexandre Belloni1-89/+36
2016-09-20clk: at91: sckc: optimize boot timeAlexandre Belloni1-1/+1
2016-09-20clk: at91: Add sama5d4 sckc supportAlexandre Belloni1-0/+100
2016-09-20clk: at91: move slow clock controller clocks to sckc.cAlexandre Belloni1-1/+363
2014-05-07clk: at91: add slow clks driverBoris BREZILLON1-0/+57