summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3017-101/+17Star
*-. Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and...Stephen Boyd2019-05-0715-154/+840
|\ \
| | * clk: at91: Mark struct clk_range as constStephen Boyd2019-04-257-14/+14
| | * clk: at91: add sam9x60 pmc driverAlexandre Belloni2019-04-252-0/+308
| | * clk: at91: add sam9x60 PLL driverAlexandre Belloni2019-04-253-0/+337
| | * clk: at91: master: Add sam9x60 supportAlexandre Belloni2019-04-252-3/+6
| | * clk: at91: usb: Add sam9x60 supportAlexandre Belloni2019-04-252-6/+30
| | * clk: at91: allow configuring generated PCR layoutAlexandre Belloni2019-04-254-24/+29
| | * clk: at91: allow configuring peripheral PCR layoutAlexandre Belloni2019-04-256-22/+71
| | * clk: at91: sckc: handle different RC startup timeAlexandre Belloni2019-04-251-2/+15
| | * clk: at91: modernize sckc bindingAlexandre Belloni2019-04-251-89/+36Star
| |/
* / clk: at91: fix programmable clock for sama5d2Matthias Wieloch2019-03-183-15/+54
|/
* Merge branch 'clk-at91' into clk-nextStephen Boyd2019-03-083-5/+10
|\
| * clk: at91: programmable: remove unneeded register readNicolas Ferre2019-02-251-3/+0Star
| * clk: at91: optimize clk_round_rate() for AUDIO_PLLMichał Mirosław2019-02-221-1/+8
| * clk: at91: enable AUDIOPLL as source for PCKx on SAMA5D2Michał Mirosław2019-01-091-1/+2
* | clk: at91: fix masterck nameAlexandre Belloni2019-02-203-4/+4
* | clk: at91: fix at91sam9x5 peripheral clock numberAlexandre Belloni2019-02-201-2/+1Star
|/
*-. Merge branches 'clk-actions-reset', 'clk-imx7-init-critical', 'clk-mmp2-ids' ...Stephen Boyd2018-10-1924-990/+2870
|\ \
| | * clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-1717-944/+962
| | * clk: at91: add at91sam9rl PMC driverAlexandre Belloni2018-10-172-1/+172
| | * clk: at91: add at91sam9x5 PMCs driverAlexandre Belloni2018-10-172-1/+310
| | * clk: at91: add at91sam9260 PMC driverAlexandre Belloni2018-10-172-0/+495
| | * clk: at91: add sama5d2 PMC driverAlexandre Belloni2018-10-172-0/+337
| | * clk: at91: add sama5d4 pmc driverAlexandre Belloni2018-10-172-0/+265
| | * clk: at91: add new DT lookup functionAlexandre Belloni2018-10-171-0/+34
| | * clk: at91: add pmc_data struct and helpersAlexandre Belloni2018-10-172-0/+61
| | * clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-1714-59/+172
| | * clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni2018-10-171-17/+10Star
| | * clk: at91: audio-pll: separate registration from DT parsingAlexandre Belloni2018-10-171-38/+111
| | * clk: at91: h32mx: separate registration from DT parsingAlexandre Belloni2018-10-171-13/+27
| | * clk: at91: generated: SSCs don't have a gclkAlexandre Belloni2018-10-171-4/+1Star
| | * clk: at91: audio-pll: fix audio pmc typeAlexandre Belloni2018-10-171-1/+1
| |/
* / clk: at91: Fix division by zero in PLL recalc_rate()Ronald Wahl2018-10-161-0/+3
|/
* clk: at91: add I2S clock mux driverCodrin Ciubotariu2018-07-062-0/+117
* clk: at91: PLL recalc_rate() now using cached MUL and DIV valuesMarcin Ziemianowicz2018-05-161-12/+1Star
* clk: at91: pmc: Support backup for programmable clocksRomain Izard2017-12-223-0/+39
* clk: at91: pmc: Save SCSR during suspendRomain Izard2017-12-221-2/+2
* clk: at91: pmc: Wait for clocks when resumingRomain Izard2017-12-221-8/+16
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-181-14/+81
|\
| * clk: at91: utmi: set the mainck rateLudovic Desroches2017-11-021-14/+81
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* clk: at91: clk-generated: make gclk determine audio_pll rateQuentin Schulz2017-09-021-6/+57
* clk: at91: clk-generated: create function to find best_diffQuentin Schulz2017-09-021-14/+27
* clk: at91: add audio pll clock driversQuentin Schulz2017-09-022-0/+537
* clk: at91: clk-generated: remove useless divisor loopQuentin Schulz2017-09-021-13/+12Star
* clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni2017-06-304-1/+140
* clk: at91: fix clk-generated compilationAlexandre Belloni2017-06-051-0/+1
* clk: at91: fix clk-generated parentingAlexandre Belloni2017-06-011-2/+1Star
* clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring2017-04-221-3/+3