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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 80665CD11DD for ; Tue, 26 Mar 2024 12:39:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b4AWAB+Seu8CfSCMWXT5Dt5dfdmmPhXp/T5nhdQ7iwY=; b=GXILv+cAJn0LbA OcgxALf2ydzXD1CUTrOUDmhq2PAGW25/md0WEhmaYei4NQyPlqKeQeHv2ic8FknRZB6Xg3IqZJPBA 52eAtwjyBfrH7cqs1e3CWMiGZh9z2yF33n2vnbDZ3UAhIK0v+ZnMP45i79RJwcGZcn39Hxe5Pbi7U cHdu/sJdDc9xF+YofXp4MrsYZipeFROjQCGGAH+e2SUHtqUwS+Vl5ZGmwT38emcheXaaHsTTbUiI/ oJcLOowBzk97T9sq/glgX5/07pxFmMm6qjLbVssTzSZx3PdNvhg3DolJc6u5cV5eHh5gxkIgD/Zxd sIMvXAimt8Gxchctqm7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp65P-00000004VFa-3s7Z; Tue, 26 Mar 2024 12:39:27 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp65H-00000004VBw-2np9 for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2024 12:39:21 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 7CC7BCE1D4A; Tue, 26 Mar 2024 12:39:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC2FBC433C7; Tue, 26 Mar 2024 12:39:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711456756; bh=PeBXwtgNfaA/g4snk0iz4a05C6gmP71r6AzRxNVzSj4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=qhZgXhq95nLRv8B7wn7d4/BdpU6rqjDB6Ge5FWzgRhYskZb/fC7h8KJAGsy9oYndp AuBEGXuPSwWnL12I+vO7AjK/yBQnMlo1o9/YxJ4ZxuArn5lUDtghk1mIXBhDJLB9YP M0se5ugF8jA6rQBC0NTn2rhqQk10GO7z55YH0GI0u1X4bGIJmz6lZ8q1JSfBf8n3AC aiPXux7mpCijqCCCg4h9fEldenisew5WWcBjUVCxMTgPQjLK8Kcv/GYEucp4HWcqa5 jSZ1j33OxcoNiz+tCcV1tQz5xB+FT5OIogPRZVINZqqg+GY7iOBjEH+PaEpsTnMf/x DRJGF7B/30BSA== From: Mark Brown To: Arnd Bergmann , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Shevchenko Cc: Daniel Mack , Haojian Zhuang , Robert Jarzmik , Russell King In-Reply-To: <20240307195056.4059864-1-andriy.shevchenko@linux.intel.com> References: <20240307195056.4059864-1-andriy.shevchenko@linux.intel.com> Subject: Re: [PATCH v3 0/3] spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h Message-Id: <171145675351.65249.10757954736069645808.b4-ty@kernel.org> Date: Tue, 26 Mar 2024 12:39:13 +0000 MIME-Version: 1.0 X-Mailer: b4 0.14-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240326_053919_968636_14FD810E X-CRM114-Status: GOOD ( 14.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 07 Mar 2024 21:47:44 +0200, Andy Shevchenko wrote: > A couple of cleanups against linux/spi/pxa2xx_spi.h. > > I'm sending this as v3 to land in the SPI subsystem. Meanwhile I'm > preparing an update to make linux/spi/pxa2xx_spi.h private to the > subsystem (PXA2xx driver). But the second part will be presented later > on (likely after v6.9-rc1). That said, this can be routed either via > SoC tree or SPI, up to respective maintainers. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: pxa2xx: Kill pxa2xx_set_spi_info() commit: 7fd54c205f104317b853fc417ac7e9d0b9531ddb [2/3] spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller commit: e3f209e269d32ebc0ba7f497f5d2af21ed4f0dd0 [3/3] spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c commit: b5867a5c0d7a6bf36f59f3d472c7aed33ca4d02c All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel