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 38E6AC46CD2 for ; Wed, 24 Jan 2024 17:14:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B6C710F794; Wed, 24 Jan 2024 17:14:05 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id 245B610F794 for ; Wed, 24 Jan 2024 17:14:02 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 28784CE314A; Wed, 24 Jan 2024 17:13:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B096C43390; Wed, 24 Jan 2024 17:13:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706116430; bh=jvo5IXYlQYdIU6VCmACeGNP4xo23ZIbLfeE2jvqqluI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v2pVfufLGd3lCfp0CeG2fpxzUUsvpwbElgNFofM1ZPehhJ3gSyI8DyqjujjS7qB28 HIx8X5ThDTkPR0Ay0PzOQVdIcq5n2pTAL/fkyg4/FCf2V3zKeABMVcc+DS8MIJ/Ztv A8j4KVPuFkJX9pHjYFH5A/rDYDM6TICeR0rlV7yw= Date: Wed, 24 Jan 2024 09:13:49 -0800 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH v2 00/33] spi: get rid of some legacy macros Message-ID: <2024012417-prissy-sworn-bc55@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 , Alex Elder , linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@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 =?iso-8859-1?Q?Roh=E1r?= , Jonathan Cameron , 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, linux-input@vger.kernel.org, Paolo Abeni , Arnd Bergmann , Yang Yingliang , Mark Brown , 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, Jan 22, 2024 at 07:06:55PM +0100, Uwe Kleine-König wrote: > Hello, > > this is v2 of this patch set. > > Changes since (implicit) v1, sent with Message-Id: > cover.1705348269.git.u.kleine-koenig@pengutronix.de: > > - Rebase to v6.8-rc1 > - Fix a build failure on sh > - Added the tags received in (implicit) v1. > > The slave-mt27xx driver needs some more work. The patch presented here > is enough however to get rid of the defines handled in patch 32. > Cleaning that up is out-of-scope for this series, so I'll delay that > until later. > > 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. Are we supposed to take the individual changes in our different subsystem trees, or do you want them all to go through the spi tree? Either is fine with me, just need to know. thanks, greg k-h