aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/pmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16clk: at91: fix possible deadlockAlexandre Belloni1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-17clk: at91: add new DT lookup functionAlexandre Belloni1-0/+34
2018-10-17clk: at91: add pmc_data struct and helpersAlexandre Belloni1-0/+44
2017-12-21clk: at91: pmc: Support backup for programmable clocksRomain Izard1-0/+35
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-06-29clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni1-0/+129
2016-02-17clk: at91: pmc: remove useless capacities handlingAlexandre Belloni1-128/+0
2016-02-17clk: at91: pmc: drop at91_pmc_baseAlexandre Belloni1-7/+0
2016-02-17ARM: at91: pm: move idle functions to pm.cAlexandre Belloni1-15/+0
2016-02-17clk: at91: pmc: move pmc structures to C fileAlexandre Belloni1-0/+9
2016-02-17clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probeAlexandre Belloni1-25/+9
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni1-141/+3
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-143/+12
2016-02-17clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon1-4/+8
2015-10-01clk: at91: add generated clock driverNicolas Ferre1-0/+6
2015-10-01clk: at91: add PMC sama5d2 supportNicolas Ferre1-0/+15
2015-07-28clk: kill off set_irq_flags usageRob Herring1-1/+0
2015-05-01clk: at91: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-03-04clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON1-1/+19
2015-01-16ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni1-0/+9
2014-09-22clk: at91: add a driver for the h32mx clockAlexandre Belloni1-0/+6
2014-05-07clk: at91: add slow clks driverBoris BREZILLON1-0/+5
2014-05-07clk: at91: rework main clk implementationBoris BREZILLON1-0/+12
2014-01-14Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanupKevin Hilman1-1/+1
2013-12-19clk: at91: fix pmc_clk_ids data type attriubteBoris BREZILLON1-1/+1
2013-12-12ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre1-2/+0
2013-12-02clk: at91: add PMC smd clockBoris BREZILLON1-0/+7
2013-12-02clk: at91: add PMC usb clockBoris BREZILLON1-0/+15
2013-12-02clk: at91: add PMC utmi clockBoris BREZILLON1-0/+7
2013-12-02clk: at91: add PMC programmable clocksBoris BREZILLON1-0/+15
2013-12-02clk: at91: add PMC peripheral clocksBoris BREZILLON1-0/+9
2013-12-02clk: at91: add PMC system clocksBoris BREZILLON1-0/+5
2013-12-02clk: at91: add PMC master clockBoris BREZILLON1-0/+9
2013-12-02clk: at91: add PMC pll clocksBoris BREZILLON1-0/+21
2013-12-02clk: at91: add PMC main clockBoris BREZILLON1-0/+5
2013-12-02clk: at91: add PMC base supportBoris BREZILLON1-0/+304