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