summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm_common.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2+: clock: add low-level support for regmapTero Kristo2015-03-311-1/+1
* ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo2015-03-311-1/+1
* ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo2015-03-311-0/+3
* ARM: OMAP2+: CM: move SoC specific init calls within a generic APITero Kristo2015-03-311-1/+7
* ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo2015-03-311-5/+32
* ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo2015-03-311-13/+63
* ARM: OMAP2+: control: determine control module base address from DTTero Kristo2015-03-271-5/+0Star
* ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo2015-03-271-9/+42
* ARM: OMAP2+: CM: determine CM base address from device treeTero Kristo2015-03-271-1/+0Star
* ARM: OMAP2+: PRCM: split PRCM module init to their own driver filesTero Kristo2015-03-271-21/+2Star
* ARM: OMAP2+: clock: move clock provider infrastructure to clock driverTero Kristo2015-03-271-28/+8Star
* ARM: OMAP2+: PRCM: add support for static clock memmap indicesTero Kristo2015-03-251-29/+50
* ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo2015-03-251-0/+34
* ARM: OMAP2+: PRM: add generic API for clear_mod_irqsTero Kristo2015-03-251-0/+21
* ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_initTero Kristo2015-03-251-1/+7
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-0/+11
|\
| * Merge branch 'clk-next' into v3.19-rc7Michael Turquette2015-02-021-0/+11
| |\
| | * ARM: OMAP3: PRM: add support for legacy iomapping initTero Kristo2015-01-301-0/+11
* | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-02-171-0/+4
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2+: Fix dm814 and dm816 for clocks and timer initTony Lindgren2015-01-151-0/+4
| |/
* / ARM: OMAP: Work around hardcoded interruptsMarc Zyngier2015-01-171-2/+12
|/
* ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo2014-10-271-0/+19
* ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo2014-10-271-0/+16
* ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo2014-10-271-0/+20
* ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo2014-10-271-0/+24
* ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo2014-10-271-0/+20
* Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-151-2/+0Star
|\
| * clk: ti: change clock init to use generic of_clk_initTero Kristo2014-09-291-2/+0Star
* | ARM: OMAP2+: make of_device_ids constUwe Kleine-König2014-09-111-1/+1
|/
* ARM: OMAP2: PRM: add support for OMAP2 specific clock providersTero Kristo2014-07-021-0/+2
* ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_opsTero Kristo2014-05-161-0/+8
* ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under itTero Kristo2014-05-161-0/+2
* ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setupTero Kristo2014-05-161-6/+1Star
* ARM: OMAP2+: PRM: add support for initializing PRCM clock modules from DTTero Kristo2014-01-171-0/+66
* ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omapTony Lindgren2013-10-111-0/+11
* Merge tag 'omap-for-v3.8/devel-prcm-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson2012-11-301-0/+45
|\
| * ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost countRajendra Nayak2012-11-221-0/+45
* | Merge tag 'omap-for-v3.8/cleanup-prcm-part2-signed' of git://git.kernel.org/p...Arnd Bergmann2012-11-151-44/+73
|\|
| * ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley2012-11-081-1/+0Star
| * ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setupPaul Walmsley2012-11-081-0/+15
| * Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2012-10-251-44/+60
| |\
| | * ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driverPaul Walmsley2012-10-211-0/+26
| | * ARM: OMAP2+: PRM: prepare for use of prm_ll_data function pointersPaul Walmsley2012-10-211-0/+52
| | * ARM: OMAP2+: PRM: remove PRM weak functionsPaul Walmsley2012-10-211-62/+0Star
* | | ARM: OMAP: Remove plat-omap/common.hTony Lindgren2012-10-311-1/+0Star
|/ /
* / ARM: OMAP: Make plat/common.h local to mach-omap1 and mach-omap2Tony Lindgren2012-10-171-1/+1
|/
* ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2012-09-131-1/+0Star
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-07-241-0/+62
|\
| * ARM: OMAP2+: PRM/CM: Move the stubbed prm and cm functions to prcm.c file and...R Sricharan2012-07-041-0/+62
* | ARM: OMAP2+: fix naming collision of variable nr_irqsVenkatraman S2012-06-281-4/+4
|/