From patchwork Fri Jan 27 22:55:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jernej Skrabec X-Patchwork-Id: 13119491 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 8FF17C38142 for ; Fri, 27 Jan 2023 22:56:55 +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:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=YcICBnlwdbHSrVps/Gm8Zd8cWDTKAtnQnizU81Kwj8o=; b=hsGHKDaS3OasTU suDOefMS870flkuNoOc2LEezHsx+X07qVZ87AVwbhshuAQ2ANQLEXuv8TdyUH0hJaZnxDd/mw+FjZ 4ueXulKGFtu4QP7AyMrfF+pxOP+RjlgEHWi6BfhXuNAAqJ/8zCaIky8Vpev3DlX8xpj2r2AMkDpX6 usj4MFPVzXVT8tiCeJs1wNenC7eGRNbkYuKfttoaODWDGGa1BUeZ1WecDClKzZrobZjAND52Acbol PCUXHHj6ZPVqof0RZr3QC1d2N+TM+ZMPOsmkoM1GDPBj7kAHBjw+pa3OWxp3jeBCVFT78Gu/ET2je 6fCW7ubmK1b6HSJP/0Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXdU-00GkvH-EP; Fri, 27 Jan 2023 22:55:56 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXdQ-00GktN-Ek for linux-arm-kernel@lists.infradead.org; Fri, 27 Jan 2023 22:55:53 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 681C661DD7; Fri, 27 Jan 2023 22:55:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2547CC433D2; Fri, 27 Jan 2023 22:55:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674860148; bh=M/MSSFJTt2JantLs11iRl/ZAuogcLvKlYYz+7Vg1Q2g=; h=Date:From:List-Id:To:Cc:Subject:From; b=m32Po3ZDKUBE3u+yFBiUgMIGQE9klgwhuuJqiAQw7bcaZ1EZlunUEmh4dgD/eI5j6 o+QfFAkFZj+HNxqPFGIJhFqTpieun8/AtWqnH+fSBY5HyYIsSEDICG78Q7hV2cIaRv y4gpqbWmNC5EwXbcIUnf6FIqyfOTRkhORxLpOKnKiGJpOepsmsFXoF0c33xvKBwz4r aSOWeWpTer5v1LCU3sOmMnCGM9vv3ix5egAXD1/NKFcoPYZeSQHHql830PWQvO7zlC QBaXYZkMwrg8bi2VXbG6zzV7CXoCxYGJ/BLDH/DXwZsiMFLdwFYzewxKzu9tpU78Ax xf+xoge7jTI2A== Date: Fri, 27 Jan 2023 23:55:44 +0100 From: Jernej Skrabec To: arm@kernel.org, soc@kernel.org Cc: wens@csie.org, samuel@sholland.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [GIT PULL] Allwinner drivers fixes for 6.2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230127_145552_567558_299A148D X-CRM114-Status: UNSURE ( 8.01 ) X-CRM114-Notice: Please train this message. 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 The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-6.2-1 for you to fetch changes up to f71eaf2708be7831428eacae7db25d8ec6b8b4c5: bus: sunxi-rsb: Fix error handling in sunxi_rsb_init() (2023-01-08 21:35:01 +0100) ---------------------------------------------------------------- - Fix error handling in RSB init ---------------------------------------------------------------- Yuan Can (1): bus: sunxi-rsb: Fix error handling in sunxi_rsb_init() drivers/bus/sunxi-rsb.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)