OSDN Git Service

misc: pti: Remove driver for deprecated platform
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 22 Jan 2021 11:43:58 +0000 (13:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 12:35:01 +0000 (13:35 +0100)
commit8ba59e9dee31246fc34b4d4bec032093e9c06510
tree4d2e7cb1f78c6713a2d0c40abdc3a20d5953e787
parentcae2181b498fe52885022772465a7610fd7701f4
misc: pti: Remove driver for deprecated platform

Intel Moorestown and Medfield are quite old Intel Atom based
32-bit platforms, which were in limited use in some Android phones,
tablets and consumer electronics more than eight years ago.

There are no bugs or problems ever reported outside from Intel
for breaking any of that platforms for years. It seems no real
users exists who run more or less fresh kernel on it. The commit
05f4434bc130 ("ASoC: Intel: remove mfld_machine") also in align
with this theory.

Due to above and to reduce a burden of supporting outdated drivers
we remove the support of outdated platforms completely.

Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210122114358.39299-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/pti_intel_mid.rst [deleted file]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/pti.c [deleted file]
drivers/tty/Makefile
drivers/tty/n_tracerouter.c [deleted file]
drivers/tty/n_tracesink.c [deleted file]
drivers/tty/n_tracesink.h [deleted file]
include/linux/intel-pti.h [deleted file]