From patchwork Wed Sep 14 13:27:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 76200 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1878169qgf; Wed, 14 Sep 2016 06:33:32 -0700 (PDT) X-Received: by 10.66.131.48 with SMTP id oj16mr4581919pab.126.1473860012701; Wed, 14 Sep 2016 06:33:32 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p75si12820730pfd.106.2016.09.14.06.33.32; Wed, 14 Sep 2016 06:33:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762262AbcINNdS (ORCPT + 7 others); Wed, 14 Sep 2016 09:33:18 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:36226 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762189AbcINN3F (ORCPT ); Wed, 14 Sep 2016 09:29:05 -0400 Received: by mail-wm0-f54.google.com with SMTP id b187so47336551wme.1 for ; Wed, 14 Sep 2016 06:29:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=cAOLsfvCRFqFFAB8mbrH8dwQ65md9xh/YC37ULV1SkU=; b=KRvDve57U+tBwb4jVuWlc02hSkdDNRBKtxA+XiXBJcSpl3lafiC0fOe4lvRC5vhUGN xCHWdto4m105tMucs29q4AioLbqweKnmzDcxRmeq7xL+DT45BaCeQAFYu+4O4U/R9HaB ZhP4b71lend/VLp34SVHbTAR+Yt/CXJf4gPtE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=cAOLsfvCRFqFFAB8mbrH8dwQ65md9xh/YC37ULV1SkU=; b=lyQtS6lmPQtQvLALat0daSMnSdOIcXd756LJo4ZPKD913R1+hsBIfo9p+F52G+p+z+ n23MhpVdGjA/7cupkwImmhbsRdbguqC60dfGEgHwkSX7Prn4/bgfHDzG2/E6JMoXVfK5 O/lcX/gh8hCI6Yiu9NhU6l+fpN7+W5UShFOrv+HDQtGZIHRLmda9PsbBRXZBjOZ3S7cn +rKaTX1MS/bYSNzb5kU1zLNS6D7QT4Z07UH51aXRpiEPoTrr8XLlT4t9NSpwQy3OiPAN OFikqCdPXrJvXOnTj64IK8RuBxwW+gehgvke09Ryjc9dK2XpFyt7dlqaORKkzcsJJXnU emhg== X-Gm-Message-State: AE9vXwNN4Ddp6+WeULWZeUrbY/GWSDylJ7yBHZ64+zEj1IONlmedEQb9Bl1RwilVch2X97m+ X-Received: by 10.194.223.8 with SMTP id qq8mr2620801wjc.7.1473859743409; Wed, 14 Sep 2016 06:29:03 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id c5sm4212812wjw.29.2016.09.14.06.29.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Sep 2016 06:29:02 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, devicetree@vger.kernel.org Cc: peter.griffin@linaro.org, lee.jones@linaro.org, Subject: [PATCH 03/19] MAINTAINERS: Remove phy-miphy365x.c entry from STi arch Date: Wed, 14 Sep 2016 14:27:41 +0100 Message-Id: <1473859677-9231-4-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Remove this driver as the IP is only found on STiH415/6 silicon, and support for these SoC's is being removed from the kernel. Signed-off-by: Peter Griffin Cc: --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Patrice Chotard diff --git a/MAINTAINERS b/MAINTAINERS index db814a8..12c271c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1754,7 +1754,6 @@ F: drivers/media/rc/st_rc.c F: drivers/media/platform/sti/c8sectpfe/ F: drivers/mmc/host/sdhci-st.c F: drivers/phy/phy-miphy28lp.c -F: drivers/phy/phy-miphy365x.c F: drivers/phy/phy-stih407-usb.c F: drivers/phy/phy-stih41x-usb.c F: drivers/pinctrl/pinctrl-st.c