aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 'clk-spdx' into clk-nextStephen 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
2019-04-25clk: at91: sckc: handle different RC startup timeAlexandre Belloni1-2/+15
2019-04-25clk: at91: modernize sckc bindingAlexandre Belloni1-89/+36
2019-03-18clk: at91: fix programmable clock for sama5d2Matthias Wieloch3-15/+54
2019-03-08Merge branch 'clk-at91' into clk-nextStephen Boyd3-5/+10
2019-02-25clk: at91: programmable: remove unneeded register readNicolas Ferre1-3/+0
2019-02-22clk: at91: optimize clk_round_rate() for AUDIO_PLLMichał Mirosław1-1/+8
2019-02-20clk: at91: fix masterck nameAlexandre Belloni3-4/+4
2019-02-20clk: at91: fix at91sam9x5 peripheral clock numberAlexandre Belloni1-2/+1
2019-01-09clk: at91: enable AUDIOPLL as source for PCKx on SAMA5D2Michał Mirosław1-1/+2
2018-10-18Merge branches 'clk-actions-reset', 'clk-imx7-init-critical', 'clk-mmp2-ids' and 'clk-at91-pmc-rework' into clk-nextStephen Boyd24-990/+2870
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni17-944/+962
2018-10-17clk: at91: add at91sam9rl PMC driverAlexandre Belloni2-1/+172
2018-10-17clk: at91: add at91sam9x5 PMCs driverAlexandre Belloni2-1/+310
2018-10-17clk: at91: add at91sam9260 PMC driverAlexandre Belloni2-0/+495
2018-10-17clk: at91: add sama5d2 PMC driverAlexandre Belloni2-0/+337
2018-10-17clk: at91: add sama5d4 pmc driverAlexandre Belloni2-0/+265
2018-10-17clk: at91: add new DT lookup functionAlexandre Belloni1-0/+34
2018-10-17clk: at91: add pmc_data struct and helpersAlexandre Belloni2-0/+61
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni14-59/+172
2018-10-17clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni1-17/+10
2018-10-17clk: at91: audio-pll: separate registration from DT parsingAlexandre Belloni1-38/+111
2018-10-17clk: at91: h32mx: separate registration from DT parsingAlexandre Belloni1-13/+27
2018-10-17clk: at91: generated: SSCs don't have a gclkAlexandre Belloni1-4/+1
2018-10-17clk: at91: audio-pll: fix audio pmc typeAlexandre Belloni1-1/+1
2018-10-16clk: at91: Fix division by zero in PLL recalc_rate()Ronald Wahl1-0/+3
2018-07-06clk: at91: add I2S clock mux driverCodrin Ciubotariu2-0/+117
2018-05-15clk: at91: PLL recalc_rate() now using cached MUL and DIV valuesMarcin Ziemianowicz1-12/+1
2017-12-21clk: at91: pmc: Support backup for programmable clocksRomain Izard3-0/+39
2017-12-21clk: at91: pmc: Save SCSR during suspendRomain Izard1-2/+2
2017-12-21clk: at91: pmc: Wait for clocks when resumingRomain Izard1-8/+16
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-14/+81
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01clk: at91: utmi: set the mainck rateLudovic Desroches1-14/+81
2017-09-01clk: at91: clk-generated: make gclk determine audio_pll rateQuentin Schulz1-6/+57
2017-09-01clk: at91: clk-generated: create function to find best_diffQuentin Schulz1-14/+27
2017-09-01clk: at91: add audio pll clock driversQuentin Schulz2-0/+537
2017-09-01clk: at91: clk-generated: remove useless divisor loopQuentin Schulz1-13/+12
2017-06-29clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni4-1/+140
2017-06-05clk: at91: fix clk-generated compilationAlexandre Belloni1-0/+1
2017-06-01clk: at91: fix clk-generated parentingAlexandre Belloni1-2/+1
2017-04-21clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring1-3/+3