summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren2010-12-231-1/+4
* omap2+: Add support for hwmod specific muxing of devicesTony Lindgren2010-12-231-0/+13
* Merge branch 'pm-sr' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khil...Tony Lindgren2010-12-233-0/+396
|\
| * OMAP4: Adding voltage driver supportThara Gopinath2010-12-221-0/+12
| * OMAP3: PM: Adding smartreflex driver support.Thara Gopinath2010-12-221-0/+245
| * OMAP: Introduce voltage domain information in the hwmod structuresThara Gopinath2010-12-221-0/+5
| * OMAP3: PM: Adding voltage driver support.Thara Gopinath2010-12-221-0/+134
* | Merge branch 'integration-2.6.38-for-tony' of git://git.pwsan.com/linux-2.6 i...Tony Lindgren2010-12-2211-366/+71
|\|
| * OMAP: PM noop: implement context loss count for non-omap_devicesKevin Hilman2010-12-221-0/+2
| * OMAP: PM: implement context loss count APIsKevin Hilman2010-12-223-2/+4
| * OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4Jon Hunter2010-12-221-2/+3
| * OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson2010-12-221-1/+4
| * OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson2010-12-221-2/+0
| * OMAP3: clock: clarify usage of struct clksel_rate.flags and struct omap_clk.cpuPaul Walmsley2010-12-222-13/+18
| * OMAP3: control/PM: move padconf save code to mach-omap2/control.cPaul Walmsley2010-12-221-3/+0
| * OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-223-222/+1
| * OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-221-151/+0
| * OMAP2/3: clockdomain: remove unneeded .clkstctrl_reg, remove some direct CM r...Paul Walmsley2010-12-221-5/+0
| * OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 supportPaul Walmsley2010-12-221-6/+14
| * OMAP4: powerdomains: add PRCM partition data; use OMAP4 PRM functionsPaul Walmsley2010-12-221-2/+5
| * OMAP4: PRCM: add OMAP4-specific accessor/mutator functionsPaul Walmsley2010-12-221-3/+4
| * OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley2010-12-221-3/+0
| * OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-222-7/+2
| * OMAP2+: clockdomains: move clockdomain static data to .c filesPaul Walmsley2010-12-221-2/+9
| * OMAP2+: powerdomains: move powerdomain static data to .c filesPaul Walmsley2010-12-221-3/+10
| * OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak2010-12-221-1/+42
| * OMAP: powerdomain: Move static allocations from powerdomains.h to a .c fileRajendra Nayak2010-12-221-0/+1
| * OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley2010-12-221-12/+4
| * OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-221-3/+3
| * OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley2010-12-221-1/+8
| * OMAP2+: hwmod: add postsetup statePaul Walmsley2010-12-221-1/+5
| * OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley2010-12-221-0/+10
| * OMAP2+: io: split omap2_init_common_hw()Paul Walmsley2010-12-221-2/+3
* | Merge branches 'devel-gpmc' and 'devel-misc' into omap-for-linusTony Lindgren2010-12-225-169/+141
|\ \
| * | Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-221-15/+20
| * | OMAP3: Devkit8000: Add DEBUG_LL supportThomas Weber2010-12-221-0/+1
| |/
| * Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren2010-12-221-21/+10
| |\
| | * OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman2010-12-211-21/+10
| * | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-12-221-0/+11
| |\ \
| | * | OMAP2+: use global values for the SRAM PA addressesJean Pihet2010-12-211-0/+11
| * | | Merge branch 'devel-dma' into omap-for-linusTony Lindgren2010-12-221-133/+99
| |\ \ \ | | |_|/ | |/| |
| | * | OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah2010-12-211-11/+46
| | * | OMAP2430: hwmod data: add system DMAG, Manjunath Kondaiah2010-12-211-0/+1
| | * | OMAP2420: hwmod data: add system DMAG, Manjunath Kondaiah2010-12-211-0/+11
| | * | OMAP: DMA: Introduce errata handling featureG, Manjunath Kondaiah2010-12-211-0/+12
| | * | OMAP: DMA: Replace read/write macros with functionsG, Manjunath Kondaiah2010-12-211-122/+29
* | | | OMAP2/3: GPMC: put sync_clk value in picoseconds instead of nanosecondsAdrian Hunter2010-12-211-4/+5
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linusTony Lindgren2010-12-213-5/+12
|\ \ \ \ | | | |/ | | |/|
| * | | Merge branch 'for_2.6.38' of git://gitorious.org/iommu_mailbox/iommu_mailbox ...Tony Lindgren2010-12-182-3/+10
| |\ \ \
| | * | | OMAP: iommu: create new api to set valid da rangeGuzman Lugo, Fernando2010-12-151-0/+5