Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/plat-omap/include/mach
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
..
blizzard.h
board-ams-delta.h
board-sx1.h
board-voiceblue.h ARM: OMAP: Remove remaining board-*.h includes from hardware.h 2009-03-23 18:07:39 -07:00
board.h OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle 2009-08-28 10:51:31 -07:00
clock.h OMAP2/3 clock: split, rename omap2_wait_clock_ready() 2009-07-24 20:10:35 -06:00
clockdomain.h OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each. 2009-09-02 15:08:23 -07:00
common.h omap: Use ioremap for omap4 L4 code 2009-10-19 15:25:26 -07:00
control.h omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
cpu.h omap: Fix incorrect 730 vs 850 detection 2009-10-05 13:31:43 -07:00
dma.h OMAP4: sDMA: Update the request lines and new registers. 2009-07-24 10:52:24 +05:30
dmtimer.h OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c files 2009-04-23 21:11:10 -06:00
dsp_common.h
fpga.h [ARM] omap: make sure virtual mmio addresses are __iomem pointer-like 2008-09-05 17:02:32 +01:00
gpio-switch.h
gpmc-smc91x.h ARM: OMAP2/3: Add generic smc91x support when connected to GPMC 2009-05-28 13:23:52 -07:00
gpmc.h mtd: omap: add support for nand prefetch-read and post-write 2009-09-19 13:20:51 -07:00
hwa742.h ARM: OMAP1: Make 770 LCD work 2009-05-28 14:03:31 -07:00
iommu.h OMAP: iommu: add initial debugfs support 2009-08-28 10:54:41 -07:00
iommu2.h omap iommu: omap2 architecture specific functions 2009-05-05 14:52:39 +03:00
iovmm.h omap iommu: simple virtual address space management 2009-05-19 08:23:49 +03:00
irda.h ARM: OMAP: Remove old dead gpio expander code 2009-04-23 11:10:40 -07:00
keypad.h omap: Fix matrix_keymap_data usage 2009-09-24 16:23:16 -07:00
lcd_mipid.h omapfb: add support for MIPI-DCS compatible LCDs 2009-09-23 07:39:48 -07:00
led.h
mailbox.h omap mailbox: add save_/restore_ctx() for PM 2009-03-23 18:07:26 -07:00
mcbsp.h OMAP7XX: Rename all the rest of the omap730 references in omap1 core 2009-10-07 23:14:06 +01:00
mcspi.h
menelaus.h
mmc.h omap4: mmc driver support on OMAP4 2009-09-23 07:39:37 -07:00
mux.h OMAP7XX: Rename all the rest of the omap730 references in omap1 core 2009-10-07 23:14:06 +01:00
nand.h
omap-alsa.h
omap-pm.h OMAP2/3 PM: create the OMAP PM interface and add a default OMAP PM no-op layer 2009-09-03 20:14:01 +03:00
omap7xx.h OMAP7XX: Create omap7xx.h 2009-10-07 23:14:05 +01:00
omap16xx.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
omap24xx.h ARM: OMAP2/3: Remove OMAP_CM_REGADDR 2009-05-25 11:26:46 -07:00
omap34xx.h ARM: OMAP2/3: Remove L4_WK_OMAP_BASE, L4_PER_OMAP_BASE, L4_EMU_BASE, L3_OMAP_BASE 2009-05-28 14:03:58 -07:00
omap44xx.h omap: Add OMAP4 L3 and L4 peripherals. 2009-10-19 17:25:57 -07:00
omap730.h
omap850.h [OMAP850] Add base support for omap850 cpu 2009-03-23 18:07:39 -07:00
omap1510.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
omap_device.h OMAP2/3/4 core: create omap_device layer 2009-09-03 20:14:05 +03:00
omap_hwmod.h OMAP2/3/4: create omap_hwmod layer 2009-09-03 20:14:03 +03:00
omapfb.h omapfb: fix coding style / remove dead line 2009-09-23 07:39:50 -07:00
onenand.h ARM: OMAP2/3: Add generic onenand support when connected to GPMC 2009-05-28 13:23:52 -07:00
param.h
powerdomain.h OMAP3: PM: introduce a new powerdomain walk helper 2009-10-05 10:51:00 -07:00
prcm.h OMAP2/3 clock: split, rename omap2_wait_clock_ready() 2009-07-24 20:10:35 -06:00
sdrc.h omap: Split OMAP2_IO_ADDRESS to L3 and L4 2009-10-19 15:25:31 -07:00
serial.h OMAP2/3 board-*.c files: read bootloader configuration earlier 2009-09-03 20:14:02 +03:00
sram.h OMAP3 SDRC: add support for 2 SDRAM chip selects 2009-07-24 19:43:25 -06:00
tc.h
timer-gp.h OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c files 2009-04-23 21:11:10 -06:00
usb.h OMAP3: PM: Ensure MUSB block can idle when driver not loaded 2009-05-28 10:59:09 -07:00