aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-22omap2+: Allow hwmod state changes to mux pads based on the state changesTony Lindgren1-3/+11
2010-12-21OMAP: PM: implement context loss count APIsKevin Hilman1-0/+22
2010-12-21OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson1-2/+14
2010-12-21OMAP2+: hwmod: Disable clocks when hwmod enable failsRajendra Nayak1-0/+1
2010-12-21OMAP2+: hwmod: Remove omap_hwmod_mutexBenoit Cousson1-22/+4
2010-12-21OMAP2+: hwmod: Mark functions used only during initialization with __initBenoit Cousson1-4/+4
2010-12-21OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson1-82/+55
2010-12-21OMAP2+: omap_hwmod: fix wakeup enable/disable for consistencyKevin Hilman1-15/+17
2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-2/+3
2010-12-21OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley1-0/+1
2010-12-21OMAP2+: hwmod: Update the sysc_cache in case module context is lostRajendra Nayak1-4/+3
2010-12-21OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-46/+59
2010-12-21OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley1-5/+33
2010-12-21OMAP2+: hwmod: add postsetup statePaul Walmsley1-19/+63
2010-12-21OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley1-0/+15
2010-10-08omap: hwmod: Handle modules with 16bit registersRajendra Nayak1-9/+15
2010-09-24OMAP: hwmod: Set autoidle after smartidle during _sysc_enableHema HK1-6/+11
2010-09-22OMAP: hwmod: improve documentation, clean up function namesPaul Walmsley1-22/+119
2010-09-21OMAP: hwmod: Enable module wakeup if in smartidleRajendra Nayak1-2/+4
2010-09-21OMAP: hwmod: Fix softreset for modules with optional clocksBenoit Cousson1-5/+46
2010-09-21OMAP: hwmod: Fix softreset status check for some new OMAP4 IPsBenoit Cousson1-5/+17
2010-09-21OMAP: hwmod: add an hardreset API for use by other core codePaul Walmsley1-0/+78
2010-09-21OMAP: hwmod: Force a softreset during _setupBenoit Cousson1-9/+9
2010-09-21OMAP: hwmod: Add hardreset management supportBenoƮt Cousson1-8/+160
2010-09-21OMAP: hwmod: separate list locking and hwmod hardware lockingKevin Hilman1-32/+30
2010-09-21OMAP: hwmod: Fix omap_hwmod_reset wrong state testLiam Girdwood1-4/+2
2010-09-21OMAP: hwmod: Do not disable clocks if hwmod already in idleBenoit Cousson1-3/+7
2010-09-21OMAP: hwmod: Rename dma_ch to dma_reqBenoit Cousson1-5/+5
2010-07-26OMAP2+: hwmod/device: update documentation and copyrightPaul Walmsley1-1/+16
2010-07-26OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_vaPaul Walmsley1-5/+28
2010-07-26OMAP: hwmod: allow omap_hwmod_late_init() caller to skip module idle in _setup()Paul Walmsley1-12/+25
2010-07-26OMAP: hwmod: add non-locking versions of enable and idle functionsKevin Hilman1-9/+10
2010-06-23OMAP: hwmod: Fix the missing bracesBenoit Cousson1-3/+6
2010-05-20Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren1-1/+0
2010-05-20OMAP powerdomain, hwmod, omap_device: add some creditsPaul Walmsley1-5/+5
2010-05-20OMAP: hwmod: Replace WARN by pr_warning for clockdomain checkBenoit Cousson1-7/+6
2010-05-20OMAP: hwmod: Rename hwmod name for the MPUBenoit Cousson1-1/+1
2010-05-20OMAP: hwmod: Do not exit the iteration if one clock init failedBenoit Cousson1-2/+3
2010-05-20OMAP: hwmod: Replace WARN by pr_warning if clock lookup failedBenoit Cousson1-6/+6
2010-05-20OMAP: hwmod: Remove IS_ERR check with omap_clk_get_by_name return valueBenoit Cousson1-13/+13
2010-05-20OMAP: hwmod: Fix wrong pointer iteration in oh->slavesBenoit Cousson1-14/+16
2010-05-20OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLESTBenoit Cousson1-1/+1
2010-05-20OMAP4: hwmod & CM: Implement the omap4_cm_wait_module_ready functionBenoit Cousson1-13/+20
2010-05-17Merge branch 'devel-stable' into develRussell King1-0/+3
2010-05-15ARM: Remove useless linux/bootmem.h includesRussell King1-1/+0
2010-03-31OMAP: HWMOD: Adding clockdomain checkThara Gopinath1-0/+3
2010-02-24OMAP hwmod: add hwmod class supportPaul Walmsley1-87/+135
2010-02-24OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+conPaul Walmsley1-12/+10