aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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