Received: by 10.223.185.116 with SMTP id b49csp1278901wrg; Wed, 21 Feb 2018 15:43:23 -0800 (PST) X-Google-Smtp-Source: AH8x225AuM72heGLqXAF2bogv8Ghk5krA/H2EXXvD5Ypk9M0M7fcX7/XOuDdS35TEvwnELNWFBze X-Received: by 10.167.130.88 with SMTP id e24mr4827649pfn.169.1519256603106; Wed, 21 Feb 2018 15:43:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519256603; cv=none; d=google.com; s=arc-20160816; b=v/3jd1O48EgqVLKF/9MU31oJSb7JIf5LX8mGJOhtkqa1KQ67JppcUSsMIgeP9s0Fvv THWNQUdA7f8DNXmp+N7y2D3CdYZ3hh8bpNXxziAPx850zS94RepEKwhJYwspDzMjTVR7 K7bhpeV62rYZUfl1jKJnC+6cBg8AaBofrvbmUW69EalYvM5JqWOghxdn/zkMeBq1zIsL zRXVrzpEE/aj0vCdS4FjZHWJv2t442Q09Rvnz1LqMo5bgEwQ3IBuwcfvDaIPf86U0y3R Ot6ZSuWrIWNPtIVDSrBRDkQ2hH7fyJKDUO6NmEbkMs63OBx4mQiom4WN6Fh36YMIBBel p83w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:dmarc-filter:arc-authentication-results; bh=3J829hz1gFvmbMoc8i/lPm0S79HcWxX9uTtabo1UxXU=; b=u3SUzTPjE8GFtcHeyx7sQWDydEBfTRNpttd5N5XTRUt1bjaxyXxpgEFAhzx7/nN84D RsnCjp39eh2OsOTAMPGDD77WLjIsszPZ0bNi5sRTcNG9VEbXIHuLsmPEWPB1pCW1OQy9 xQ9gHNDE7TEc0SOEOHQj+7YGeKoRI1iGTyMiYXR4fpYh9HEUgRUuea2WE7UzPJxxWTFe pSuoQM0owMwjp68jG8ikZcYVxBwUFA7cnyZwAB/gdRUy8Q8jZS8wX2P4WVZQEt5tBFnd Z3WYlKBbuDI04+O1thn09Yc7a+Ig/M4yOgZeXPuKgyp1TYBn9MY3LaX7ji8Zoy73+ndi Jh/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v1si3692047pfg.288.2018.02.21.15.43.09; Wed, 21 Feb 2018 15:43:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751494AbeBUXlP (ORCPT + 99 others); Wed, 21 Feb 2018 18:41:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:33232 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459AbeBUXlM (ORCPT ); Wed, 21 Feb 2018 18:41:12 -0500 Received: from localhost.localdomain (jahogan.plus.com [212.159.75.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E41A2217A4; Wed, 21 Feb 2018 23:41:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E41A2217A4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org From: James Hogan To: linux-metag@vger.kernel.org Cc: linux-kernel@vger.kernel.org, James Hogan , Linus Walleij , linux-gpio@vger.kernel.org Subject: [PATCH 10/13] gpio: Drop TZ1090 drivers Date: Wed, 21 Feb 2018 23:38:22 +0000 Message-Id: <20180221233825.10024-11-jhogan@kernel.org> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180221233825.10024-1-jhogan@kernel.org> References: <20180221233825.10024-1-jhogan@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that arch/metag/ has been removed, along with TZ1090 SoC support, remove the TZ1090 GPIO drivers. They are of no value without the architecture and SoC platform code. Signed-off-by: James Hogan Cc: Linus Walleij Cc: linux-gpio@vger.kernel.org Cc: linux-metag@vger.kernel.org --- .../devicetree/bindings/gpio/gpio-tz1090-pdc.txt | 45 -- .../devicetree/bindings/gpio/gpio-tz1090.txt | 88 --- drivers/gpio/Kconfig | 15 - drivers/gpio/Makefile | 2 - drivers/gpio/gpio-tz1090-pdc.c | 231 -------- drivers/gpio/gpio-tz1090.c | 602 --------------------- 6 files changed, 983 deletions(-) delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-tz1090-pdc.txt delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-tz1090.txt delete mode 100644 drivers/gpio/gpio-tz1090-pdc.c delete mode 100644 drivers/gpio/gpio-tz1090.c diff --git a/Documentation/devicetree/bindings/gpio/gpio-tz1090-pdc.txt b/Documentation/devicetree/bindings/gpio/gpio-tz1090-pdc.txt deleted file mode 100644 index 528f5ef5a893..000000000000 diff --git a/Documentation/devicetree/bindings/gpio/gpio-tz1090.txt b/Documentation/devicetree/bindings/gpio/gpio-tz1090.txt deleted file mode 100644 index b05a90e0ab29..000000000000 diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8dbb2280538d..8fda844de07e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -462,21 +462,6 @@ config GPIO_THUNDERX Say yes here to support the on-chip GPIO lines on the ThunderX and OCTEON-TX families of SoCs. -config GPIO_TZ1090 - bool "Toumaz Xenif TZ1090 GPIO support" - depends on SOC_TZ1090 - select GENERIC_IRQ_CHIP - default y - help - Say yes here to support Toumaz Xenif TZ1090 GPIOs. - -config GPIO_TZ1090_PDC - bool "Toumaz Xenif TZ1090 PDC GPIO support" - depends on SOC_TZ1090 - default y - help - Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. - config GPIO_UNIPHIER tristate "UniPhier GPIO support" depends on ARCH_UNIPHIER || COMPILE_TEST diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index cccb0d40846c..329e34d1bd2e 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -131,8 +131,6 @@ obj-$(CONFIG_GPIO_TS4900) += gpio-ts4900.o obj-$(CONFIG_GPIO_TS5500) += gpio-ts5500.o obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o -obj-$(CONFIG_GPIO_TZ1090) += gpio-tz1090.o -obj-$(CONFIG_GPIO_TZ1090_PDC) += gpio-tz1090-pdc.o obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o obj-$(CONFIG_GPIO_UNIPHIER) += gpio-uniphier.o obj-$(CONFIG_GPIO_VF610) += gpio-vf610.o diff --git a/drivers/gpio/gpio-tz1090-pdc.c b/drivers/gpio/gpio-tz1090-pdc.c deleted file mode 100644 index 5b7781741ee9..000000000000 diff --git a/drivers/gpio/gpio-tz1090.c b/drivers/gpio/gpio-tz1090.c deleted file mode 100644 index 0bb9bb583889..000000000000 -- 2.13.6