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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 69419C46CD2 for ; Wed, 24 Jan 2024 20:02:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8BB4E10E5D0; Wed, 24 Jan 2024 20:02:49 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9843A10E5D0 for ; Wed, 24 Jan 2024 20:02:48 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 66341CE321D; Wed, 24 Jan 2024 20:02:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D9C4C433F1; Wed, 24 Jan 2024 20:02:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706126562; bh=jfXWrPM5ALhDnKgFnFkdz4CMio32hmCt3xWSsf12HKU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TIXWtyFH5yxUa2sKS25qW3wOvsP8Ed2klnxIK0jQEvMXqnYVHZWCU0zqLjO7+ilCR JWdnVZmbglYShezSvqIcZWDN/Vh46HywERZIGBwdalc9QELX9rTL+upLtWfATkdWgT WOJSdLKuC7J9/6NYjh+DNGAalqkPr+gBHAK+jK1uAFFeeu8RJwLSBlu58kMYFUoEl1 Yp7MPDfACwXPwjaV1u4/U968HoLm30T94Tl/mdr2QRYc4fOG1E9E30BuK8sKFpJ4U8 n+9CHV5JSYN6y7zhCegxJ1IM+OVstyfug/6ZJ17Jvqz0l9lgm0LjUJl94LQR9K86D2 ni5ld1wGOGq1w== Date: Wed, 24 Jan 2024 20:02:07 +0000 From: Jonathan Cameron To: Mark Brown , linux-spi@vger.kernel.org Subject: Re: [PATCH v2 00/33] spi: get rid of some legacy macros Message-ID: <20240124200207.7e02b501@jic23-huawei> In-Reply-To: <20240122192343.148a0b6d@jic23-huawei> References: <20240122192343.148a0b6d@jic23-huawei> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.40; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Geert Uytterhoeven , dri-devel@lists.freedesktop.org, Miquel Raynal , Ronald Wahl , Stefan Schmidt , libertas-dev@lists.infradead.org, Javier Martinez Canillas , Alan Stern , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Alex Elder , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, linux-media@vger.kernel.org, linux-wpan@vger.kernel.org, Amit Kumar Mahapatra via Alsa-devel , linux-doc@vger.kernel.org, Dmitry Antipov , Max Filippov , Eric Dumazet , James Clark , Guenter Roeck , Dario Binacchi , chrome-platform@lists.linux.dev, Michael Hennerich , Viresh Kumar , Helge Deller , Wu Hao , Amit Kumar Mahapatra , Martin Blumenstingl , linux-arm-msm@vger.kernel.org, greybus-dev@lists.linaro.org, Bjorn Helgaas , Michal Simek , linux-arm-kernel@lists.infradead.org, Aaro Koskinen , "David S. Miller" , Jarkko Sakkinen , Simon Horman , linux-integrity@vger.kernel.org, Pali =?UTF-8?B?Um9ow6Fy?= , Ulf Hansson , Herve Codina , linux-iio@vger.kernel.org, Tom Rix , linux-fpga@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-mtd@lists.infradead.org, Jonathan Corbet , linux-staging@lists.linux.dev, Yang Yingliang , Paolo Abeni , Arnd Bergmann , linux-input@vger.kernel.org, Moritz Fischer , Mauro Carvalho Chehab , Benson Leung , Rayyan Ansari , Dmitry Torokhov , linux-mmc@vger.kernel.org, Konrad Dybcio , Martin Tuma , Xu Yilun , Alexander Aring , Vignesh Raghavendra , Peter Huewe , Sergey Kozlov , Richard Weinberger , Jason Gunthorpe , Jakub Kicinski , Kalle Valo , Johan Hovold , Rui Miguel Silva , linux-mediatek@lists.infradead.org, Tzung-Bi Shih , Jonathan Cameron , Matthias Brugger , Andy Shevchenko , AngeloGioacchino Del Regno , netdev@vger.kernel.org, Bjorn Andersson , Krzysztof Kozlowski , Thomas Zimmermann Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 22 Jan 2024 19:23:43 +0000 Jonathan Cameron wrote: > On Mon, 22 Jan 2024 18:18:22 +0000 > Mark Brown wrote: >=20 > > On Mon, Jan 22, 2024 at 07:06:55PM +0100, Uwe Kleine-K=C3=B6nig wrote: > > =20 > > > Note that Jonathan Cameron has already applied patch 3 to his tree, it > > > didn't appear in a public tree though yet. I still included it here to > > > make the kernel build bots happy. =20 > >=20 > > It's also going to be needed for buildability of the end of the series.= =20 >=20 > Ah. I thought intent was to split this across all the different trees > then do the final patch only after they were all gone? >=20 > I'm fine with it going all in one go if people prefer that. >=20 > My tree will be out in a few mins. Was just waiting to rebase on rc1 > which I've just done. >=20 > Jonathan >=20 Dropped from my tree. Acked-by: Jonathan Cameron