summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/plat/omap_hwmod.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-11omap2+: Add separate list for dynamic pads to muxTony Lindgren1-0/+3
2011-03-11Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integratio...Paul Walmsley1-1/+0
2011-03-11Merge remote branch 'remotes/origin/hwmod_a_2.6.39' into tmp-integration-2.6....Paul Walmsley1-1/+3
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...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-08OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.hPaul Walmsley1-1/+0
2011-03-03Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel...Tony 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-15omap2+: 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/jiko...Linus Torvalds1-1/+1
2010-12-23omap2+: Add support for hwmod specific muxing of devicesTony Lindgren1-0/+13
2010-12-23OMAP: Introduce voltage domain information in the hwmod structuresThara Gopinath1-0/+5
2010-12-22OMAP: PM: implement context loss count APIsKevin Hilman1-0/+1
2010-12-22OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson1-1/+4
2010-12-22OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson1-2/+0
2010-12-22OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley1-12/+4
2010-12-22OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-3/+3
2010-12-22OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley1-1/+8
2010-12-22OMAP2+: hwmod: add postsetup statePaul Walmsley1-1/+5
2010-12-22OMAP2+: 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-24Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren1-0/+1
2010-09-24OMAP4: hwmod: Add initial data for OMAP4430 ES1 & ES2Benoit Cousson1-0/+1
2010-09-22OMAP: hwmod: improve documentation, clean up function namesPaul Walmsley1-7/+4
2010-09-22OMAP: hwmod: Fix softreset for modules with optional clocksBenoit Cousson1-0/+5
2010-09-22OMAP: hwmod: Fix softreset status check for some new OMAP4 IPsBenoit Cousson1-1/+2
2010-09-22OMAP: hwmod: add an hardreset API for use by other core codePaul Walmsley1-0/+4
2010-09-22OMAP: hwmod: Add hardreset management supportBenoît Cousson1-0/+17
2010-09-22OMAP: hwmod: separate list locking and hwmod hardware lockingKevin Hilman1-0/+3
2010-09-21OMAP: hwmod: Rename dma_ch to dma_reqBenoit Cousson1-6/+6
2010-07-27OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_vaPaul Walmsley1-3/+4
2010-07-27OMAP: hwmod: allow omap_hwmod_late_init() caller to skip module idle in _setup()Paul Walmsley1-2/+3
2010-07-27OMAP: hwmod: add non-locking versions of enable and idle functionsKevin Hilman1-0/+2
2010-05-20OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLESTBenoit Cousson1-3/+5
2010-05-20OMAP4: hwmod: Replace module & device offsets by absolute clkctrl addressBenoit Cousson1-5/+3
2010-03-31OMAP: HWMOD: Bug fixes in hwmod structure definitionsThara Gopinath1-1/+1
2010-02-25OMAP hwmod: add hwmod class supportPaul Walmsley1-9/+28
2010-02-24OMAP hwmod: convert header files with static allocations into C filesPaul Walmsley1-0/+8
2010-02-24OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+conPaul Walmsley1-16/+10
2010-02-24OMAP3: hwmod: support to specify the offset position of various SYSCONFIG reg...Thara Gopinath1-15/+58
2010-01-27OMAP: hwmod: add API for slave idlemode settingKevin Hilman1-0/+2
2010-01-20OMAP3: hwmod: Adding flag to prevent caching of sysconfig register.Thara Gopinath1-0/+1
2009-12-12OMAP hwmod: add names to module MPU IRQ linesPaul Walmsley1-2/+16
2009-12-12OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handlingPaul Walmsley1-1/+7