aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21ARM: OMAP2+: add missing of_node_put before break and returnWang Qing1-2/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-02-01ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+5
2017-10-10ARM: OMAP4: Remove legacy IRQ for PRMTony Lindgren1-9/+3
2017-06-18Merge tag 'omap-for-v4.13/soc-v4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson1-16/+16
2017-06-12Merge branch 'omap-for-v4.13/clkctrl' into omap-for-v4.13/soc-v4Tony Lindgren1-10/+13
2017-06-08ARM: OMAP2+: Remove unused legacy code for PRMTony Lindgren1-6/+3
2017-06-06ARM: OMAP2+: PRCM: store also physical addresses for instancesTero Kristo1-10/+13
2017-05-19ARM: remove duplicate 'const' annotations'Arnd Bergmann1-1/+1
2016-12-27ARM: OMAP2+: PRM: Delete an error message for a failed memory allocationMarkus Elfring1-3/+1
2015-12-22ARM: OMAP2+: Fix randconfig build warning for dm814_pllss_dataTony Lindgren1-0/+2
2015-12-09ARM: OMAP2+: Add DPPLS clock manager for dm814xTony Lindgren1-0/+6
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre1-1/+1
2015-07-23ARM: PRM: AM437x: Enable IO wakeup featureKeerthy1-0/+1
2015-03-31ARM: OMAP2+: clock: add low-level support for regmapTero Kristo1-1/+1
2015-03-31ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo1-1/+1
2015-03-31ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo1-0/+3
2015-03-31ARM: OMAP2+: CM: move SoC specific init calls within a generic APITero Kristo1-1/+7
2015-03-31ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo1-5/+32
2015-03-31ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo1-13/+63
2015-03-27ARM: OMAP2+: control: determine control module base address from DTTero Kristo1-5/+0
2015-03-27ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo1-9/+42
2015-03-27ARM: OMAP2+: CM: determine CM base address from device treeTero Kristo1-1/+0
2015-03-27ARM: OMAP2+: PRCM: split PRCM module init to their own driver filesTero Kristo1-21/+2
2015-03-27ARM: OMAP2+: clock: move clock provider infrastructure to clock driverTero Kristo1-28/+8
2015-03-25ARM: OMAP2+: PRCM: add support for static clock memmap indicesTero Kristo1-29/+50
2015-03-25ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo1-0/+34
2015-03-25ARM: OMAP2+: PRM: add generic API for clear_mod_irqsTero Kristo1-0/+21
2015-03-25ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_initTero Kristo1-1/+7
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-0/+11
2015-02-17Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2015-02-02Merge branch 'clk-next' into v3.19-rc7Michael Turquette1-0/+11
2015-01-30ARM: OMAP3: PRM: add support for legacy iomapping initTero Kristo1-0/+11
2015-01-17ARM: OMAP: Work around hardcoded interruptsMarc Zyngier1-2/+12
2015-01-14ARM: OMAP2+: Fix dm814 and dm816 for clocks and timer initTony Lindgren1-0/+4
2014-10-27ARM: OMAP2+: PRM: provide generic API for system resetTero Kristo1-0/+19
2014-10-27ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo1-0/+16
2014-10-27ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo1-0/+20
2014-10-27ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo1-0/+24
2014-10-27ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo1-0/+20
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-2/+0
2014-09-29clk: ti: change clock init to use generic of_clk_initTero Kristo1-2/+0
2014-09-11ARM: OMAP2+: make of_device_ids constUwe Kleine-König1-1/+1
2014-07-02ARM: OMAP2: PRM: add support for OMAP2 specific clock providersTero Kristo1-0/+2
2014-05-15ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_opsTero Kristo1-0/+8
2014-05-15ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under itTero Kristo1-0/+2
2014-05-15ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setupTero Kristo1-6/+1