summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
Commit message (Expand)AuthorAgeFilesLines
* Disintegrate asm/system.h for ARMDavid Howells2012-03-287-6/+1
* Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-03-2213-116/+46
|\
| * OMAP1: Remove unused LCD devices from board filesTomi Valkeinen2012-02-234-24/+0
| * OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen2012-02-2313-86/+46
| * OMAP: N770: remove HWA742 platform dataTomi Valkeinen2012-02-231-6/+0
* | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-03-224-26/+4
|\ \
| * | ARM: OMAP: Remove CONFIG_OMAP_MCBSP referencesPeter Ujfalusi2012-03-122-4/+3
| * | ARM: OMAP: Do not register omap-mcbsp-dai devicePeter Ujfalusi2012-03-121-9/+0
| * | ASoC: omap-mcbsp: Create a single driver for McBSPPeter Ujfalusi2012-03-121-12/+0
| * | ARM: OMAP: mcbsp: Convert core driver to proper platform driverPeter Ujfalusi2012-03-121-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \
| * | mach-omap1: Fix typo in lcd_dma.cMasanari Iida2012-02-091-1/+1
| |/
* | ARM: OMAP1: Fix out-of-bounds array access for InnovatorTony Lindgren2012-02-211-2/+2
|/
* Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-096-115/+49
|\
| * Merge branch 'picoxcell/devel' into next/develOlof Johansson2011-12-1921-39/+79
| |\
| * | ARM: OMAP1: Always reprogram dpll1 rate at bootJanusz Krzysztofik2011-12-082-10/+0
| * | ARM: OMAP1: Update dpll1 default rate reprogramming methodJanusz Krzysztofik2011-12-082-7/+6
| * | ARM: OMAP1: Move dpll1 rates selection from config to runtimeJanusz Krzysztofik2011-12-086-99/+44
* | | Merge branch 'restart' into for-linusRussell King2012-01-0517-8/+18
|\ \ \
| * | | ARM: restart: omap: use new restart hookRussell King2012-01-0517-8/+18
| * | | Merge branch 'for-russell' of git://hansjkoch.de/git/linux-tcc into HEADRussell King2012-01-055-31/+54
| |\ \ \ | | |/ /
* | | | Merge branch 'devel-stable' into for-linusRussell King2012-01-0521-93/+83
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier2011-12-181-54/+4
| | |/ | |/|
| * | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-052-21/+0
| |\ \
| | * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-20/+0
| | * | ARM: plat-omap: remove arch specific special handling for ioremapNicolas Pitre2011-11-181-1/+0
| * | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-055-31/+46
| |\ \ \ | | |_|/ | |/| |
| * | | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-1719-18/+79
| | |/ | |/|
* | | ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogramJanusz Krzysztofik2011-12-051-1/+6
* | | ARM: OMAP1: Fix ckctl value used for dpll1 defualt rateJanusz Krzysztofik2011-12-011-1/+1
* | | ARM: OMAP1: Fix reprogramming of DPLL1 for systems that boot at rates below 6...Tony Lindgren2011-12-011-0/+3
| |/ |/|
* | ARM: OMAP: Fix reprogramming of dpll1 rateTony Lindgren2011-11-114-28/+39
* | ARM: OMAP: Fix map_io for Amstrad E3Tony Lindgren2011-11-091-3/+7
|/
* Merge branch 'fixes-modulesplit' into fixesTony Lindgren2011-11-074-0/+4
|\
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
| |\
| | * arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker2011-10-311-0/+1
| | * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-313-0/+3
* | | ARM: OMAP1: Remove unused omap-alsa.hJarkko Nikula2011-11-041-1/+0
* | | ARM: OMAP1: Fix warnings about enabling 32 KiHz timerTony Lindgren2011-11-041-1/+1
|/ /
* | Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0117-296/+162
|\ \
| * \ Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2011-11-0118-43/+89
| |\ \
| * | | ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2011-10-191-0/+1
| * | | ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2011-10-192-2/+3
| * | | ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren2011-10-1916-294/+158
| | | |
| | \ \
| *-. \ \ Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren2011-10-043-1/+219
| |\ \ \ \
* | \ \ \ \ Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-012-1/+174
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2011-09-212-1/+174
| |/ / / /
* | | | | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+45
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'next/fixes' into next/cleanupArnd Bergmann2011-10-3127-69/+97
| |\ \ \ \
| | * \ \ \ Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann2011-10-3118-43/+89
| | |\ \ \ \ | | | | |_|/ | | | |/| |
OpenPOWER on IntegriCloud