aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/omap_hwmod.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05ARM: OMAP3+: SmartReflex: use voltage domain name in device attributesShweta Gulati1-2/+0
2011-12-16Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2.6 into prcmTony Lindgren1-0/+3
2011-12-16ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at initRajendra Nayak1-0/+3
2011-12-16ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo1-0/+2
2011-12-16ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo1-0/+1
2011-11-04ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen1-1/+1
2011-09-15Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-omap-pm into voltageTony Lindgren1-1/+0
2011-09-15OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman1-1/+0
2011-09-14OMAP2+: hwmod: remove OMAP_CHIP*Paul Walmsley1-2/+0
2011-07-10OMAP4: hwmod data: Add modulemode entry in omap_hwmod structureBenoit Cousson1-0/+6
2011-07-10OMAP4: hwmod data: Add PRM context register offsetBenoit Cousson1-0/+1
2011-07-10OMAP4: hwmod: Replace RSTCTRL absolute address with offset macrosBenoit Cousson1-1/+2
2011-07-10OMAP4: hwmod: Replace CLKCTRL absolute address with offset macrosBenoit Cousson1-1/+1
2011-07-10OMAP2+: hwmod: Init clkdm field at boot timeBenoit Cousson1-0/+1
2011-07-10OMAP4: hwmod data: Add clock domain attributeBenoit Cousson1-0/+1
2011-07-10OMAP: hwmod: fix the i2c-reset timeout during bootupAvinash.H.M1-0/+1
2011-07-09Merge branches 'dmtimer_precleanup_3.1', 'hwmod_core_cleanup_a_3.1', 'combine_common_hwmod_3.1', 'omap4_hwmod_data_cleanup_a_3.1', 'clock_cleanup_a_3.1', 'prcm_cleanup_a_3.1', 'omap_pm_cleanup_3.1' and 'omap_device_cleanup_3.1' into prcm-cleanup-3.1Paul Walmsley1-13/+7
2011-07-09omap_hwmod: use a terminator record with omap_hwmod_dma_info arraysPaul Walmsley1-5/+3
2011-07-09omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs arraysPaul Walmsley1-5/+3
2011-07-09omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arraysPaul Walmsley1-2/+0
2011-07-09OMAP2+: hwmod: Fix smart-standby + wakeup supportBenoit Cousson1-1/+1
2011-03-11omap2+: Add separate list for dynamic pads to muxTony Lindgren1-0/+3
2011-03-10Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integration-2.6.39-20110310-024Paul Walmsley1-1/+0
2011-03-10Merge remote branch 'remotes/origin/hwmod_a_2.6.39' into tmp-integration-2.6.39-20110310-024Paul Walmsley1-1/+3
2011-03-10Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/pwrdm_add_can_lose_context_fns_2.6.39', 'remotes/origin/omap_device_a_2.6.39', 'remotes/origin/mmc_a_2.6.39', 'remotes/origin/hwmod_b_2.6.39', 'remotes/origin/dmtimer_a_2.6.39', 'remotes/origin/pwrdm_clkdm_a_2.6.39', 're...Paul Walmsley1-4/+13
2011-03-10OMAP2+: hwmod: add API to handle autoidle modeKishon Vijay Abraham I1-0/+1
2011-03-10OMAP2+: hwmod: allow board files to prevent devices from being reset upon initPaul Walmsley1-0/+2
2011-03-10OMAP2+: hwmod: use status bit info for reset lineomar ramirez1-0/+2
2011-03-10OMAP2+: hwmod: fix a documentation bug with HWMOD_NO_OCP_AUTOIDLEPaul Walmsley1-1/+1
2011-03-07OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.hPaul Walmsley1-1/+0
2011-03-02Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel-hsmmc' into omap-for-linusTony Lindgren1-1/+3
2011-02-28OMAP2+: hwmod: add ability to setup individual hwmodsPaul Walmsley1-0/+3
2011-02-28OMAP2+: hwmod: rename some init functionsPaul Walmsley1-2/+4
2011-02-24OMAP: hwmod: allow hwmod to provide address space accessible from SDMAKishon Vijay Abraham I1-1/+3
2011-02-14omap2+: Make omap_hwmod_late_init into core_initcallTony Lindgren1-1/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-22omap2+: Add support for hwmod specific muxing of devicesTony Lindgren1-0/+13
2010-12-22OMAP: Introduce voltage domain information in the hwmod structuresThara Gopinath1-0/+5
2010-12-21OMAP: PM: implement context loss count APIsKevin Hilman1-0/+1
2010-12-21OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson1-1/+4
2010-12-21OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson1-2/+0
2010-12-21OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley1-12/+4
2010-12-21OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-3/+3
2010-12-21OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley1-1/+8
2010-12-21OMAP2+: hwmod: add postsetup statePaul Walmsley1-1/+5
2010-12-21OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley1-0/+10
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-08omap: hwmod: Handle modules with 16bit registersRajendra Nayak1-2/+4
2010-09-23Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linusTony Lindgren1-0/+1
2010-09-23OMAP4: hwmod: Add initial data for OMAP4430 ES1 & ES2Benoit Cousson1-0/+1