From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035277AbcIWPLu (ORCPT ); Fri, 23 Sep 2016 11:11:50 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33271 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1035252AbcIWPLo (ORCPT ); Fri, 23 Sep 2016 11:11:44 -0400 Date: Fri, 23 Sep 2016 10:11:42 -0500 From: Rob Herring To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, devicetree@vger.kernel.org, lee.jones@linaro.org, peppe.cavallaro@st.com, alexandre.torgue@st.com, netdev@vger.kernel.org Subject: Re: [PATCH 18/19] stmmac: dwmac-sti: Remove obsolete STi platforms Message-ID: <20160923151142.GG9176@rob-hp-laptop> References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-19-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473859677-9231-19-git-send-email-peter.griffin@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 02:27:56PM +0100, Peter Griffin wrote: > This patch removes support for STiH415/6 SoC's from the > dwmac-sti driver and dt binding doc, as support for these > platforms is being removed from the kernel. It also removes > STiD127 related code, which has never actually been supported > upstream. > > Signed-off-by: Peter Griffin > Cc: > Cc: > Cc: > --- > .../devicetree/bindings/net/sti-dwmac.txt | 3 +- Acked-by: Rob Herring > drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 37 ---------------------- > 2 files changed, 1 insertion(+), 39 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Fri, 23 Sep 2016 10:11:42 -0500 Subject: [PATCH 18/19] stmmac: dwmac-sti: Remove obsolete STi platforms In-Reply-To: <1473859677-9231-19-git-send-email-peter.griffin@linaro.org> References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-19-git-send-email-peter.griffin@linaro.org> Message-ID: <20160923151142.GG9176@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 14, 2016 at 02:27:56PM +0100, Peter Griffin wrote: > This patch removes support for STiH415/6 SoC's from the > dwmac-sti driver and dt binding doc, as support for these > platforms is being removed from the kernel. It also removes > STiD127 related code, which has never actually been supported > upstream. > > Signed-off-by: Peter Griffin > Cc: > Cc: > Cc: > --- > .../devicetree/bindings/net/sti-dwmac.txt | 3 +- Acked-by: Rob Herring > drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 37 ---------------------- > 2 files changed, 1 insertion(+), 39 deletions(-)