aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/TODO
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-11-22 16:57:30 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-01-25 20:05:31 +0200
commit5f7582aa2d3c2ea0a9c9be17bcb53d29c0417ae5 (patch)
tree4a763ec3745b8b7434b6eb5274b35d2de57fceab /drivers/gpio/TODO
parentdrm/gma500: Get rid of duplicate NULL checks (diff)
downloadwireguard-linux-5f7582aa2d3c2ea0a9c9be17bcb53d29c0417ae5.tar.xz
wireguard-linux-5f7582aa2d3c2ea0a9c9be17bcb53d29c0417ae5.zip
gpio: intel-mid: 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. Moreover this code duplicates gpio-pxa since the IP has been derived from XScale implementation. If anybody wants to resurrect this it has to be part of gpio-pxa.c. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/TODO')
-rw-r--r--drivers/gpio/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index 0229fa79499e..b8b1473a5b1e 100644
--- a/drivers/gpio/TODO
+++ b/drivers/gpio/TODO
@@ -101,7 +101,7 @@ for a few GPIOs. Those should stay where they are.
At the same time it makes sense to get rid of code duplication in existing or
new coming drivers. For example, gpio-ml-ioh should be incorporated into
-gpio-pch. In similar way gpio-intel-mid into gpio-pxa.
+gpio-pch.
Generic MMIO GPIO