aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-20ARM: OMAP1: Move irda.h from plat to machTony Lindgren6-5/+38
2012-09-20ARM: OMAP1: Move flash.h from plat to machTony Lindgren13-12/+29
2012-09-20ARM: OMAP1: Move board-voiceblue.h from plat to machTony Lindgren2-1/+20
2012-09-20ARM: OMAP1: Move board-sx1.h from plat to machTony Lindgren3-2/+54
2012-09-20ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren4-3/+74
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren24-24/+532
2012-09-20ARM: OMAP: Remove smp.hTony Lindgren1-5/+0
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann14-15/+16
2012-09-18Merge tag 'cleanup-fixes-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson2-0/+2
2012-09-17ARM: OMAP1: Include gpio-omap.h for board-h2 and board-h3Tony Lindgren2-0/+2
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparseTony Lindgren6-22/+21
2012-09-12ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren6-5/+361
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-4/+281
2012-09-12ARM: OMAP1: Move plat/irqs.h to mach/irqs.hTony Lindgren4-5/+268
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren8-2/+7
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley5-17/+14
2012-09-12ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...Paul Walmsley1-5/+7
2012-09-10ARM: OMAP: remove plat/board.h fileIgor Grinberg4-4/+0
2012-09-10ARM: OMAP1: move lcd pdata out of arch/arm/*Igor Grinberg9-9/+0
2012-09-10ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg4-0/+4
2012-09-10ARM: OMAP1: remove the crystal type tag parsingIgor Grinberg1-8/+0
2012-09-10ARM: OMAP: cleanup struct omap_board_config_kernelIgor Grinberg2-10/+0
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-3/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2012-07-31ARM: omap: remove mmc platform data dma_mask and initializationRussell King3-3/+0
2012-07-23Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-07-19board-palmz71: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-06-14ARM: OMAP: Add flag to indicate if a timer needs a manual resetJon Hunter1-2/+2
2012-06-14ARM: OMAP: Remove loses_context variable from timer platform dataJon Hunter1-0/+1
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren16-15/+298
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds4-12/+0
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds18-3/+37
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-31/+143
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-14/+0
2012-05-22Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds20-87/+197
2012-05-13arm: Use the plat_nand default partition parserH Hartley Sweeten4-12/+0
2012-05-11Merge branch 'fixes-for-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson1-0/+4
2012-05-11gpio/omap: remove virtual_irq_start variableTarun Kanti DebBarma3-14/+0
2012-05-11ARM: OMAP1: USB: fix ocpi_enable compile problem on non-1610 buildsPaul Walmsley1-0/+4
2012-05-10Merge tag 'omap-cleanup-timer-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup2Olof Johansson3-20/+33
2012-05-09ARM: OMAP1: Pass dma request lines in platform data to MMC driverTony Lindgren1-2/+16
2012-05-09ARM: OMAP: Move omap_mmc_add() to mach-omap1Tony Lindgren1-0/+43
2012-05-09ARM: OMAP1: Move omap_init_uwire to mach-omap1Tony Lindgren1-0/+44
2012-05-09ARM: OMAP1: Move omap_init_audio() to keep the devices in alphabetical orderTony Lindgren1-19/+17
2012-05-09ARM: OMAP: Make OMAP clocksource source selection using kernel paramVaibhav Hiremath1-2/+17
2012-05-09ARM: OMAP1: Add checks for possible error condition in timer_initVaibhav Hiremath3-20/+18
2012-05-09Merge tag 'omap-cleanup-sparse-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson20-87/+193
2012-05-08ARM: OMAP1: fix compilation issue in board-sx1.cArtem Bityutskiy1-0/+1
2012-05-08ARM: omap1: use machine specific hook for late initShawn Guo18-3/+37