aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm44xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23ARM: OMAP4+: PRM: Add AM437x specific dataKeerthy1-1/+11
2015-07-23ARM: OMAP: PRM: Remove hardcoding of IRQENABLE_MPU_2 and IRQSTATUS_MPU_2 register offsetsKeerthy1-18/+20
2015-07-23ARM: OMAP4: PRM: Remove hardcoding of PRM_IO_PMCTRL_OFFSET registerKeerthy1-5/+6
2015-04-22Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-38/+32
2015-03-31ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo1-33/+21
2015-03-31ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo1-2/+2
2015-03-31ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo1-0/+2
2015-03-31ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo1-2/+1
2015-03-27ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo1-0/+1
2015-03-25ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driverTero Kristo1-0/+2
2015-03-25ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo1-2/+4
2015-03-01ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqenTero Kristo1-2/+2
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2015-01-17ARM: OMAP: Work around hardcoded interruptsMarc Zyngier1-1/+4
2014-10-27ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo1-0/+1
2014-10-27ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo1-1/+2
2014-10-27ARM: OMAP4: PRM: make PRCM interrupt handler related functions staticTero Kristo1-4/+9
2014-10-27ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls staticTero Kristo1-3/+3
2014-10-27ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo1-0/+1
2014-10-27ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo1-0/+1
2014-10-27ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo1-0/+1
2014-10-27ARM: DRA7: PRM: add voltage processor check behind a prm_feature flagTero Kristo1-4/+6
2014-09-08ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7Nishanth Menon1-1/+1
2014-09-08ARM: OMAP4+: PRM: remove "wkup" eventNishanth Menon1-1/+0
2014-09-08ARM: OMAP4+: PRM: register interrupt information from DTNishanth Menon1-0/+40
2014-09-08ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstractedNishanth Menon1-9/+38
2014-05-16Merge tag 'for-v3.16/prcm-cleanup-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.16/prcmTony Lindgren1-11/+9
2014-05-15ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_opsTero Kristo1-4/+3
2014-05-15ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under itTero Kristo1-0/+6
2014-05-15ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setupTero Kristo1-0/+1
2014-05-15ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exitTero Kristo1-9/+1
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-2/+2
2013-08-23ARM: OMAP: DRA7: Enable PM framework initializationsAmbresh K1-1/+1
2013-08-23ARM: OMAP: DRA7: powerdomain: Handle missing vc/vpRajendra Nayak1-0/+10
2013-03-19ARM: OMAP5: Reuse prm read_inst/write_instTero Kristo1-2/+2
2013-03-19ARM: OMAP5: prm: Allow prm init to succeedSantosh Shilimkar1-1/+1
2013-01-11ARM: OMAP2+: Use omap initcallsTony Lindgren1-1/+1
2013-01-02ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sourcesIvan Khoronzhuk1-1/+1
2013-01-02ARM: OMAP4: PRM: Correct reset source mapIvan Khoronzhuk1-2/+2
2012-11-21ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost countRajendra Nayak1-0/+33
2012-11-21ARM: OMAP2+: PRM: initialize some PRM functions earlyPaul Walmsley1-7/+9
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-1/+0
2012-10-21ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driverPaul Walmsley1-3/+80
2012-10-21ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRMPaul Walmsley1-0/+265
2012-10-21ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific filesPaul Walmsley1-7/+8
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+1
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-2/+2
2012-06-22ARM: OMAP3+: PRM: Enable IO wake upTero Kristo1-12/+19
2012-06-22ARM: OMAP4: PRM: Add IO Daisychain supportRajendra Nayak1-0/+54
2012-04-03Merge branch 'misc_devel_3.4' of git://git.pwsan.com/linux-2.6 into fixesTony Lindgren1-10/+11