ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
authorVineet Gupta <vgupta@synopsys.com>
Fri, 18 Jan 2013 09:42:20 +0000 (15:12 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 15 Feb 2013 17:45:55 +0000 (23:15 +0530)
commitee36d1722112f33725ec1a7fc02f6c46e630fd27
tree280390c8cb2a375a01a68d5e9724cbf740685052
parentc121c5063c0674fad6811f0b0d86ec3bc6eecbbd
ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC

N.B. This is old style of hardcoding platform device specific info
in code and it's instantiation thererof using platform_add_devices().
Subsequent patches replace this with DeviceTree based runtime probe.

This patch has been retained just as an example of "don't-do-this" for
newer kernel ports.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
arch/arc/include/asm/irq.h
arch/arc/plat-arcfpga/include/plat/irq.h [new file with mode: 0644]
arch/arc/plat-arcfpga/include/plat/memmap.h [new file with mode: 0644]
arch/arc/plat-arcfpga/platform.c