From patchwork Wed Feb 21 16:27:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13565953 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 3FDCCC48BEB for ; Wed, 21 Feb 2024 16:27:46 +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-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=oWCwat4R0mBdhqFuzYcWTQhn3hO3bAiVsPcgeTdvqwQ=; b=WO/ 5sdPA3Q5JPRRHtXijTIhCdKfokYRvwHhhDQxl45CH51SceuPBuoZWcd3VMjP0yU4++wyBDkw+XHFw 20zgV9Kc2gtaKaeHDg4MkEoD41CkFLppYL7oFI9JjOpioN2YSPJPyAU1rhg3hkC4rnxBnqn4Mpv2d 3MYpso5BVmyPn3NSdcwL7Er0iACwHHTITsMvjg4809WaRNziq7GZ8ceKCDw2NPs2UYHvDNpTr2Bqk ISvtZO2Dtt+M/l+mwzQAs5uLZDJA0MrA4xcn6AvYXF6dvvOdynXHeClbQCjP3U61ovpyiuMrzpAX+ JNkyrISL/IGmFIYCRTjooJTKgb7VO4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcpRd-00000001iNc-0YY8; Wed, 21 Feb 2024 16:27:41 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcpRZ-00000001iLp-3SPM for linux-riscv@lists.infradead.org; Wed, 21 Feb 2024 16:27:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2DFCA60CA5 for ; Wed, 21 Feb 2024 16:27:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4FF7C433C7; Wed, 21 Feb 2024 16:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708532856; bh=hfeE9saR/Jk9YQ0N1ETT3lLDiDHaavqfSVZ0p835jdI=; h=Date:From:List-Id:To:Cc:Subject:From; b=RBKzwaTVGHM/GOFuv2DzRvOkN6EbetLECin9Hg0/LGFbtGb4bVXQTqqkEiKzzByXT 2WrvtXev0IzAmRLifTwE54Fp60A0x7Ij8zkh4qUlmP48FHC89nmLv1eIt1QPgCTPgv Yd/oaVG0cgezrML0jgjMUqXeXkqEcnZuRmMxEOxXnIoUvl0gKhZMp8qOfruyP0rcST KmMZWGr0LCLEJj0Nhyj9F4GXLZKD+NCionBsZNrLs0o4CD1Yb9vTA2rm7sW+vd0bQy 6xx8HKmkIvw2EYBv/2huMS0wAHFXHmnNUF4yaxtUxnbC4KTovOM0CIbrx69jrJs/x/ 3reGbIJfCdB+Q== Date: Wed, 21 Feb 2024 16:27:33 +0000 From: Conor Dooley To: soc@kernel.org Cc: conor@kernel.org, linux-riscv@lists.infradead.org Subject: [GIT PULL] RISC-V Cache driver fixes for v6.8-rc6 Message-ID: <20240221-keenness-handheld-b930aaa77708@spud> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240221_082737_950107_A90F4A7C X-CRM114-Status: UNSURE ( 7.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hey Arnd, First of a few small PRs - I'd send these as patchsets but my flow for sending a PR is easier. I guess that says something about how poor my patch sending flow is... Cheers, Conor. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-cache-fixes-for-v6.8-rc6 for you to fetch changes up to 9bd405c48b0ac4de087c0c4440fd79597201b8a7: cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback() (2024-02-21 16:24:10 +0000) ---------------------------------------------------------------- RISC-V Cache driver fixes for v6.8-rc6 A single fix for an inconsistency reported during CIP review by Pavel in the newly added ax45mp cache driver. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Lad Prabhakar (1): cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback() drivers/cache/ax45mp_cache.c | 4 ++++ 1 file changed, 4 insertions(+)