aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-24OMAP3: hwmod: support to specify the offset position of various SYSCONFIG register bits.Thara Gopinath1-13/+87
2010-01-26OMAP: hwmod: add API for slave idlemode settingKevin Hilman1-0/+17
2010-01-26OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley1-6/+4
2010-01-19OMAP3: hwmod: Adding flag to prevent caching of sysconfig register.Thara Gopinath1-1/+2
2009-12-11OMAP: hwmod: warn on missing clockdomainKevin Hilman1-0/+3
2009-12-11OMAP3 hwmod: drop most of the OCP_SYSCONFIG.CLOCKACTIVITY codePaul Walmsley1-83/+5
2009-12-11OMAP hwmod: add names to module MPU IRQ linesPaul Walmsley1-2/+3
2009-12-11OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handlingPaul Walmsley1-2/+35
2009-12-11OMAP3 hwmod: reprogram OCP_SYSCONFIG register after setting SOFTRESETPaul Walmsley1-5/+13
2009-12-11OMAP clock/hwmod: fix off-by-one errorsPaul Walmsley1-8/+5
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-5/+5
2009-10-19omap: Use ioremap in omap_hwmod.cTony Lindgren1-6/+12
2009-09-03OMAP: omap_hwmod: call omap_hwmod init at boot; create interconnectsPaul Walmsley1-2/+1
2009-09-03OMAP2/3/4: create omap_hwmod layerPaul Walmsley1-0/+1555