summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen2011-11-051-1/+1
* OMAP2+: hwmod: remove OMAP_CHIP*Paul Walmsley2011-09-151-3/+0Star
* OMAP2+: hwmod: Follow the recommended PRCM module enable sequenceRajendra Nayak2011-07-101-20/+50
* OMAP4: hwmod: Introduce the module control in hwmod controlBenoit Cousson2011-07-101-2/+61
* OMAP4: hwmod: Replace RSTCTRL absolute address with offset macrosBenoit Cousson2011-07-101-6/+13
* OMAP: hwmod: Wait the idle status to be disabledBenoit Cousson2011-07-101-0/+40
* OMAP4: hwmod: Replace CLKCTRL absolute address with offset macrosBenoit Cousson2011-07-101-3/+9
* OMAP2+: hwmod: Init clkdm field at boot timeBenoit Cousson2011-07-101-1/+33
* 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-101-64/+159
|\ \
| | * omap_hwmod: use a terminator record with omap_hwmod_dma_info arraysPaul Walmsley2011-07-101-3/+27
| | * omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs arraysPaul Walmsley2011-07-101-3/+27
| | * omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space ar...Paul Walmsley2011-07-101-9/+36
| |/ |/|
| * OMAP: hwmod: Move pr_debug to improve the readabilityBenoit Cousson2011-07-101-15/+17
| * OMAP: hwmod: Add warnings if enable failedBenoit Cousson2011-07-101-0/+2
| * OMAP2+: hwmod: Fix the HW reset managementBenoit Cousson2011-07-101-16/+16
| * OMAP2+: hwmod: Remove _populate_mpu_rt_base warningBenoit Cousson2011-07-101-3/+0Star
| * OMAP2+: hwmod: Do not write the enawakeup bit if SYSC_HAS_ENAWAKEUP is not setBenoit Cousson2011-07-101-10/+4Star
| * OMAP2+: hwmod: Enable module in shutdown to access sysconfigMiguel Vadillo2011-07-101-1/+4
| * OMAP2+: hwmod: Fix smart-standby + wakeup supportBenoit Cousson2011-07-101-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-111-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-111-55/+193
|\ \ \ \ | |_|_|/ |/| | |
| | | *-. Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel...Tony Lindgren2011-03-031-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/+15Star
| | | * OMAP2+: hwmod: allow multiple calls to omap_hwmod_init()Paul Walmsley2011-02-281-19/+10Star
| | |/
| | * omap: hwmod: Populate _mpu_rt_va later on in omap_hwmod_late_initTony Lindgren2011-02-151-4/+24
| | * omap2+: Make omap_hwmod_late_init into core_initcallTony Lindgren2011-02-151-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-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