From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63411C7618F for ; Fri, 26 Jul 2019 18:47:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 38B6D22BEF for ; Fri, 26 Jul 2019 18:47:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n+rOP3aG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38B6D22BEF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=dBQI4+ea+MMH8T6UI5BB6NzLARC0ltILKV8LZ/bd5Y0=; b=n+rOP3aG8eDC2f TxAD7APuHuoF72KQZgzoz+0EENZHMgfJDlNUjHqrSaZPztVUb6BW+TTWX84Bk0RZ3WyiJNumHbCUo d+RhzCuRSM9RabwASdtr76l1LYkQRzlmWfitd9Se7m6fV/PBiG0G04pos28BNTY4z6dLMRCs3lhSP oTL4OEqqwBfmAyJZnT4RxK5sgsHWnb1he2ApiCxr91ZrfSUhTfuSdBS7aiG6MYcDJQchkCiK0g+XR VbZVfbNcgGr39ahHMS3Qujy20oMNBamya2CJ7vExthR/PA1fSVmrHIdz6ITZiWNsbgAGjlwA0DWjX 40YevzvdpJIBKqMPsdtw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hr5F1-0006zF-H2; Fri, 26 Jul 2019 18:46:55 +0000 Received: from asavdk3.altibox.net ([109.247.116.14]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hr5Ez-0006yw-7i for linux-mtd@lists.infradead.org; Fri, 26 Jul 2019 18:46:54 +0000 Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk3.altibox.net (Postfix) with ESMTPS id C6F622009C; Fri, 26 Jul 2019 20:46:50 +0200 (CEST) Date: Fri, 26 Jul 2019 20:46:49 +0200 From: Sam Ravnborg To: Paul Cercueil Subject: Re: [PATCH 00/11] JZ4740 SoC cleanup Message-ID: <20190726184649.GC14981@ravnborg.org> References: <20190725220215.460-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190725220215.460-1-paul@crapouillou.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=dqr19Wo4 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=cQNIelrcohPWRCFzBj8A:9 a=CjuIK1q_8ugA:10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190726_114653_446571_B0C158D1 X-CRM114-Status: GOOD ( 11.58 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , linux-fbdev@vger.kernel.org, James Hogan , alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, od@zcrc.me, linux-mtd@lists.infradead.org, Miquel Raynal , Lee Jones , Richard Weinberger , linux-pm@vger.kernel.org, Paul Burton , Guenter Roeck , devicetree@vger.kernel.org, Jean Delvare , Bartlomiej Zolnierkiewicz , Mark Brown , linux-hwmon@vger.kernel.org, Liam Girdwood , Ralf Baechle , linux-kernel@vger.kernel.org, Vinod Koul , Rob Herring , Sebastian Reichel , dmaengine@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org Hi Paul. On Thu, Jul 25, 2019 at 06:02:04PM -0400, Paul Cercueil wrote: > Hi, > > This patchset converts the Qi LB60 MIPS board to devicetree and makes it > use all the shiny new drivers that have been developed or updated > recently. > > All the crappy old drivers and custom code can be dropped since they > have been replaced by better alternatives. The overall diffstat is missing. Just for curiosity it would be nice to see what was dropped with this patch. Sam ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/