aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10ARM: OMAP2+: Drop legacy struct omap_hwmod_addr_spaceTony Lindgren1-240/+13
2017-10-10ARM: OMAP2+: Drop omap_hwmod_dma_infoTony Lindgren1-116/+3
2017-10-10ARM: OMAP2+: Drop omap_hwmod_irq_infoTony Lindgren1-96/+4
2017-10-10ARM: OMAP2+: Parse module IO range from dts for legacy "ti,hwmods" supportTony Lindgren1-1/+79
2017-09-19ARM: OMAP2+: Fix overwriting of clkctrl and modulemode valuesTony Lindgren1-8/+41
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-12Merge branch 'omap-for-v4.13/clkctrl' into omap-for-v4.13/soc-v4Tony Lindgren1-15/+130
2017-06-08ARM: OMAP2+: Remove unused legacy code for interconnectsTony Lindgren1-13/+10
2017-06-06ARM: OMAP2+: hwmod: populate clkctrl clocks for hwmods if availableTero Kristo1-15/+130
2017-03-23ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTORoger Quadros1-2/+7
2017-03-14ARM: OMAP2+: Remove unused CLOCKACT_TEST_ICLKTony Lindgren1-1/+1
2017-03-14ARM: OMAP2+: Use list_for_each_entry for hwmod slave_portsTony Lindgren1-73/+10
2017-03-14ARM: OMAP2+: Remove mostly unused hwmod linkspaceTony Lindgren1-113/+3
2017-01-29Merge tag 'omap-for-v4.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson1-0/+33
2017-01-20ARM: OMAP2+: omap_hwmod: Add support for earlyconLokesh Vutla1-0/+33
2016-12-27ARM: omap2+: fixing wrong strcat for Non-NULL terminated stringManinder Singh1-4/+4
2016-11-10ARM: OMAP2+: Remove legacy hwmod mux codeTony Lindgren1-106/+1
2016-07-22ARM: OMAP4+: Have _omap4_wait_target_* check for valid clkctrl_offsDave Gerlach1-0/+8
2016-07-04ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIsTero Kristo1-15/+12
2016-07-04ARM: OMAP2+: hwmod: fetch main_clk based on hwmod nameTero Kristo1-5/+50
2016-04-10ARM: OMAP2+: hwmod: fix _idle() hwmod state sanity check sequenceSuman Anna1-6/+6
2016-03-26ARM: OMAP2+: hwmod: Fix updating of sysconfig registerLokesh Vutla1-4/+4
2016-03-07ARM: OMAP2+: hwmod: Introduce ti,no-idle dt propertyLokesh Vutla1-1/+8
2015-12-22Merge tag 'omap-for-v4.5/soc-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson1-1/+1
2015-12-03ARM: OMAP2+: Change core_initcall levels to postcore_initcallTony Lindgren1-1/+1
2015-11-12ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDEDPeter Ujfalusi1-30/+36
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+15
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2015-07-23Merge branch 'dm814x-soc' into omap-for-v4.3/socTony Lindgren1-1/+2
2015-07-23ARM: OMAP2: Add minimal dm814x hwmod supportTony Lindgren1-1/+2
2015-07-23ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without syscRoger Quadros1-8/+16
2015-07-20ARM: OMAP2+: Include clk.hStephen Boyd1-0/+1
2015-07-15ARM: OMAP2+: hwmod: add support for lock and unlock hooksLokesh Vutla1-0/+13
2015-06-01ARM: OMAP2+: Return correct error values from device and hwmodPali Rohár1-4/+6
2015-05-08ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionalityTero Kristo1-52/+4
2015-05-08ARM: OMAP4+: PRM: add support for passing status register/bit info to resetTero Kristo1-2/+10
2015-03-01ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecountingTero Kristo1-5/+4
2015-02-26ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmodPeter Ujfalusi1-0/+1
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-02-17Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-232/+0
2015-02-17Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2015-01-26ARM: OMAP2+: Add dm816x hwmod supportTony Lindgren1-1/+1
2015-01-20ARM: OMAP2+: hwmod: print error if wait_target_ready() failedLokesh Vutla1-2/+2
2015-01-17ARM: OMAP: Work around hardcoded interruptsMarc Zyngier1-2/+8
2015-01-07ARM: OMAP2+: omap_hwmod.c: Remove some unused functionsRickard Strandqvist1-232/+0
2014-11-28Merge (part of) tag 'omap-for-v3.19/hwmod-and-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann1-0/+22
2014-11-20Merge tag 'omap-for-v3.19/prcm-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann1-194/+54
2014-11-19ARM: OMAP2+: hwmod: add parent_hwmod supportTomi Valkeinen1-0/+22
2014-11-13ARM: OMAP2+: hwmod: drop unnecessary list initializationFelipe Balbi1-2/+0
2014-10-27ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chainTero Kristo1-4/+1