summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
AgeCommit message (Expand)AuthorFilesLines
2020-05-26clk: at91: allow setting all PMC clock parents via DTMichał Mirosław10-10/+38
2020-05-26clk: at91: allow setting PCKx parent via DTMichał Mirosław12-13/+45
2020-05-26clk: at91: optimize pmc data allocationMichał Mirosław12-37/+20
2020-05-26clk: at91: pmc: decrement node's refcountClaudiu Beznea1-0/+1
2020-05-26clk: at91: pmc: do not continue if compatible not locatedClaudiu Beznea1-0/+2
2020-05-26clk: at91: Add peripheral clock for PTCCodrin Ciubotariu1-0/+1
2020-04-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds7-11/+913
2020-03-20clk: at91: add at91rm9200 pmc driverAlexandre Belloni2-0/+200
2020-02-18clk: at91: move sam9x60's PLL register offsets to PMC headerClaudiu Beznea1-54/+37
2020-02-12clk: at91: add at91sam9n12 pmc driverAlexandre Belloni2-0/+239
2020-02-12clk: at91: add sama5d3 pmc driverAlexandre Belloni2-0/+241
2020-02-12clk: at91: add at91sam9g45 pmc driverAlexandre Belloni2-0/+221
2020-02-12clk: at91: usb: introduce num_parents in driver's structureClaudiu Beznea1-1/+3
2020-02-12clk: at91: usb: use proper usbs_maskClaudiu Beznea1-1/+1
2020-02-12clk: at91: sam9x60: fix usb clock parentsClaudiu Beznea1-3/+2
2020-02-12clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea1-0/+3
2020-02-12clk: at91: sam9x60: Don't use audio PLLCodrin Ciubotariu1-6/+3
2020-01-31Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd8-8/+13
2020-01-05clk: at91: sam9x60: fix programmable clock prescalerEugen Hristev1-0/+1
2020-01-05clk: at91: sam9x60-pll: adapt PMC_PLL_ACR default valueEugen Hristev1-2/+6
2019-12-16clk: at91: fix possible deadlockAlexandre Belloni6-6/+6
2019-12-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+1
2019-11-08drivers/clk: convert VL struct to struct_sizeStephen Kitt1-2/+1
2019-10-28clk: at91: avoid sleeping earlyAlexandre Belloni2-5/+20
2019-10-03clk: at91: sam9x60: fix programmable clockEugen Hristev1-0/+1
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-5/+9
2019-09-17clk: at91: allow 24 Mhz clock as input for PLLEugen Hristev1-1/+1
2019-09-16clk: at91: select parent if main oscillator or bypass is enabledEugen Hristev1-3/+7
2019-09-16clk: at91: fix update bit maps on CFG_MOR writeEugen Hristev1-1/+1
2019-07-22clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1Codrin Ciubotariu1-0/+2
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus 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 Gleixner17-101/+17
2019-05-07Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and...Stephen Boyd15-154/+840
2019-04-25clk: at91: Mark struct clk_range as constStephen Boyd7-14/+14
2019-04-25clk: at91: add sam9x60 pmc driverAlexandre Belloni2-0/+308
2019-04-25clk: at91: add sam9x60 PLL driverAlexandre Belloni3-0/+337
2019-04-25clk: at91: master: Add sam9x60 supportAlexandre Belloni2-3/+6
2019-04-25clk: at91: usb: Add sam9x60 supportAlexandre Belloni2-6/+30
2019-04-25clk: at91: allow configuring generated PCR layoutAlexandre Belloni4-24/+29
2019-04-25clk: at91: allow configuring peripheral PCR layoutAlexandre Belloni6-22/+71