Age | Commit message (Expand) | Author | Files | Lines |
2014-10-27 | ARM: OMAP2+: PRM: provide generic API for system reset | Tero Kristo | 1 | -0/+1 |
2014-10-27 | ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chain | Tero Kristo | 1 | -1/+2 |
2014-10-27 | ARM: OMAP4: PRM: make PRCM interrupt handler related functions static | Tero Kristo | 1 | -4/+9 |
2014-10-27 | ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls static | Tero Kristo | 1 | -3/+3 |
2014-10-27 | ARM: OMAP2+: PRM: add generic API for checking hardreset status | Tero Kristo | 1 | -0/+1 |
2014-10-27 | ARM: OMAP2+: PRM: add generic API for deasserting hardware reset | Tero Kristo | 1 | -0/+1 |
2014-10-27 | ARM: OMAP2+: PRM: add generic API for asserting hardware reset | Tero Kristo | 1 | -0/+1 |
2014-10-27 | ARM: DRA7: PRM: add voltage processor check behind a prm_feature flag | Tero Kristo | 1 | -4/+6 |
2014-09-08 | ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7 | Nishanth Menon | 1 | -1/+1 |
2014-09-08 | ARM: OMAP4+: PRM: remove "wkup" event | Nishanth Menon | 1 | -1/+0 |
2014-09-08 | ARM: OMAP4+: PRM: register interrupt information from DT | Nishanth Menon | 1 | -0/+40 |
2014-09-08 | ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted | Nishanth Menon | 1 | -9/+38 |
2014-05-17 | Merge tag 'for-v3.16/prcm-cleanup-a' of git://git.kernel.org/pub/scm/linux/ke... | Tony Lindgren | 1 | -11/+9 |
2014-05-16 | ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_ops | Tero Kristo | 1 | -4/+3 |
2014-05-16 | ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under it | Tero Kristo | 1 | -0/+6 |
2014-05-16 | ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setup | Tero Kristo | 1 | -0/+1 |
2014-05-16 | ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exit | Tero Kristo | 1 | -9/+1 |
2014-05-08 | ARM: OMAP2+: raw read and write endian fix | Victor Kamensky | 1 | -2/+2 |
2013-08-23 | ARM: OMAP: DRA7: Enable PM framework initializations | Ambresh K | 1 | -1/+1 |
2013-08-23 | ARM: OMAP: DRA7: powerdomain: Handle missing vc/vp | Rajendra Nayak | 1 | -0/+10 |
2013-03-19 | ARM: OMAP5: Reuse prm read_inst/write_inst | Tero Kristo | 1 | -2/+2 |
2013-03-19 | ARM: OMAP5: prm: Allow prm init to succeed | Santosh Shilimkar | 1 | -1/+1 |
2013-01-11 | ARM: OMAP2+: Use omap initcalls | Tony Lindgren | 1 | -1/+1 |
2013-01-02 | ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sources | Ivan Khoronzhuk | 1 | -1/+1 |
2013-01-02 | ARM: OMAP4: PRM: Correct reset source map | Ivan Khoronzhuk | 1 | -2/+2 |
2012-11-22 | ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost count | Rajendra Nayak | 1 | -0/+33 |
2012-11-22 | ARM: OMAP2+: PRM: initialize some PRM functions early | Paul Walmsley | 1 | -7/+9 |
2012-11-09 | ARM: OMAP2+: PRCM: remove obsolete prcm.[ch] | Paul Walmsley | 1 | -1/+0 |
2012-10-21 | ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driver | Paul Walmsley | 1 | -3/+80 |
2012-10-21 | ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM | Paul Walmsley | 1 | -0/+265 |
2012-10-21 | ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific files | Paul Walmsley | 1 | -7/+8 |
2012-09-13 | ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ | Tony Lindgren | 1 | -2/+1 |
2012-09-13 | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 1 | -2/+2 |
2012-06-22 | ARM: OMAP3+: PRM: Enable IO wake up | Tero Kristo | 1 | -12/+19 |
2012-06-22 | ARM: OMAP4: PRM: Add IO Daisychain support | Rajendra Nayak | 1 | -0/+54 |
2012-04-03 | Merge branch 'misc_devel_3.4' of git://git.pwsan.com/linux-2.6 into fixes | Tony Lindgren | 1 | -10/+11 |
2012-03-12 | ARM: OMAP4: prm: fix interrupt register offsets | Tero Kristo | 1 | -10/+11 |
2012-03-01 | Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin... | Arnd Bergmann | 1 | -1/+2 |
2012-02-24 | ARM: OMAP2+: Move most of plat/io.h into local iomap.h | Tony Lindgren | 1 | -1/+2 |
2012-02-13 | ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error | Russell King | 1 | -0/+1 |
2011-12-17 | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2.... | Tony Lindgren | 1 | -0/+116 |
2011-12-17 | ARM: OMAP4: PRM: use PRCM interrupt handler | Tero Kristo | 1 | -0/+26 |
2011-12-17 | ARM: OMAP: PRCM: add suspend prepare / finish support | Tero Kristo | 1 | -0/+48 |
2011-12-17 | ARM: OMAP3/4: PRM: add functions to read pending IRQs, PRM barrier | Paul Walmsley | 1 | -0/+42 |
2011-11-17 | ARM: 7159/1: OMAP: Introduce local common.h files | Tony Lindgren | 1 | -1/+1 |
2011-09-15 | OMAP2+: PRM: add register access functions for VC/VP | Kevin Hilman | 1 | -0/+22 |
2011-09-15 | OMAP2+: add PRM VP functions for checking/clearing VP TX done status | Kevin Hilman | 1 | -0/+49 |
2011-07-10 | OMAP4: prm: Remove deprecated functions | Benoit Cousson | 1 | -37/+0 |
2011-07-10 | OMAP4: prm: Replace warm reset API with the offset based version | Benoit Cousson | 1 | -15/+0 |
2011-07-10 | OMAP4: hwmod: Replace RSTCTRL absolute address with offset macros | Benoit Cousson | 1 | -92/+1 |