original_kernel/arch/arm/mach-omap2
Tony Lindgren 3eff851b9d omap: headers: Create headers necessary for compile under mach-omap1 and mach-omap2
Create the headers needed for compiling under
mach-omap1/include/mach and mach-omap2/include/mach.

This was done with the following script:

#!/bin/bash
mach_files="clkdev.h gpio.h hardware.h io.h irqs.h memory.h \
smp.h system.h timex.h uncompress.h vmalloc.h"
omaps="mach-omap1 mach-omap2"

mach_dir_old="arch/arm/plat-omap/include/mach"
plat_dir_new="arch/arm/plat-omap/include/plat"

mkdir -p $plat_dir_new
git add $plat_dir_new

for dir in $omaps; do
	mach_dir_new="arch/arm/$dir/include/mach"
	for header in $mach_files; do
		file="$mach_dir_new/$header"
		if [ ! -f $file ]; then
			echo -ne "/*\n * $file\n */\n\n#include <plat/$header>\n" > $file
			git add $file
			if [ ! -f $plat_dir_new/$header ]; then
				git mv $mach_dir_old/$header $plat_dir_new/$header
			fi
		fi
	done
done

Signed-off-by: Tony Lindgren <tony@atomide.com>
2009-10-19 17:32:58 -07:00
..
include/mach omap: headers: Create headers necessary for compile under mach-omap1 and mach-omap2 2009-10-19 17:32:58 -07:00
Kconfig
Makefile
Makefile.boot
board-2430sdp.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-3430sdp.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-4430sdp.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-apollon.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-generic.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-h4.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-ldp.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-n8x0.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-omap3beagle.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-omap3evm.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-omap3pandora.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-overo.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-rx51-peripherals.c omap: RX-51: Drop I2C-1 speed to 2200 2009-10-14 09:56:34 -07:00
board-rx51.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
board-zoom-debugboard.c
board-zoom2.c omap: Fix DEBUG_LL UART io address 2009-10-19 17:25:55 -07:00
clock.c
clock.h
clock24xx.c OMAP2xxx clock: set up clockdomain pointer in struct clk 2009-10-14 16:40:37 -06:00
clock24xx.h
clock34xx.c omap: Lock DPLL5 at boot 2009-10-05 13:31:44 -07:00
clock34xx.h
clockdomain.c OMAP: Fix race condition with autodeps 2009-10-14 16:40:37 -06:00
clockdomains.h
cm-regbits-24xx.h
cm-regbits-34xx.h
cm.c
cm.h omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
cm4xxx.c omap: Fix 44xx compile 2009-09-24 16:23:07 -07:00
control.c
devices.c omap: Fix mcspi compile for 2420 2009-09-24 16:23:05 -07:00
gpmc-onenand.c
gpmc-smc91x.c
gpmc.c mtd: omap: add support for nand prefetch-read and post-write 2009-09-19 13:20:51 -07:00
id.c
io.c omap: Add OMAP4 L3 and L4 peripherals. 2009-10-19 17:25:57 -07:00
iommu2.c omap: Fix wrong condition check in while loop for mailbox and iommu2 2009-09-28 09:21:26 -07:00
irq.c omap: Use ioremap in irq.c 2009-10-19 15:25:13 -07:00
mailbox.c omap: Fix wrong condition check in while loop for mailbox and iommu2 2009-09-28 09:21:26 -07:00
mcbsp.c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm 2009-09-14 17:48:14 -07:00
mmc-twl4030.c ARM: OMAP: mmc-twl4030: add regulator sleep / wake function 2009-09-23 07:39:35 -07:00
mmc-twl4030.h omap_hsmmc: support for deeper power saving states 2009-09-23 07:39:35 -07:00
mux.c omap: Fix MMC gpio_wp for BeagleBoard C2 and above 2009-09-24 16:23:17 -07:00
omap-headsmp.S
omap-smp.c omap: Use ioremap for omap4 L4 code 2009-10-19 15:25:26 -07:00
omap3-iommu.c
omap_hwmod.c omap: Use ioremap in omap_hwmod.c 2009-10-19 15:25:22 -07:00
omap_hwmod_34xx.h
omap_hwmod_2420.h
omap_hwmod_2430.h
pm-debug.c omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
pm.h
pm24xx.c
pm34xx.c OMAP3: PM: Enable GPIO module-level wakeups 2009-10-05 10:51:00 -07:00
powerdomain.c OMAP3: PM: introduce a new powerdomain walk helper 2009-10-05 10:51:00 -07:00
powerdomains.h
powerdomains24xx.h
powerdomains34xx.h
prcm-common.h
prcm.c
prm-regbits-24xx.h
prm-regbits-34xx.h
prm.h omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
sdram-micron-mt46h32m32lf-6.h
sdram-qimonda-hyb18m512160af-6.h
sdrc.c
sdrc.h omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
sdrc2xxx.c
serial.c omap: Change low-level serial init to use ioremap 2009-10-16 09:53:00 -07:00
sleep24xx.S
sleep34xx.S
sram34xx.S
sram242x.S omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
sram243x.S omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
timer-gp.c omap: Use ioremap for omap4 L4 code 2009-10-19 15:25:26 -07:00
timer-mpu.c
usb-musb.c
usb-tusb6010.c