commit | ee36d1722112f33725ec1a7fc02f6c46e630fd27 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Fri Jan 18 15:12:20 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Feb 15 23:15:55 2013 +0530 |
tree | 280390c8cb2a375a01a68d5e9724cbf740685052 | |
parent | c121c5063c0674fad6811f0b0d86ec3bc6eecbbd [diff] |
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>