summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-12-175-221/+123Star
|\
| * omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren2008-12-112-8/+25
| * omap mmc: Add better MMC low-level initTony Lindgren2008-12-114-221/+106Star
* | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-1513-185/+219
|\|
| * ARM: OMAP3: Pin multiplexing updates for 24xx and 34xxArun KS2008-12-111-0/+41
| * ARM: OMAP3: DMA: Fix for sDMA Errata 1.113Santosh Shilimkar2008-12-111-1/+14
| * ARM: OMAP3: LDP: Add Ethernet device support to make ldp boot succeessStanley.Miao2008-12-111-1/+4
| * ARM: OMAP3: Add OMAP34xx pin multiplexing into I2C bus registration helperJarkko Nikula2008-12-111-19/+36
| * ARM: OMAP2: skip unnecessary TLDR write during non-autoreload for gptimerPaul Walmsley2008-12-111-3/+4
| * ARM: OMAP2: drop redundant pending write check for gptimerPaul Walmsley2008-12-111-4/+0Star
| * ARM: OMAP2: Use omap_rev() instead of system_revLauri Leukkunen2008-12-113-7/+10
| * ARM: OMAP2: Fix cpu detectionTony Lindgren2008-12-111-51/+25Star
| * ARM: OMAP: Switch to gpio_request/free callsJarkko Nikula2008-12-111-1/+1
| * ARM: OMAP: minor gpio bugfixesDavid Brownell2008-12-111-5/+15
| * ARM: OMAP: make legacy gpio request/free calls superfluousJarkko Nikula2008-12-112-34/+21Star
| * ARM: OMAP: use gpio_to_irqDavid Brownell2008-12-111-2/+2
| * ARM: OMAP: switch to gpio_direction_outputDavid Brownell2008-12-112-15/+0Star
| * ARM: OMAP: switch to gpio_direction_inputDavid Brownell2008-12-111-1/+1
| * ARM: OMAP: switch to standard gpio get/set callsDavid Brownell2008-12-113-25/+8Star
| * ARM: OMAP: gpios implement new to_irq()David Brownell2008-12-112-4/+21
| * ARM: OMAP: Extend gpio label column width in omap_gpio debugfs fileJarkko Nikula2008-12-111-1/+1
| * ARM: OMAP: Enable GPIO debounce clock only when debounce is enabled v3Jouni Hogander2008-12-111-11/+15
| * [ARM] omap: fix a pile of issuesRussell King2008-12-012-6/+6
* | [ARM] Add a common typesafe __io implementationRussell King2008-11-301-4/+2Star
* | [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
* | Merge branch 'highmem' into develRussell King2008-11-283-17/+7Star
|\ \
| * | [ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre2008-11-281-14/+3Star
| |/
| * ARM: OMAP: Fixes for suspend / resume GPIO wake-up handlingTero Kristo2008-11-261-2/+3
| * ARM: OMAP: Typo fix for clock_allow_idleAmit Kucheria2008-11-261-1/+1
* | [ARM] Arrange for platforms to select appropriate CPU supportRussell King2008-11-271-0/+2
|/
* ARM: OMAP: Fix define for twl4030 irqsTony Lindgren2008-11-041-1/+1
* ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bitsTony Lindgren2008-11-041-1/+3
* ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omapZhaolei2008-11-041-10/+10
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-201-1/+5
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-012-8/+8
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-08-1288-50/+7779
| |\ \
* | \ \ Merge branch 'fixes' into for-linusRussell King2008-10-162-9/+14
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-10-121-8/+13
| |\ \ \ \
| | * | | | [WATCHDOG] omap_wdt.c: sync linux-omap changesFelipe Balbi2008-10-101-8/+13
| * | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-1116-21/+18Star
| |\ \ \ \ \
| * | | | | | ALSA: Correct Vladimir Barinov's e-mail addressVladimir Barinov2008-10-101-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 's3c-move' into develRussell King2008-10-141-13/+0Star
|\| | | | |
| * | | | | [ARM] omap: back out 'internal_clock' supportRussell King2008-09-171-13/+0Star
* | | | | | Merge branch 'omap-all' into develRussell King2008-10-1443-378/+1277
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ARM] 5302/1: ARM: OMAP: Revert omap3 WDT changes to avoid merge conflictTony Lindgren2008-10-141-10/+1Star
| * | | | | [ARM] 5305/1: ARM: OMAP: Fix compile of McBSP by removing unnecessary checkTony Lindgren2008-10-141-7/+0Star
| * | | | | [ARM] 5301/1: ARM: OMAP: Add missing irq definesTony Lindgren2008-10-141-0/+18
| * | | | | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-10-1119-55/+268
| |\ \ \ \ \
| | * | | | | ARM: OMAP3: Add basic board support for OMAP LDPNishant Kamat2008-10-102-0/+40
| | * | | | | ARM: OMAP3: Add support for the Gumstix Overo board (rev 3)Steve Sakoman2008-10-091-0/+26