]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
commit874e52086f9f1b9f9bdfbf98cca8506b110b63ba
tree3a1a1a2e70115e2812fe3d3136bc21c8448f25ac
parent934084a9d2d95d0ce98ae8d1ec3bfe81c95c678c
x86, mrst: remove Moorestown specific serial drivers

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]