From patchwork Thu Sep 5 16:12:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 13792673 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B043CCD5BCC for ; Thu, 5 Sep 2024 16:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 6B8E7C4CEC7; Thu, 5 Sep 2024 16:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 293E2C4CEC3; Thu, 5 Sep 2024 16:12:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725552727; bh=IFF9ZfIb8PFwjfqH8bgDXiv+AA5USyRSh780LD7aKtk=; h=Date:From:List-Id:To:Cc:Subject:From; b=IQGZ/VKYZF/4gFzIy8uoecAjZgBGyXtruGp1LEZCHk7nZtVurf4d9Yhk3SHwNNQ6j gud29gIVD5TOcXLlIYRAHMbhFdR/xLFe3+Te66Vo8s6dEvnwmup9iwWcNv/Gnj+Dfr D7ddvLxHFvmUWekwmizyFcxf07MIRw6zqfqyjSYLZrJUjvZgjrbtd7T/nY3njTYt2P cBQp5KR7tqWi33X4P4cfskNJoyHLBhBcZa0Xq954V5lXkh381sQaso2B227ypNCcsr UvOPCUEf4YBMWhqsstbSgfYhEwZ4sc6oYdU8gf4TL4PcE4ZI+9EMdLmU5xKMdTuvLP EE87ygPDrf2vg== Received: by wens.tw (Postfix, from userid 1000) id 4F3C05F882; Fri, 6 Sep 2024 00:12:02 +0800 (CST) Date: Fri, 6 Sep 2024 00:12:02 +0800 From: Chen-Yu Tsai List-Id: To: soc@kernel.org Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner SoC driver changes for 6.12 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi, Not a lot of stuff for this cycle. Just one commit for drivers. Please pull. Thanks ChenYu The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.12 for you to fetch changes up to 7ad250e13ff8a275ba846fd223288f01f5d3857c: bus: sunxi-rsb: Simplify code with dev_err_probe() (2024-09-05 23:20:47 +0800) ---------------------------------------------------------------- Allwinner SoC driver changes for 6.12 - Simplify sunxi-rsb driver probe function using dev_err_probe() ---------------------------------------------------------------- Zhang Zekun (1): bus: sunxi-rsb: Simplify code with dev_err_probe() drivers/bus/sunxi-rsb.c | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-)