From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751944AbdA2DYV (ORCPT ); Sat, 28 Jan 2017 22:24:21 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:36385 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbdA2DYU (ORCPT ); Sat, 28 Jan 2017 22:24:20 -0500 Subject: Re: [PATCH 0/2] blackfin: Remove dead DSA code To: linux-kernel@vger.kernel.org References: <20170101224227.20812-1-f.fainelli@gmail.com> Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, adi-buildroot-devel@lists.sourceforge.net, realmz6@gmail.com From: Florian Fainelli Message-ID: <503f860e-5a23-8b92-636d-b92820a5ef01@gmail.com> Date: Sat, 28 Jan 2017 19:15:26 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170101224227.20812-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/01/2017 02:42 PM, Florian Fainelli wrote: > Hi all, > > This patch series removes dead DSA code in the blackfin board specific > code. There is no in tree driver for the KSZ8893M, and clearly this > would not compile anymore. > > Preparatory patch to help remove the legacy DSA platform device code from > the tree. Ping, is anyone maintaining blackfin these days? > > Florian Fainelli (2): > blackfin: tcm-bf518: Remove dsa.h inclusion > blackfin: ezbrd: Remove non-functional DSA/KSZ8893M code > > arch/blackfin/mach-bf518/boards/ezbrd.c | 47 ----------------------------- > arch/blackfin/mach-bf518/boards/tcm-bf518.c | 1 - > 2 files changed, 48 deletions(-) > -- Florian