summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP: hwmod: fix the i2c-reset timeout during bootupAvinash.H.M2011-07-101-0/+27
*-. Merge branches 'dmtimer_precleanup_3.1', 'hwmod_core_cleanup_a_3.1', 'combine...Paul Walmsley2011-07-091-64/+159
|\ \
| | * omap_hwmod: use a terminator record with omap_hwmod_dma_info arraysPaul Walmsley2011-07-091-3/+27
| | * omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs arraysPaul Walmsley2011-07-091-3/+27
| | * omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space ar...Paul Walmsley2011-07-091-9/+36
| |/ |/|
| * OMAP: hwmod: Move pr_debug to improve the readabilityBenoit Cousson2011-07-091-15/+17
| * OMAP: hwmod: Add warnings if enable failedBenoit Cousson2011-07-091-0/+2
| * OMAP2+: hwmod: Fix the HW reset managementBenoit Cousson2011-07-091-16/+16
| * OMAP2+: hwmod: Remove _populate_mpu_rt_base warningBenoit Cousson2011-07-091-3/+0
| * OMAP2+: hwmod: Do not write the enawakeup bit if SYSC_HAS_ENAWAKEUP is not setBenoit Cousson2011-07-091-10/+4
| * OMAP2+: hwmod: Enable module in shutdown to access sysconfigMiguel Vadillo2011-07-091-1/+4
| * OMAP2+: hwmod: Fix smart-standby + wakeup supportBenoit Cousson2011-07-091-6/+28
|/
* OMAP2+: mux: fix compilation warningsGovindraj.R2011-06-011-1/+1
* omap2+: Add separate list for dynamic pads to muxTony Lindgren2011-03-111-2/+4
* Merge remote branch 'remotes/origin/hwmod_a_2.6.39' into tmp-integration-2.6....Paul Walmsley2011-03-101-34/+45
|\
| * OMAP2+: hwmod: use status bit info for reset lineomar ramirez2011-03-101-32/+43
| * OMAP2+: hwmod: Fix what _init_clock returnsRajendra Nayak2011-03-101-1/+1
| * OMAP2+: hwmod: fix incorrect computation of autoidle_maskTarun Kanti DebBarma2011-03-101-1/+1
| |
| \
| \
| \
*---. \ Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley2011-03-101-55/+193
|\ \ \ \ | |_|_|/ |/| | |
| | | *-. Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel...Tony Lindgren2011-03-021-0/+1
| | | |\ \ | | | |/ / | | |/| |
| | | | * OMAP: hwmod: allow hwmod to provide address space accessible from SDMAKishon Vijay Abraham I2011-02-241-0/+1
| | | |/ | | |/|
| | | * OMAP2+: hwmod: add ability to setup individual hwmodsPaul Walmsley2011-02-281-7/+55
| | | * OMAP2+: hwmod: ignore attempts to re-setup a hwmodPaul Walmsley2011-02-281-8/+11
| | | * OMAP2+: hwmod: find MPU initiator hwmod during in _register()Paul Walmsley2011-02-281-8/+15
| | | * OMAP2+: hwmod: rename some init functionsPaul Walmsley2011-02-281-18/+15
| | | * OMAP2+: hwmod: allow multiple calls to omap_hwmod_init()Paul Walmsley2011-02-281-19/+10
| | |/
| | * omap: hwmod: Populate _mpu_rt_va later on in omap_hwmod_late_initTony Lindgren2011-02-141-4/+24
| | * omap2+: Make omap_hwmod_late_init into core_initcallTony Lindgren2011-02-141-1/+2
| |/ |/|
| * OMAP2+: clockdomain: add flag that will block autodeps from being added for a...Paul Walmsley2011-03-101-4/+12
| * OMAP2+: hwmod: add API to handle autoidle modeKishon Vijay Abraham I2011-03-101-0/+36
| * OMAP2+: hwmod: allow board files to prevent devices from being reset upon initPaul Walmsley2011-03-101-0/+26
|/
* omap2+: Allow hwmod state changes to mux pads based on the state changesTony Lindgren2010-12-221-3/+11
* OMAP: PM: implement context loss count APIsKevin Hilman2010-12-211-0/+22
* OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson2010-12-211-2/+14
* OMAP2+: hwmod: Disable clocks when hwmod enable failsRajendra Nayak2010-12-211-0/+1
* OMAP2+: hwmod: Remove omap_hwmod_mutexBenoit Cousson2010-12-211-22/+4
* OMAP2+: hwmod: Mark functions used only during initialization with __initBenoit Cousson2010-12-211-4/+4
* OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson2010-12-211-82/+55
* OMAP2+: omap_hwmod: fix wakeup enable/disable for consistencyKevin Hilman2010-12-211-15/+17
* OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-1/+1
* OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-1/+1
* OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-211-2/+3
* OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley2010-12-211-0/+1
* OMAP2+: hwmod: Update the sysc_cache in case module context is lostRajendra Nayak2010-12-211-4/+3
* OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-211-46/+59
* OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley2010-12-211-5/+33
* OMAP2+: hwmod: add postsetup statePaul Walmsley2010-12-211-19/+63
* OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley2010-12-211-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
OpenPOWER on IntegriCloud