summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap/ehci' into next/driversArnd Bergmann2011-12-273-85/+51
|\
| * Merge branch 'usbhost_runtime_pm_14_devel_3.3' of git://git.pwsan.com/linux-2...Tony Lindgren2011-12-163-85/+51
| |\
| | * ARM: OMAP: USB: device name change for the clk names of usbhsKeshava Munegowda2011-12-162-19/+17
| | * ARM: OMAP: USB: register hwmods of usbhsKeshava Munegowda2011-12-161-66/+34
* | | Merge branch 'omap/hwmod' into next/driversArnd Bergmann2011-12-276-21/+609
|\| |
| * | Merge branch 'hwmod_data_devel_3.3' of git://git.pwsan.com/linux-2.6 into hwmodTony Lindgren2011-12-164-12/+592
| |\|
| | * ARM: OMAP3+: hwmod data: Add the default clockactivity for I2CShubhrajyoti D2011-12-162-7/+9
| | * ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <...Paul Walmsley2011-12-161-4/+90
| | * ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4Benoit Cousson2011-12-161-1/+207
| | * ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3Keshava Munegowda2011-12-161-0/+221
| | * ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3Kyle Manna2011-12-153-0/+65
| * | Merge branch 'hwmod_data_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into f...Tony Lindgren2011-12-161-5/+13
| |\|
| | * ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during bootAaro Koskinen2011-12-151-1/+13
| | * ARM: OMAP: hwmod data: fix iva and mailbox hwmods for OMAP 3Felipe Contreras2011-12-151-4/+0
| * | ARM: OMAP: rx51: fix USBFelipe Contreras2011-12-131-1/+1
| * | ARM: OMAP: mcbsp: Fix possible memory corruptionJarkko Nikula2011-12-121-3/+3
| |/
* | ARM: OMAP: hsmmc: Add support for AM3517EVM base-board MMC slotVaibhav Hiremath2011-12-091-0/+22
* | ARM: OMAP: hsmmc: Support for AM3517 MMC1 voltagesAbhilash K V2011-12-091-1/+9
* | ARM: OMAP: hsmmc: Add support for non-OMAP pinsThomas Weber2011-12-091-2/+4
* | ARM: OMAP: hsmmc: Add support for MMC 2 setup for AM35xIgor Grinberg2011-12-091-12/+30
* | ARM: OMAP: hsmmc: board-sdp4430: declare support for MMC_PM_KEEP_POWEREliad Peller2011-12-091-0/+1
* | ARM: OMAP: hsmmc: add pm_caps fieldEliad Peller2011-12-082-0/+2
|/
* Merge branch 'fixes-dss' of git://git.kernel.org/pub/scm/linux/kernel/git/tml...Arnd Bergmann2011-11-2410-28/+273
|\
| * ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in boot...Archit Taneja2011-11-088-0/+170
| * ARM: OMAP: HWMOD: Unify DSS resets for OMAPsTomi Valkeinen2011-11-084-4/+40
| * ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dssTomi Valkeinen2011-11-081-1/+2
| * ARM: OMAP4: HWMOD: fix DSS clock dataTomi Valkeinen2011-11-081-3/+3
| * ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_coreTomi Valkeinen2011-11-081-0/+1
| * ARM: OMAP4: HWMOD: remove extra clocksTomi Valkeinen2011-11-081-9/+0
| * ARM: OMAP3: HWMOD: fix DSS clock dataTomi Valkeinen2011-11-081-2/+22
| * ARM: OMAP3: HWMOD: Fix DSS resetTomi Valkeinen2011-11-081-3/+9
| * ARM: OMAP2xxx: HWMOD: fix DSS clock dataTomi Valkeinen2011-11-082-4/+16
| * ARM: OMAP2xxx: HWMOD: Fix DSS resetTomi Valkeinen2011-11-082-2/+10
* | Merge branch 'fixes-v3.2-rc2' into fixesTony Lindgren2011-11-239-57/+107
|\ \
| * | ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as moduleGovindraj.R2011-11-231-1/+1
| * | ARM: OMAP2+: Remove empty io.hThomas Weber2011-11-231-0/+0
| * | ARM: OMAP2: select ARM_AMBA if OMAP3_EMU is definedMing Lei2011-11-231-0/+1
| * | ARM: OMAP: smartreflex: fix IRQ handling bugFelipe Balbi2011-11-231-1/+1
| * | ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman2011-11-233-4/+16
| * | ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIssricharan2011-11-231-3/+3
| |/
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Linus Torvalds2011-11-0729-256/+304
| |\
| * \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-48/+85
| |\ \
| | * | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-24/+49
| | * | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-6/+7
| | * | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-28/+39
* | | | ARM: OMAP3: CPUidle: include <linux/export.h>Kevin Hilman2011-11-071-0/+1
| |_|/ |/| |
* | | Merge branch 'fixes-modulesplit' into fixesTony Lindgren2011-11-0715-3/+29
|\ \ \
| * | | ARM: OMAP: Fix export.h or module.h includesTony Lindgren2011-11-074-0/+4
| |/ /
| * | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-068-0/+9
| |\ \
| | * | arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-315-0/+5