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 ED1F6CF11CF for ; Thu, 10 Oct 2024 11:17:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=lr24YvQAtpRoCxEKcuRYxm1zp5MQcBASIPEh+Eh/Ic0=; b=Ug3HPgwm+teskLa/q/VU5qf/ZA nvF0YNCeu7dPwG0IPxkID1st8LjG81xuazgBGx67xZIrJpBPEDXm6GKX35pqCama86c5YG7695QL0 OYNtGK0fS4Y/GCgIOcgYYzhBEVtZH3G6SXqrtBbkfQw3k+SOoWoerZiA8L4qVdlXlsfeuuPMHG4Vr o/ofl2yImqr2sttEoASdjWvQ+Hb036jRWk+V1wjN4kmZ4JcEWtJN8ic8axFo3T+q69CZZtTdIWA3U 4z3wAKZrsTQgE18ECZEclcOO+drxL8qtQFuwyTR40KcJLNxp4vAKC50QKie1zDdSvJRQPuNZOxP1o XTqRn3cQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syrAW-0000000CW7D-2UFB; Thu, 10 Oct 2024 11:17:20 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syr7n-0000000CVbP-3KQg for linux-arm-kernel@lists.infradead.org; Thu, 10 Oct 2024 11:14:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D86AB5C6050; Thu, 10 Oct 2024 11:14:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85748C4CEC5; Thu, 10 Oct 2024 11:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728558871; bh=faasR6xzN3h6q9heHvMNzaWStXw8OeeUNOIeaDVDmnA=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=H8/9AZtnQcDTJFKDFeuufNmkW5gabUoy4BG2i7O43q90IwQz1EsqgPIzIuUudL3Cq Y7Ok/dCi+HCPLPaFzfSsnduNNX9Fs0CEBu5Hrne8rIiudAHFMjciPY1RPCebCau0G4 fzXlmorIcIQ4kWe9o2MlptmVilY6j3805XFLnmnbTj3N4Yb/RRyFA7pDSA/VkAiC5h NyYu3MrRsoas3FzLKzcbNj4LLaY7nRfbM/QXAZwVLR6ov//JLkN/T/BmDK4BGfQb52 mMopOajU05W6Wiy+kICiC6YmjKHJRv6ZTARe/gE3VVfc1m3AkpWQ/5NqUIvLy3pvqY IfCQzzpxZp2QA== From: Mark Brown To: olteanv@gmail.com, frank.li@nxp.com, shawnguo@kernel.org, Hardevsinh Palaniya Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux-spi@vger.kernel.org, imx@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20241008055644.4900-1-hardevsinh.palaniya@siliconsignals.io> References: <20241008055644.4900-1-hardevsinh.palaniya@siliconsignals.io> Subject: Re: Fix Sparse warnings Message-Id: <172855886823.3260167.4815619322285709475.b4-ty@kernel.org> Date: Thu, 10 Oct 2024 12:14:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-99b12 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241010_041431_910065_974D3107 X-CRM114-Status: GOOD ( 11.23 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 08 Oct 2024 11:25:44 +0530, Hardevsinh Palaniya wrote: > Change in v2: > > in patch 2/2: > - Use ioread32be instead of readl > - Use iowrite32be instead of writel > > Note: Drop 2 patches(patch 2/4 & 4/4) from the last version > link to v1: https://lore.kernel.org/linux-spi/20240927132944.19285-1-hardevsinh.palaniya@siliconsignals.io/T/#t > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] spi: spi-fsl-dspi: Fix casting warnings commit: 66c1c4175bbdfcf1cb1411b1ea62e7e0b5571594 [2/2] spi: spi-imx: Fix casting warnings commit: f3a59ab98cfc18c7b2fb1d8164bedbb1569a7e76 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