summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm3xxx.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-28ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_initMiaoqian Lin1-0/+1
2019-06-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19ARM: omap2: remove incorrect __init annotationArnd Bergmann1-1/+1
2017-10-10ARM: OMAP3: Remove legacy IRQ for PRMTony Lindgren1-4/+10
2017-08-15ARM: OMAP3+: PRM: fix of_irq_get() result checkSergei Shtylyov1-1/+1
2017-06-29ARM: OMAP2+: Fix omap3 prm shared irqTony Lindgren1-6/+1
2017-06-12Merge branch 'omap-for-v4.13/clkctrl' into omap-for-v4.13/soc-v4Tony Lindgren1-1/+1
2017-06-08ARM: OMAP2+: Remove unused legacy code for PRMTony Lindgren1-10/+7
2017-06-06ARM: OMAP2+: PRCM: store also physical addresses for instancesTero Kristo1-1/+1
2016-11-07ARM: OMAP2+: PRM: initialize en_uart4_mask and grpsel_uart4_maskColin Ian King1-0/+3
2015-03-31ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo1-3/+1
2015-03-27ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo1-0/+5
2015-03-25ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo1-2/+4
2015-03-25ARM: OMAP2+: PRM: add generic API for clear_mod_irqsTero Kristo1-1/+2
2015-03-25ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqsTero Kristo1-4/+4
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2014-10-27ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo1-1/+2
2014-10-27ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo1-11/+2
2014-10-27ARM: OMAP3: PRM: make PRCM interrupt handler related functions staticTero Kristo1-4/+9
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-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+18
2014-09-16ARM: OMAP3: Fix I/O chain clock line assertion timed out errorTony Lindgren1-4/+35
2014-09-08ARM: OMAP3+: PRM: register interrupt information from DTNishanth Menon1-0/+18
2014-07-04ARM: OMAP3: control: isolate control module init to its own functionTero Kristo1-6/+0
2014-07-04ARM: OMAP3: PRM: move modem reset and iva2 idle to PRM driverTero Kristo1-0/+7
2014-07-04ARM: OMAP3: PRM: move PRM init code from PM core to the driverTero Kristo1-0/+90
2014-07-04ARM: OMAP3: PRM: add API for saving PRM scratchpad contentsTero Kristo1-0/+9
2014-07-04ARM: OMAP3: PRM: add API for checking and clearing cold reset statusTero Kristo1-0/+20
2014-07-04ARM: OMAP3: PRM: move modem reset to PRM driverTero Kristo1-0/+15
2014-07-04ARM: OMAP3: PRM: move iva reset to PRM driverTero Kristo1-0/+45
2014-07-04ARM: OMAP3: PRM: move prcm wakeup helper to prm driverTero Kristo1-0/+53
2014-05-16Merge tag 'for-v3.16/prcm-cleanup-a' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren1-12/+10
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-1/+7
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
2013-01-11ARM: OMAP2+: Use omap initcallsTony Lindgren1-1/+1
2013-01-03Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren1-3/+25
2013-01-02ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return valuesPaul Walmsley1-3/+25
2012-12-17ARM: OMAP2+: Drop plat/cpu.h for omap2plusTony Lindgren1-2/+1
2012-11-21ARM: OMAP2+: PRM: initialize some PRM functions earlyPaul Walmsley1-7/+10
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-1/+0
2012-11-08ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method)Paul Walmsley1-0/+15
2012-10-21ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driverPaul Walmsley1-0/+65
2012-10-21ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRMPaul Walmsley1-1/+106
2012-10-21ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific filesPaul Walmsley1-0/+233