Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758951AbcJRHsX (ORCPT ); Tue, 18 Oct 2016 03:48:23 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:56537 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758858AbcJRHsM (ORCPT ); Tue, 18 Oct 2016 03:48:12 -0400 Subject: Re: [PATCH 02/19] phy: stih41x-usb: Remove usb phy driver and dt binding documentation. To: Rob Herring , Peter Griffin References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-3-git-send-email-peter.griffin@linaro.org> <20160923150656.GB9176@rob-hp-laptop> CC: , , , , , From: Patrice Chotard Message-ID: <778bd4b2-9e82-326b-f6e0-43360323d453@st.com> Date: Tue, 18 Oct 2016 09:47:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160923150656.GB9176@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-18_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 26 Hi On 09/23/2016 05:06 PM, Rob Herring wrote: > On Wed, Sep 14, 2016 at 02:27:40PM +0100, Peter Griffin wrote: >> This phy is only used on STiH415/6 based silicon, and support for >> these SoC's is being removed from the kernel. >> >> Signed-off-by: Peter Griffin >> Cc: >> --- >> .../devicetree/bindings/phy/phy-stih41x-usb.txt | 24 --- > > Acked-by: Rob Herring Applied on sti-dt-for-4.10 branch Thanks > >> drivers/phy/Kconfig | 8 - >> drivers/phy/Makefile | 1 - >> drivers/phy/phy-stih41x-usb.c | 188 --------------------- >> 4 files changed, 221 deletions(-) >> delete mode 100644 Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt >> delete mode 100644 drivers/phy/phy-stih41x-usb.c