Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933872AbcJRIGF (ORCPT ); Tue, 18 Oct 2016 04:06:05 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:52923 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752216AbcJRIFv (ORCPT ); Tue, 18 Oct 2016 04:05:51 -0400 Subject: Re: [PATCH 18/19] stmmac: dwmac-sti: Remove obsolete STi platforms To: Rob Herring , Peter Griffin References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-19-git-send-email-peter.griffin@linaro.org> <20160923151142.GG9176@rob-hp-laptop> CC: , , , , , , , From: Patrice Chotard Message-ID: Date: Tue, 18 Oct 2016 10:05:10 +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: <20160923151142.GG9176@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: 830 Lines: 27 On 09/23/2016 05:11 PM, Rob Herring wrote: > 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 Applied on sti-dt-for-4.10 branch Thanks > >> drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 37 ---------------------- >> 2 files changed, 1 insertion(+), 39 deletions(-)