summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm44xx.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeupNathan Chancellor2018-10-181-1/+1
* ARM: OMAP2+: prm44xx: Inroduce cpu_pm notifiers for context save/restoreKeerthy2018-05-181-0/+25
* ARM: OMAP2+: prm44xx: Introduce context save/restore for am43 PRCM IODave Gerlach2018-05-181-0/+29
* ARM: OMAP2+: Add functions to save and restore powerdomain contextRuss Dill2018-05-181-0/+50
* ARM: OMAP4: Remove legacy IRQ for PRMTony Lindgren2017-10-101-18/+3Star
* ARM: OMAP4+: PRM: fix of_irq_get() result checksSergei Shtylyov2017-08-151-2/+2
* ARM: OMAP4: Fix legacy code clean-up regressionTony Lindgren2017-06-301-0/+55
* Merge branch 'omap-for-v4.13/clkctrl' into omap-for-v4.13/soc-v4Tony Lindgren2017-06-121-2/+2
|\
| * ARM: OMAP2+: PRCM: store also physical addresses for instancesTero Kristo2017-06-061-2/+2
* | ARM: OMAP2+: Remove unused legacy code for PRMTony Lindgren2017-06-081-59/+0Star
|/
* ARM: OMAP4+: PRM: Add AM437x specific dataKeerthy2015-07-231-1/+11
* ARM: OMAP: PRM: Remove hardcoding of IRQENABLE_MPU_2 and IRQSTATUS_MPU_2 regi...Keerthy2015-07-231-18/+20
* ARM: OMAP4: PRM: Remove hardcoding of PRM_IO_PMCTRL_OFFSET registerKeerthy2015-07-231-5/+6
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-04-221-38/+32Star
|\
| * ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo2015-03-311-33/+21Star
| * ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo2015-03-311-2/+2
| * ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo2015-03-311-0/+2
| * ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo2015-03-311-2/+1Star
| * ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo2015-03-271-0/+1
| * ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driverTero Kristo2015-03-251-0/+2
| * ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo2015-03-251-2/+4
* | ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqenTero Kristo2015-03-021-2/+2
|/
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-1/+1
* ARM: OMAP: Work around hardcoded interruptsMarc Zyngier2015-01-171-1/+4
* ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo2014-10-271-0/+1
* ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo2014-10-271-1/+2
* ARM: OMAP4: PRM: make PRCM interrupt handler related functions staticTero Kristo2014-10-271-4/+9
* ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls staticTero Kristo2014-10-271-3/+3
* ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo2014-10-271-0/+1
* ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo2014-10-271-0/+1
* ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo2014-10-271-0/+1
* ARM: DRA7: PRM: add voltage processor check behind a prm_feature flagTero Kristo2014-10-271-4/+6
* ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7Nishanth Menon2014-09-081-1/+1
* ARM: OMAP4+: PRM: remove "wkup" eventNishanth Menon2014-09-081-1/+0Star
* ARM: OMAP4+: PRM: register interrupt information from DTNishanth Menon2014-09-081-0/+40
* ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstractedNishanth Menon2014-09-081-9/+38
* Merge tag 'for-v3.16/prcm-cleanup-a' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2014-05-171-11/+9Star
|\
| * ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_opsTero Kristo2014-05-161-4/+3Star
| * ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under itTero Kristo2014-05-161-0/+6
| * ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setupTero Kristo2014-05-161-0/+1
| * ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exitTero Kristo2014-05-161-9/+1Star
* | ARM: OMAP2+: raw read and write endian fixVictor Kamensky2014-05-081-2/+2
|/
* ARM: OMAP: DRA7: Enable PM framework initializationsAmbresh K2013-08-231-1/+1
* ARM: OMAP: DRA7: powerdomain: Handle missing vc/vpRajendra Nayak2013-08-231-0/+10
* ARM: OMAP5: Reuse prm read_inst/write_instTero Kristo2013-03-191-2/+2
* ARM: OMAP5: prm: Allow prm init to succeedSantosh Shilimkar2013-03-191-1/+1
* ARM: OMAP2+: Use omap initcallsTony Lindgren2013-01-111-1/+1
* ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sourcesIvan Khoronzhuk2013-01-021-1/+1
* ARM: OMAP4: PRM: Correct reset source mapIvan Khoronzhuk2013-01-021-2/+2