Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 417DDC61DA4 for ; Mon, 6 Mar 2023 09:36:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229757AbjCFJgb (ORCPT ); Mon, 6 Mar 2023 04:36:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230085AbjCFJgX (ORCPT ); Mon, 6 Mar 2023 04:36:23 -0500 X-Greylist: delayed 1412 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 06 Mar 2023 01:36:15 PST Received: from 5.mo575.mail-out.ovh.net (5.mo575.mail-out.ovh.net [46.105.62.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3744233E7 for ; Mon, 6 Mar 2023 01:36:15 -0800 (PST) Received: from director11.ghost.mail-out.ovh.net (unknown [10.108.4.253]) by mo575.mail-out.ovh.net (Postfix) with ESMTP id 46ECC24CFE for ; Mon, 6 Mar 2023 09:06:59 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-jbrfz (unknown [10.110.103.233]) by director11.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 127281FE8C; Mon, 6 Mar 2023 09:06:56 +0000 (UTC) Received: from etezian.org ([37.59.142.101]) by ghost-submission-6684bf9d7b-jbrfz with ESMTPSA id 8aX6LTCtBWR9AgAA58LVJg (envelope-from ); Mon, 06 Mar 2023 09:06:56 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-101G004ac770ce1-db47-4670-b400-4d32ddd5c3e6, E6EC2E320FFEB7B5CA07697FBFAF7FF511F3A6BF) smtp.auth=andi@etezian.org X-OVh-ClientIp: 178.238.173.28 Date: Mon, 6 Mar 2023 10:06:56 +0100 From: Andi Shyti To: Jaewon Kim Cc: Krzysztof Kozlowski , Andi Shyti , Alim Akhtar , linux-spi@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] spi: s3c64xx: add no_cs description Message-ID: References: <20230306014239.80570-1-jaewon02.kim@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230306014239.80570-1-jaewon02.kim@samsung.com> X-Ovh-Tracer-Id: 12480037520701262555 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrvddthedguddvjecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpeetnhguihcuufhhhihtihcuoegrnhguihesvghtvgiiihgrnhdrohhrgheqnecuggftrfgrthhtvghrnhepjefgleegkeeiffejgeevuedvheegleevteevjeduffevvdelhedvfeelheduleeunecukfhppeduvdejrddtrddtrddupdefjedrheelrddugedvrddutddunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeorghnughisegvthgviihirghnrdhorhhgqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehlihhnuhigqdhkvghrnhgvlhesvhhgvghrrdhkvghrnhgvlhdrohhrghdpoffvtefjohhsthepmhhoheejhedpmhhouggvpehsmhhtphhouhht Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jaewon, On Mon, Mar 06, 2023 at 10:42:39AM +0900, Jaewon Kim wrote: > This patch adds missing variable no_cs descriptions. > > Signed-off-by: Jaewon Kim Reviewed-by: Andi Shyti Thanks, Andi > --- > include/linux/platform_data/spi-s3c64xx.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/platform_data/spi-s3c64xx.h b/include/linux/platform_data/spi-s3c64xx.h > index 5df1ace6d2c9..3101152ce449 100644 > --- a/include/linux/platform_data/spi-s3c64xx.h > +++ b/include/linux/platform_data/spi-s3c64xx.h > @@ -29,6 +29,7 @@ struct s3c64xx_spi_csinfo { > * struct s3c64xx_spi_info - SPI Controller defining structure > * @src_clk_nr: Clock source index for the CLK_CFG[SPI_CLKSEL] field. > * @num_cs: Number of CS this controller emulates. > + * @no_cs: Used when CS line is not connected. > * @cfg_gpio: Configure pins for this SPI controller. > */ > struct s3c64xx_spi_info { > -- > 2.17.1