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=-6.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 B6936C43387 for ; Tue, 15 Jan 2019 15:18:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 84E7120868 for ; Tue, 15 Jan 2019 15:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547565530; bh=kjck2dWN91B07FyhOC6X6LW0tJP+9eiLLZ8kjOACip0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1THWLHxZjqUOquwS6bAFmllOeGD1zkwSDkOQvCKPe7cByXp6DcNONhsv8xdpQl7uA VO+JxqEck7X3PFMkH8qnTekIvL8vXM52jBg6ObQEo1FkmR9T0qgullvyaLEN30c/Z1 vmtdELeHNtrEJFU4B4W+rL/wGZ1jIg2Nb5822Mcw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730740AbfAOPSt (ORCPT ); Tue, 15 Jan 2019 10:18:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:44772 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729583AbfAOPSt (ORCPT ); Tue, 15 Jan 2019 10:18:49 -0500 Received: from dragon (61-216-91-114.HINET-IP.hinet.net [61.216.91.114]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C4FD204FD; Tue, 15 Jan 2019 15:18:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547565528; bh=kjck2dWN91B07FyhOC6X6LW0tJP+9eiLLZ8kjOACip0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BCjqXdJ7YutbV/t8YXfBBH3Wr0m1iN0GU+zxOov+UaR9BQCe92Yt9Ner89QVsB+ko vN2g91VGISnSpLxhLLStNZ3EBgmQopZ05ZYh6mjMaIjJbYcFaZyHhoWAgDCTvI5n0x ewAEiFcHXDKDZhySF5rFWV38pd1XoG4+k+X1abFo= Date: Tue, 15 Jan 2019 23:18:19 +0800 From: Shawn Guo To: Schrempf Frieder Cc: "linux-mtd@lists.infradead.org" , "boris.brezillon@bootlin.com" , "linux-spi@vger.kernel.org" , "broonie@kernel.org" , Li Yang , Rob Herring , Mark Rutland , "dwmw2@infradead.org" , "computersforpeace@gmail.com" , "marek.vasut@gmail.com" , "richard@nod.at" , "miquel.raynal@bootlin.com" , "david.wolfe@nxp.com" , "fabio.estevam@nxp.com" , "prabhakar.kushwaha@nxp.com" , "yogeshnarayan.gaur@nxp.com" , "han.xu@nxp.com" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v8 5/7] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used Message-ID: <20190115151818.GD13895@dragon> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> <20190107092823.11188-6-frieder.schrempf@kontron.de> <20190113033117.GG11426@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, Jan 14, 2019 at 08:18:49AM +0000, Schrempf Frieder wrote: > Hi Shawn, > > On 13.01.19 04:31, Shawn Guo wrote: > > On Mon, Jan 07, 2019 at 09:29:54AM +0000, Schrempf Frieder wrote: > >> From: Frieder Schrempf > >> > >> After switching to the new FSL QSPI driver the property > >> 'fsl,qspi-has-second-chip' is not needed anymore. > >> > >> The driver now uses the 'reg' property to determine the bus and > >> the chipselect. > >> > >> Signed-off-by: Frieder Schrempf > > > > Applied, thanks. > > I just noticed, that this and the arm64 patch depend on the driver > changes for 5.1 that go through the SPI tree. So I guess we can't be > sure that this will be merged in the right order and we need to delay > this cleanup to 5.2, or am I wrong? You are right. I just dropped the both patches. Ping me or resend when they are ready to go. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v8 5/7] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used Date: Tue, 15 Jan 2019 23:18:19 +0800 Message-ID: <20190115151818.GD13895@dragon> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> <20190107092823.11188-6-frieder.schrempf@kontron.de> <20190113033117.GG11426@dragon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Schrempf Frieder Cc: "linux-mtd@lists.infradead.org" , "boris.brezillon@bootlin.com" , "linux-spi@vger.kernel.org" , "broonie@kernel.org" , Li Yang , Rob Herring , Mark Rutland , "dwmw2@infradead.org" , "computersforpeace@gmail.com" , "marek.vasut@gmail.com" , "richard@nod.at" , "miquel.raynal@bootlin.com" , "david.wolfe@nxp.com" , "fabio.estevam@nxp.com" , "prabhakar.kushwaha@nxp.com" , "yogeshnarayan.gaur@nxp.com" List-Id: devicetree@vger.kernel.org On Mon, Jan 14, 2019 at 08:18:49AM +0000, Schrempf Frieder wrote: > Hi Shawn, > > On 13.01.19 04:31, Shawn Guo wrote: > > On Mon, Jan 07, 2019 at 09:29:54AM +0000, Schrempf Frieder wrote: > >> From: Frieder Schrempf > >> > >> After switching to the new FSL QSPI driver the property > >> 'fsl,qspi-has-second-chip' is not needed anymore. > >> > >> The driver now uses the 'reg' property to determine the bus and > >> the chipselect. > >> > >> Signed-off-by: Frieder Schrempf > > > > Applied, thanks. > > I just noticed, that this and the arm64 patch depend on the driver > changes for 5.1 that go through the SPI tree. So I guess we can't be > sure that this will be merged in the right order and we need to delay > this cleanup to 5.2, or am I wrong? You are right. I just dropped the both patches. Ping me or resend when they are ready to go. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 15 Jan 2019 23:18:19 +0800 From: Shawn Guo To: Schrempf Frieder Cc: "linux-mtd@lists.infradead.org" , "boris.brezillon@bootlin.com" , "linux-spi@vger.kernel.org" , "broonie@kernel.org" , Li Yang , Rob Herring , Mark Rutland , "dwmw2@infradead.org" , "computersforpeace@gmail.com" , "marek.vasut@gmail.com" , "richard@nod.at" , "miquel.raynal@bootlin.com" , "david.wolfe@nxp.com" , "fabio.estevam@nxp.com" , "prabhakar.kushwaha@nxp.com" , "yogeshnarayan.gaur@nxp.com" , "han.xu@nxp.com" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v8 5/7] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used Message-ID: <20190115151818.GD13895@dragon> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> <20190107092823.11188-6-frieder.schrempf@kontron.de> <20190113033117.GG11426@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jan 14, 2019 at 08:18:49AM +0000, Schrempf Frieder wrote: > Hi Shawn, > > On 13.01.19 04:31, Shawn Guo wrote: > > On Mon, Jan 07, 2019 at 09:29:54AM +0000, Schrempf Frieder wrote: > >> From: Frieder Schrempf > >> > >> After switching to the new FSL QSPI driver the property > >> 'fsl,qspi-has-second-chip' is not needed anymore. > >> > >> The driver now uses the 'reg' property to determine the bus and > >> the chipselect. > >> > >> Signed-off-by: Frieder Schrempf > > > > Applied, thanks. > > I just noticed, that this and the arm64 patch depend on the driver > changes for 5.1 that go through the SPI tree. So I guess we can't be > sure that this will be merged in the right order and we need to delay > this cleanup to 5.2, or am I wrong? You are right. I just dropped the both patches. Ping me or resend when they are ready to go. Shawn 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=-6.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham 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 7986DC43387 for ; Tue, 15 Jan 2019 15:18:57 +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 4556C204FD for ; Tue, 15 Jan 2019 15:18:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rT9Kr9qv"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BCjqXdJ7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4556C204FD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=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=7UKGWLGimsBpKUN4oZebU1EYYD7IGLHnAObh2p56iy8=; b=rT9Kr9qvt+OM7L 2gtqWNxma6RoCEZjRvSV+8g5+BLIfk1ZZw2693iCTdOxYMaVh0xDMYcprQAktCHXWC4i9m7i9uZzB zrpvaxbs9y5iCy/Cssx/4IvuBGU/5aPqVngzliBl4bdDF8p5b8eln1lOZHkdtt5EaWEGUn6sdnHht ONtPqkahyqrIRsIMw5dyAi65bvRTilXxDROe6y3aT1Ih3htyRbAPu0lG5D5H2tnaTP9W7tp9kfj8n KFAUKWvOXvBY8Nl/LPU8Y6Bt8sxVr9boVmck0x+cXeU28phD8kZH9q6C9GT6fraccCSXMELnMpOaw SS52uYKCmsdWpGYoicVw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjQUN-0002bs-PN; Tue, 15 Jan 2019 15:18:51 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjQUK-0002bV-Cz; Tue, 15 Jan 2019 15:18:49 +0000 Received: from dragon (61-216-91-114.HINET-IP.hinet.net [61.216.91.114]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C4FD204FD; Tue, 15 Jan 2019 15:18:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547565528; bh=kjck2dWN91B07FyhOC6X6LW0tJP+9eiLLZ8kjOACip0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BCjqXdJ7YutbV/t8YXfBBH3Wr0m1iN0GU+zxOov+UaR9BQCe92Yt9Ner89QVsB+ko vN2g91VGISnSpLxhLLStNZ3EBgmQopZ05ZYh6mjMaIjJbYcFaZyHhoWAgDCTvI5n0x ewAEiFcHXDKDZhySF5rFWV38pd1XoG4+k+X1abFo= Date: Tue, 15 Jan 2019 23:18:19 +0800 From: Shawn Guo To: Schrempf Frieder Subject: Re: [PATCH v8 5/7] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used Message-ID: <20190115151818.GD13895@dragon> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> <20190107092823.11188-6-frieder.schrempf@kontron.de> <20190113033117.GG11426@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190115_071848_462630_1CC8C830 X-CRM114-Status: GOOD ( 14.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , "devicetree@vger.kernel.org" , "computersforpeace@gmail.com" , "marek.vasut@gmail.com" , "richard@nod.at" , "prabhakar.kushwaha@nxp.com" , "han.xu@nxp.com" , "linux-kernel@vger.kernel.org" , Rob Herring , Li Yang , "boris.brezillon@bootlin.com" , "yogeshnarayan.gaur@nxp.com" , "broonie@kernel.org" , "linux-mtd@lists.infradead.org" , "miquel.raynal@bootlin.com" , "fabio.estevam@nxp.com" , "david.wolfe@nxp.com" , "linux-spi@vger.kernel.org" , "dwmw2@infradead.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 14, 2019 at 08:18:49AM +0000, Schrempf Frieder wrote: > Hi Shawn, > > On 13.01.19 04:31, Shawn Guo wrote: > > On Mon, Jan 07, 2019 at 09:29:54AM +0000, Schrempf Frieder wrote: > >> From: Frieder Schrempf > >> > >> After switching to the new FSL QSPI driver the property > >> 'fsl,qspi-has-second-chip' is not needed anymore. > >> > >> The driver now uses the 'reg' property to determine the bus and > >> the chipselect. > >> > >> Signed-off-by: Frieder Schrempf > > > > Applied, thanks. > > I just noticed, that this and the arm64 patch depend on the driver > changes for 5.1 that go through the SPI tree. So I guess we can't be > sure that this will be merged in the right order and we need to delay > this cleanup to 5.2, or am I wrong? You are right. I just dropped the both patches. Ping me or resend when they are ready to go. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel