summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: remove plat/clock.hPaul Walmsley2012-10-185-6/+154
* ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.cPaul Walmsley2012-10-182-10/+499
* ARM: OMAP1: Remove omap_reserve() callback for all omap1 boardsLokesh Vutla2012-10-1815-15/+0
* ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren2012-10-181-2/+0
* ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren2012-10-171-1/+0
* ARM: OMAP: Make plat/sram.h local to plat-omapTony Lindgren2012-10-174-3/+8
* ARM: OMAP: Move plat/led.h to include/linux/platform_dataTony Lindgren2012-10-171-1/+1
* ARM: OMAP: Make plat/common.h local to mach-omap1 and mach-omap2Tony Lindgren2012-10-171-1/+1
* ARM: OMAP: Split plat-omap/i2c.c into mach-omap1 and mach-omap2Tony Lindgren2012-10-172-2/+60
* ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren2012-10-1718-17/+106
* ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omapTony Lindgren2012-10-177-20/+135
* Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-178-10/+34
|\
| * mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren2012-10-151-0/+7
| * ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren2012-10-158-10/+27
* | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-1512-12/+11
* | ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla2012-10-1510-0/+94
|/
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-4/+4
* arch/arm/mach-omap1/devices.c: Remove unecessary semicolonPeter Senna Tschudin2012-10-081-1/+1
* Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-072-1/+29
|\
| * Merge branch 'late/kirkwood' into late/socOlof Johansson2012-10-0435-67/+763
| |\
| * | ARM: OMAP: Add a timer attribute for timers that can interrupt the DSPJon Hunter2012-09-231-1/+1
| * | hwrng: OMAP: remove SoC restrictions from driver registrationPaul Walmsley2012-09-231-0/+3
| * | ARM: OMAP: split OMAP1, OMAP2+ RNG device registrationPaul Walmsley2012-09-231-0/+25
| * | Merge tag 'cleanup-fixes-for-v3.7' into test_v3.6-rc6_ocb3.7_cff3.7_odaf3.7Paul Walmsley2012-09-2331-44/+920
| |\ \
* | \ \ Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-0111-463/+97
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann2012-08-1311-459/+97
| |\ \ \
| | * | | ARM: mach-omap1: retire custom LED codeBryan Wu2012-08-0111-459/+97
* | | | | ARM: OMAP1: Move irda.h from plat to machTony Lindgren2012-09-206-5/+38
* | | | | ARM: OMAP1: Move flash.h from plat to machTony Lindgren2012-09-2013-12/+29
* | | | | ARM: OMAP1: Move board-voiceblue.h from plat to machTony Lindgren2012-09-202-1/+20
* | | | | ARM: OMAP1: Move board-sx1.h from plat to machTony Lindgren2012-09-203-2/+54
* | | | | ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren2012-09-204-3/+74
* | | | | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-2024-24/+532
* | | | | ARM: OMAP: Remove smp.hTony Lindgren2012-09-201-5/+0
* | | | | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-1914-15/+16
* | | | | Merge tag 'cleanup-fixes-for-v3.7' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-09-182-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ARM: OMAP1: Include gpio-omap.h for board-h2 and board-h3Tony Lindgren2012-09-172-0/+2
* | | | | Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2012-09-126-22/+21
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | ARM: OMAP: unwrap stringsPaul Walmsley2012-09-125-17/+14
| * | | ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...Paul Walmsley2012-09-121-5/+7
| |/ /
* | | ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren2012-09-126-5/+361
* | | ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren2012-09-121-4/+281
* | | ARM: OMAP1: Move plat/irqs.h to mach/irqs.hTony Lindgren2012-09-124-5/+268
* | | ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren2012-09-128-2/+7
* | | ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-104-4/+0
* | | ARM: OMAP1: move lcd pdata out of arch/arm/*Igor Grinberg2012-09-109-9/+0
* | | ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg2012-09-104-0/+4
* | | ARM: OMAP1: remove the crystal type tag parsingIgor Grinberg2012-09-101-8/+0
* | | ARM: OMAP: cleanup struct omap_board_config_kernelIgor Grinberg2012-09-102-10/+0
|/ /
* | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-013-3/+0
|\ \
OpenPOWER on IntegriCloud