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.1 required=3.0 tests=DATE_IN_PAST_24_48, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,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 A8A07C3524A for ; Sun, 2 Feb 2020 12:01:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7740820643 for ; Sun, 2 Feb 2020 12:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580644864; bh=a1w13oJxUPKC3CMdf8ErDJElBc0RWvzN5lWluAFbUNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XoH2ajfzV3ryThyVBOGI1WlPHxt4yIZqOrAn7Dh1ZSZv3sM4vy/Ozyu+YAg3cS+Rc Mu+9ZYIdWH+guG6j8qji+ooT/TWPCVIvpLxPV4ZfeddqJXup4DFHnTW+GdyQv/Cnrk 2uuySHYeXkDtYK5UAAGfDa9oUkyRcxFfbjByNFh8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726743AbgBBMAr (ORCPT ); Sun, 2 Feb 2020 07:00:47 -0500 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:57124 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgBBMAq (ORCPT ); Sun, 2 Feb 2020 07:00:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=a1w13oJxUPKC3CMdf8ErDJElBc0RWvzN5lWluAFbUNY=; b=ugBAHtHBbKW1qIrpyCiB43g8o 4Rrs5YqdfQKg+FeHmRx2xclTm/6Z19eKuY+Nq5c1BPEjK4Lk568FMjd3P4qU2En3SHF1hzb4B3Mmp 1hGc84NRhn22btpqX+CyrGXhx5I988QFmfgZ//Fxfbs05t29RlpUQH/RAE/OPcWazN0G8=; Received: from [151.216.144.116] (helo=fitzroy.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iyDvT-0006pn-J5; Sun, 02 Feb 2020 12:00:31 +0000 Received: by fitzroy.sirena.org.uk (Postfix, from userid 1000) id B8BFCD01AE4; Sat, 1 Feb 2020 11:34:47 +0000 (GMT) Date: Sat, 1 Feb 2020 11:34:47 +0000 From: Mark Brown To: John Garry Cc: Andy Shevchenko , Jiancheng Xue , chenxiang66@hisilicon.com, Linux Kernel Mailing List , tudor.ambarus@microchip.com, Linuxarm , linux-spi , Marek Vasut , "open list:MEMORY TECHNOLOGY..." , liusimin4@huawei.com, Mika Westerberg , wanghuiqiang , fengsheng5@huawei.com Subject: Re: [PATCH v2 2/3] spi: Add HiSilicon v3xx SPI NOR flash controller driver Message-ID: <20200201113447.GU3897@sirena.org.uk> References: <6dd45da9-9ccf-45f7-ed12-8f1406a0a56b@huawei.com> <20200113140627.GJ3897@sirena.org.uk> <20200113142754.GL3897@sirena.org.uk> <20200113143403.GQ32742@smile.fi.intel.com> <0252a76d-7e2b-2c70-8b1b-0d041d972098@huawei.com> <136bd652-dcb9-3efa-a92f-2263cbf840ad@huawei.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="p+IlF8Xh9KY56wTg" Content-Disposition: inline In-Reply-To: X-Cookie: Programming is an unnatural act. User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --p+IlF8Xh9KY56wTg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 31, 2020 at 04:26:46PM +0000, John Garry wrote: > On 31/01/2020 15:46, Andy Shevchenko wrote: > > So, it seems I stand corrected, the field is in right use, although > > cases like 0x10 and 0x20 should be carefully checked. > > We may teach kernel to get something meaningful out of it. > It seems that someone already had a go at that: > https://lore.kernel.org/lkml/20170317212143.bogj6efzyvvf24yd@sirena.org.uk/ This is a discussion about supporting DT bindings for bits-per-word which is a different thing again, that's the size of a data word which is not connected with the physical wiring. Please include human readable descriptions of things like commits and issues being discussed in e-mail in your mails, this makes them much easier for humans to read especially when they have no internet access. I do frequently catch up on my mail on flights or while otherwise travelling so this is even more pressing for me than just being about making things a bit easier to read. --p+IlF8Xh9KY56wTg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl41YlYACgkQJNaLcl1U h9C2AAf+Lpm48M0VNHBo5p+A96lptZIvQ30jMdWzH4CZVehdGXJEwCKwJCK/KkL8 Reo2uQc859QdiYYCMzkwto9l7KvqHDkAeY5r32N30CBTeDKJWSXCrz3nNH/wdt0Z V0yeI/zFW+8G0NVIyjXppXOeVZ7KJU+b+aDA6uMsqoSawagT+761zcAD57XQ+j4W J6ZgwafT3ztFYNQAkvkgGp78J4hxIvVmSsig3wKbqS50DsbtqAi3pV9k59QVGIKM gPKAj6olodQF2e4arzVHCOwoP/3xW6AggOSIJZLCFZrWMOYg9H7NUZz96zG/2b8B ZjNQNzX4WUF05WtjTxvNQ/nASdbVvg== =BpGX -----END PGP SIGNATURE----- --p+IlF8Xh9KY56wTg--