aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds42-81/+289
2012-03-27Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-26/+4
2012-03-22Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds13-116/+46
2012-03-22Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-26/+4
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-03-15Merge tag 'imx25-iomux-ds' of git://git.pengutronix.de/git/imx/linux-2.6 into next/fixes-non-criticalArnd Bergmann1-2/+2
2012-03-13Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-2/+2
2012-03-12ARM: OMAP: Remove CONFIG_OMAP_MCBSP referencesPeter Ujfalusi2-4/+3
2012-03-12ARM: OMAP: Do not register omap-mcbsp-dai devicePeter Ujfalusi1-9/+0
2012-03-12ASoC: omap-mcbsp: Create a single driver for McBSPPeter Ujfalusi1-12/+0
2012-03-12ARM: OMAP: mcbsp: Convert core driver to proper platform driverPeter Ujfalusi1-1/+1
2012-03-10Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim2-20/+4
2012-03-05ARM: OMAP1: Fix section mismatch for omap1_init_early()Tony Lindgren1-1/+1
2012-03-05ARM: OMAP1: Fix typo in lcd_dma.cMasanari Iida1-1/+1
2012-03-02Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann3-21/+40
2012-02-28Merge branch 'iomap' into cleanupTony Lindgren40-60/+249
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren7-2/+90
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren35-59/+152
2012-02-24ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren1-0/+7
2012-02-24ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren1-0/+1
2012-02-23OMAP1: Remove unused LCD devices from board filesTomi Valkeinen4-24/+0
2012-02-23OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen13-86/+46
2012-02-23OMAP: N770: remove HWA742 platform dataTomi Valkeinen1-6/+0
2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsocRussell King1-6/+0
2012-02-21ARM: OMAP1: Fix out-of-bounds array access for InnovatorTony Lindgren1-2/+2
2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring1-6/+0
2012-02-09mach-omap1: Fix typo in lcd_dma.cMasanari Iida1-1/+1
2012-02-06gpio/omap: fix bankwidth for OMAP7xx MPUIOCharulatha V1-1/+1
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V3-14/+3
2012-02-06gpio/omap: use pinctrl offset instead of macroCharulatha V1-0/+1
2012-02-06gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma1-1/+34
2012-02-06gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma3-0/+7
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma1-0/+1
2012-02-06gpio/omap: remove dependency on gpio_bank_countCharulatha V3-5/+0
2012-01-20ARM: big removal of now unused arch_idle()Nicolas Pitre1-5/+0
2012-01-20ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idleNicolas Pitre1-10/+2
2012-01-20ARM: OMAP1: Fix pm_idle during suspendNicolas Pitre1-5/+2
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-115/+49
2012-01-05Merge branch 'restart' into for-linusRussell King17-8/+18
2012-01-05Merge branch 'devel-stable' into for-linusRussell King21-93/+83
2012-01-05ARM: restart: omap: use new restart hookRussell King17-8/+18
2012-01-05Merge branch 'for-russell' of git://hansjkoch.de/git/linux-tcc into HEADRussell King5-31/+54
2011-12-19Merge branch 'picoxcell/devel' into next/develOlof Johansson21-39/+79
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-54/+4
2011-12-08ARM: OMAP1: Always reprogram dpll1 rate at bootJanusz Krzysztofik2-10/+0
2011-12-08ARM: OMAP1: Update dpll1 default rate reprogramming methodJanusz Krzysztofik2-7/+6
2011-12-08ARM: OMAP1: Move dpll1 rates selection from config to runtimeJanusz Krzysztofik6-99/+44
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2-21/+0
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King5-31/+46