summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/pmc.c
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: pmc: add sama7g5 to the list of available pmcsClaudiu Beznea2021-10-261-2/+3
* clk: at91: pmc: execute suspend/resume only for backup modeClaudiu Beznea2021-10-261-0/+39
* clk: at91: re-factor clocks suspend/resumeClaudiu Beznea2021-10-261-140/+7
* clk: at91: check pmc node status before registering syscore opsClément Léger2021-10-071-0/+5
* clk: at91: allow setting PCKx parent via DTMichał Mirosław2020-05-261-2/+10
* clk: at91: optimize pmc data allocationMichał Mirosław2020-05-261-26/+8
* clk: at91: pmc: decrement node's refcountClaudiu Beznea2020-05-261-0/+1
* clk: at91: pmc: do not continue if compatible not locatedClaudiu Beznea2020-05-261-0/+2
* clk: at91: fix possible deadlockAlexandre Belloni2019-12-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* clk: at91: add new DT lookup functionAlexandre Belloni2018-10-171-0/+34
* clk: at91: add pmc_data struct and helpersAlexandre Belloni2018-10-171-0/+44
* clk: at91: pmc: Support backup for programmable clocksRomain Izard2017-12-211-0/+35
* clk: at91: pmc: Save SCSR during suspendRomain Izard2017-12-211-2/+2
* clk: at91: pmc: Wait for clocks when resumingRomain Izard2017-12-211-8/+16
* clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni2017-06-291-0/+129
* clk: at91: pmc: remove useless capacities handlingAlexandre Belloni2016-02-171-128/+0
* clk: at91: pmc: drop at91_pmc_baseAlexandre Belloni2016-02-171-7/+0
* ARM: at91: pm: move idle functions to pm.cAlexandre Belloni2016-02-171-15/+0
* clk: at91: pmc: move pmc structures to C fileAlexandre Belloni2016-02-171-0/+9
* clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probeAlexandre Belloni2016-02-171-25/+9
* clk: at91: remove IRQ handling and use pollingAlexandre Belloni2016-02-171-141/+3
* clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-143/+12
* clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon2016-02-171-4/+8
* clk: at91: add generated clock driverNicolas Ferre2015-10-011-0/+6
* clk: at91: add PMC sama5d2 supportNicolas Ferre2015-10-011-0/+15
* clk: kill off set_irq_flags usageRob Herring2015-07-281-1/+0
* clk: at91: Constify irq_domain_opsKrzysztof Kozlowski2015-05-011-1/+1
* clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON2015-03-041-1/+19
* ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni2015-01-161-0/+9
* clk: at91: add a driver for the h32mx clockAlexandre Belloni2014-09-221-0/+6
* clk: at91: add slow clks driverBoris BREZILLON2014-05-071-0/+5
* clk: at91: rework main clk implementationBoris BREZILLON2014-05-071-0/+12
* Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/...Kevin Hilman2014-01-141-1/+1
|\
| * clk: at91: fix pmc_clk_ids data type attriubteBoris BREZILLON2013-12-191-1/+1
* | ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre2013-12-121-2/+0
|/
* clk: at91: add PMC smd clockBoris BREZILLON2013-12-021-0/+7
* clk: at91: add PMC usb clockBoris BREZILLON2013-12-021-0/+15
* clk: at91: add PMC utmi clockBoris BREZILLON2013-12-021-0/+7
* clk: at91: add PMC programmable clocksBoris BREZILLON2013-12-021-0/+15
* clk: at91: add PMC peripheral clocksBoris BREZILLON2013-12-021-0/+9
* clk: at91: add PMC system clocksBoris BREZILLON2013-12-021-0/+5
* clk: at91: add PMC master clockBoris BREZILLON2013-12-021-0/+9
* clk: at91: add PMC pll clocksBoris BREZILLON2013-12-021-0/+21
* clk: at91: add PMC main clockBoris BREZILLON2013-12-021-0/+5
* clk: at91: add PMC base supportBoris BREZILLON2013-12-021-0/+304