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=-18.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 6F157C432BE for ; Tue, 3 Aug 2021 14:11:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 50A7D60F02 for ; Tue, 3 Aug 2021 14:11:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236524AbhHCOLL (ORCPT ); Tue, 3 Aug 2021 10:11:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:46846 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236432AbhHCOLK (ORCPT ); Tue, 3 Aug 2021 10:11:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E558460560; Tue, 3 Aug 2021 14:10:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627999859; bh=N0ZTtrHdIHPT96G9nBYkGdXTL8PsI1Gk6OP7BRI/XWU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g+8I7RyNPSsLNAcXZ0c7bkXcr6kChyBewrKHP4n4Yvbi+42JeojCborCIczYftJB/ GKveQlwLIL9FhKlaZEotV+MhPEM8x5WUNZiHV+EgZx5fiwkxyBtFV0ntj5/4u8Nt1H tD2jdm2C9kaYGgBrczMmXVoLDXMgoIXSrE9gBkxpLnVNgY+xOm959iOvVLkRbN4DbW Z+aAU1iteh/iQzWVUtwGNZaSSsw3PQ3s+5T0YQjxyKyFnH3tgA/3mhA96byevPBy+9 Fs4bQXWcPeDiByrKpB5ZY4c1OTxZ/TU6nTOvZD3x2Vrhx+4YdDB54GdrCsjqJQ3VbX +3n4ivjhRNj7g== Date: Tue, 3 Aug 2021 15:10:45 +0100 From: Mark Brown To: Mason Zhang Cc: Matthias Brugger , Laxman Dewangan , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, wsd_upstream@mediatek.com Subject: Re: [PATCH v2 4/4] spi: tegra114: Fix set_cs_timing param Message-ID: <20210803141045.GN4668@sirena.org.uk> References: <20210803102517.20944-1-Mason.Zhang@mediatek.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Rzq/nSLlHy1djmXS" Content-Disposition: inline In-Reply-To: <20210803102517.20944-1-Mason.Zhang@mediatek.com> X-Cookie: There's only one everything. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Rzq/nSLlHy1djmXS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 03, 2021 at 06:25:18PM +0800, Mason Zhang wrote: > This patch fixed set_cs_timing param, because cs timing delay has > been moved to spi_device. >=20 > Signed-off-by: Mason Zhang > --- > drivers/spi/spi-tegra114.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Each individual patch in the series needs to be buildable by itself, if an earlier commit in the series causes things to fail to build then that commit needs to be improved so that this doesn't happen. This supports things like bisection. Please also look into how you're sending serieses, these patches aren't threaded together as normal and there's a weird "***" in the subject of the first patch. --Rzq/nSLlHy1djmXS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmEJTmQACgkQJNaLcl1U h9D67Qf9EAF3egsc5vOgwsyJ04565RzPgzYINu8phKCoAsP7U3wUTep3WbMcGLOx lFEMzwwxeT8grDvDqx3wjXvh4hb2SnSlO/6hA2UOEUuqe7K3aB+UvmIxUIdoDdZb mJSklejnK4Zfb0SDTf8NVYpEvvFDO92LcOvAeDVshuHGfKIbsFE3gCVXlsKmC4id 0ztnP4SFtrwQDKgRf1cUvjJwWpUoKwdctGdzlrwz00OvCJkU+U8VMSss/tZkJUpN +bhfZp2R0aYi3579ReTPj9RfH0PLTNg1c2oVTVCUD7DRPtmrFvUMj0roggpKtlgp pn72WZmvyXwLgG0g+n0SbtErGbDITw== =M79B -----END PGP SIGNATURE----- --Rzq/nSLlHy1djmXS--