Received: by 10.213.65.68 with SMTP id h4csp459293imn; Sat, 17 Mar 2018 10:18:15 -0700 (PDT) X-Google-Smtp-Source: AG47ELsLLiQZyfqX8voeEYz70JedldtFo866a197lUAHhZjeYsk+wWzZp1whcwFav1WNlNYLdvN9 X-Received: by 10.99.109.139 with SMTP id i133mr4621700pgc.194.1521307095322; Sat, 17 Mar 2018 10:18:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521307095; cv=none; d=google.com; s=arc-20160816; b=YFqz6y4xRX6GcTXZInBBPMIWA2CbaD/cFPRrg03aG4CF1X2SSrimy6bxQISNEdyHVZ zKMyVgNPRdDvfFKKJaTZ/YP6XOnW2KxuI3KaRe8fpYqVbSqX3lgEG3A3QVXpErzxGNXD b2F25ZGi9IIKeFbT5A2tRWLgcHHMMHNnaDZZSzW/5NUjUuPVnao2S7eQS+/wFb+EbJp0 b9ZFThPu6khZUBSlSghlxd7WgsYjdUx9wVsFpFU8K2n4G/egSUiyCEY+1vuXLVSkmEGR x8qsG6iBL0tFgOVlEYA22R+9QCMDa0BSW1a3YZ7OcdMdr/AmQwzRyD1rXYvNvTdvb/E8 xnoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=iHgz0kXNjRqhO2/HNPSUkIUPla4YvHFUXP6X40ATobk=; b=nJ47XrbqP/V0AzXSddN0fMyaDR/53T6s4W1/OHro9RESDIr/oyyVvppbogcSRAouAu HK9s/s72TfkFDQPjtD6agWv+3uwLT5Yb7g7lgGnG5TK7BpfxkaQRs6AfvwjUDd+CeoXJ EriVZVhklQfjGUvZr7LGrA9qJ69FrWywlavITAi1H14LuA8AAwuCI60oux1gO6tnpfGi yEJ468wG8RXHXv3TLnpoz/3DwVewI6wMQmJtAv/i49Ooz9Szk2fLtMq5cEcPAoxKi7IU EOCW/vhzJqfGlfiXbMeRwMqbcLIqqEWXvk2WkqydbIZbbzh0gM5ZINJgUL2ZTs9cfAUQ qQ1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t11-v6si8039978ply.226.2018.03.17.10.17.58; Sat, 17 Mar 2018 10:18:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753353AbeCQRQy (ORCPT + 99 others); Sat, 17 Mar 2018 13:16:54 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:60800 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752656AbeCQRQw (ORCPT ); Sat, 17 Mar 2018 13:16:52 -0400 Received: from dalias by brightrain.aerifal.cx with local (Exim 3.15 #2) id 1exFRX-0004lo-00; Sat, 17 Mar 2018 17:16:31 +0000 Date: Sat, 17 Mar 2018 13:16:31 -0400 From: Rich Felker To: John Paul Adrian Glaubitz Cc: jacopo mondi , Dmitry Torokhov , Laurent Pinchart , Lee Jones , Daniel Thompson , Jingoo Han , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, Yoshinori Sato , Linus Walleij Subject: Re: [RFC 2/4] sh: ecovec24: conditionally register backlight device Message-ID: <20180317171631.GV1436@brightrain.aerifal.cx> References: <20180315224202.96668-1-dmitry.torokhov@gmail.com> <20180315224202.96668-3-dmitry.torokhov@gmail.com> <20180316100748.GH16424@w540> <20180316233800.GA32310@dtor-ws> <20180317092516.g5p5ybka57abyhex@apu3b> <02834805-5053-4BDC-9256-DF1AFFEC8630@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <02834805-5053-4BDC-9256-DF1AFFEC8630@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 17, 2018 at 07:21:17PM +0900, John Paul Adrian Glaubitz wrote: > > > > On Mar 17, 2018, at 6:25 PM, jacopo mondi wrote: > > > > Hi Dmitry, > > > >> On Fri, Mar 16, 2018 at 04:38:00PM -0700, Dmitry Torokhov wrote: > >> Hi Jacopo, > >> > >>> On Fri, Mar 16, 2018 at 11:07:48AM +0100, jacopo mondi wrote: > >>> Hello Dmitry > >>> > >>> FYI I am brushing the ecovec board these days as well > >>> https://www.spinics.net/lists/linux-sh/msg52536.html > >>> > >> > >> What is the ecovec board BTW? Is it some devkit or what? It seems quite > >> old to me. > > > > Yes, it is a SuperH 4 based development board. It is old for sure. I'm > > also working on removing some stuff the ecovec board file is the only > > user of... > > Umh, but I’m still using the SH7724 Evovec board. Please don’t > remove support for that. > > The SuperH port of the Linux kernel is still maintained. Thanks. At some point it would be nice to remove the board file, but only once the conversion to device tree happens. If anyone has a list of boards that people are still using or have access to and who can do testing, it would be nice to compile that somewhere so we can figure out what needs to be tested and who can test it. Rich