summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2+: hwmod: Introduce ti,no-idle dt propertyLokesh Vutla2016-03-071-1/+8
* Merge tag 'omap-for-v4.5/soc-initcall' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2015-12-221-1/+1
|\
| * ARM: OMAP2+: Change core_initcall levels to postcore_initcallTony Lindgren2015-12-031-1/+1
* | ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDEDPeter Ujfalusi2015-11-121-30/+36
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-09-011-1/+15
|\
| * Merge branch 'dm814x-soc' into omap-for-v4.3/socTony Lindgren2015-07-231-1/+2
| |\
| | * ARM: OMAP2: Add minimal dm814x hwmod supportTony Lindgren2015-07-231-1/+2
| * | ARM: OMAP2+: hwmod: add support for lock and unlock hooksLokesh Vutla2015-07-151-0/+13
| |/
* | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-0/+1
|\ \
| * | ARM: OMAP2+: Include clk.hStephen Boyd2015-07-201-0/+1
| |/
* | ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without syscRoger Quadros2015-07-231-8/+16
|/
* ARM: OMAP2+: Return correct error values from device and hwmodPali Rohár2015-06-011-4/+6
* ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionalityTero Kristo2015-05-081-52/+4
* ARM: OMAP4+: PRM: add support for passing status register/bit info to resetTero Kristo2015-05-081-2/+10
* ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecountingTero Kristo2015-03-011-5/+4
* ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmodPeter Ujfalusi2015-02-261-0/+1
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-171-1/+1
|\
| * ARM: OMAP2+: Add dm816x hwmod supportTony Lindgren2015-01-261-1/+1
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-171-232/+0
|\ \
| * | ARM: OMAP2+: omap_hwmod.c: Remove some unused functionsRickard Strandqvist2015-01-071-232/+0
| |/
* | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-02-171-2/+2
|\ \
| * | ARM: OMAP2+: hwmod: print error if wait_target_ready() failedLokesh Vutla2015-01-201-2/+2
| |/
* | ARM: OMAP: Work around hardcoded interruptsMarc Zyngier2015-01-171-2/+8
|/
* Merge (part of) tag 'omap-for-v3.19/hwmod-and-defconfig' of git://git.kernel....Arnd Bergmann2014-11-281-0/+22
|\
| * ARM: OMAP2+: hwmod: add parent_hwmod supportTomi Valkeinen2014-11-191-0/+22
* | Merge tag 'omap-for-v3.19/prcm-cleanup' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2014-11-201-194/+54
|\ \ | |/ |/|
| * ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo2014-10-271-4/+1
| * ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.hTero Kristo2014-10-271-1/+0
| * ARM: OMAP2+: PRM: add generic API for checking hardreset statusTero Kristo2014-10-271-9/+10
| * ARM: OMAP2+: PRM: add generic API for deasserting hardware resetTero Kristo2014-10-271-12/+10
| * ARM: OMAP2+: PRM: add generic API for asserting hardware resetTero Kristo2014-10-271-9/+9
| * ARM: AM43xx: hwmod: use OMAP4 hardreset ops instead of the AM33xx versionTero Kristo2014-10-271-3/+3
| * ARM: AM33xx: hwmod: remove am33xx specific module SoC optsTero Kristo2014-10-271-102/+3
| * ARM: OMAP2+: CM: add common APIs for cm_module_enable/disableTero Kristo2014-10-271-14/+9
| * ARM: OMAP4+/AM33xx: CM: add common API for cm_wait_module_idleTero Kristo2014-10-271-5/+5
| * ARM: OMAP2+: CM: add common API for cm_wait_module_readyTero Kristo2014-10-271-8/+8
| * ARM: AM33xx/OMAP4+: CM: remove cdoffs parameter from wait_module_idle/readyTero Kristo2014-10-271-4/+0
| * ARM: OMAP2/3: hwmod: merge wait_target_ready functions for omap2/3Tero Kristo2014-10-271-31/+4
* | ARM: OMAP2+: hwmod: drop unnecessary list initializationFelipe Balbi2014-11-131-2/+0
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-10-081-2/+2
|\
| * ARM: OMAP2+: Add hwmod flag for HWMOD_RECONFIG_IO_CHAINTony Lindgren2014-09-181-2/+2
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-13/+13
|\ \
| * \ Merge tag 'cleanup-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2014-09-261-13/+13
| |\ \ | | |/ | |/|
| | * arm: mach-omap2: Convert pr_warning to pr_warnJoe Perches2014-09-181-13/+13
* | | ARM: OMAP3: Fix I/O chain clock line assertion timed out errorTony Lindgren2014-09-161-1/+1
|/ /
* | Merge tag 'for-v3.17-rc/omap-dra72x-d74x-support-a' of git://git.kernel.org/p...Olof Johansson2014-08-311-0/+3
|\ \
| * | ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface listsRajendra Nayak2014-08-271-0/+3
| |/
* | ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idledTony Lindgren2014-08-251-0/+4
|/
* ARM: OMAP2+: hwmod: Change hardreset soc_ops for AM43XXDave Gerlach2014-06-151-3/+3
* ARM: OMAP2+: raw read and write endian fixVictor Kamensky2014-05-081-5/+5
OpenPOWER on IntegriCloud