x86, mrst: remove Moorestown specific serial drivers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Jan 2015 13:17:22 +0000 (15:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Feb 2015 18:11:24 +0000 (10:11 -0800)
Intel Moorestown platform support was removed few years ago. This is a follow
up which removes Moorestown specific code for the serial devices. It includes
mrst_max3110 and earlyprintk bits.

This was used on SFI (Medfield, Clovertrail) based platforms as well, though
new ones use normal serial interface for the console service.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/intel-mid.h
arch/x86/kernel/early_printk.c
arch/x86/platform/intel-mid/device_libs/Makefile
arch/x86/platform/intel-mid/device_libs/platform_max3111.c [deleted file]
arch/x86/platform/intel-mid/early_printk_intel_mid.c
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/mrst_max3110.c [deleted file]
drivers/tty/serial/mrst_max3110.h [deleted file]

index e34e097..705d357 100644 (file)
@@ -136,9 +136,6 @@ extern enum intel_mid_timer_options intel_mid_timer_options;
 #define SFI_MTMR_MAX_NUM 8
 #define SFI_MRTC_MAX   8
 
-extern struct console early_mrst_console;
-extern void mrst_early_console_init(void);
-
 extern struct console early_hsu_console;
 extern void hsu_early_console_init(const char *);
 
Simple merge
diff --cc arch/x86/platform/intel-mid/device_libs/platform_max3111.c
Simple merge
Simple merge
Simple merge
diff --cc drivers/tty/serial/mrst_max3110.c
Simple merge
diff --cc drivers/tty/serial/mrst_max3110.h
Simple merge