From patchwork Mon Sep 30 16:57:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 13816720 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 BDAD2CE8374 for ; Mon, 30 Sep 2024 17:01:06 +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: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=96VrjNcV7D0j2EoDvp6RwnRu/0qmvGAO20rDMH+z0t0=; b=0jLoBRhu5jtq9fsXJbAb7baufU FtMhf0XlJYHsT3dZ2XbtvuUR6C2B5TiKDCWXIMY4Y8KjL9UrQielqqi1h1pEBDHoIg7TG5ucYgVjz c1NiuRcotvWMJ8aGxTzS0CJGSGs8J+Dvqaoe5uZoc2OT6hyObBMFYG9Bf0wY1A+3p966MvDJ+6sZ2 6YQgID+IM5f1Pz/tT2US2oodjotUx+f7LzxU1vuxxY0bDxNkaxaNzNDXGgI457XjAZ2Wk1LI2Y808 TXzluVkmoC/6juxyUnXHZGEWIr/1uUkfMD0EwgEp4WK5DpmR5+6d1+LcJnvj7nbOZEVEp7G/PwTFh NptklmoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svJlV-00000000JxC-0BfF; Mon, 30 Sep 2024 17:00:53 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1svJiQ-00000000JZ4-2DHv for linux-arm-kernel@lists.infradead.org; Mon, 30 Sep 2024 16:57:43 +0000 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1svJiP-0004VK-4r; Mon, 30 Sep 2024 18:57:41 +0200 From: Philipp Zabel To: soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, Philipp Zabel Subject: [GIT PULL] Reset controller fixes for v6.12 Date: Mon, 30 Sep 2024 18:57:33 +0200 Message-Id: <20240930165733.1541936-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::54 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240930_095742_588070_B1A7AD36 X-CRM114-Status: UNSURE ( 8.79 ) 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 Dear arm-soc maintainers, The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.12 for you to fetch changes up to 2cf59663660799ce16f4dfbed97cdceac7a7fa11: reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC (2024-09-30 14:24:37 +0200) ---------------------------------------------------------------- Reset controller fixes for v6.12 Fix a NULL pointer dereference in reset-starfive-jh71x0 and replace two accidental commas at line endings with semicolons in reset-npcm. ---------------------------------------------------------------- Changhuang Liang (1): reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC Yan Zhen (1): reset: npcm: convert comma to semicolon drivers/reset/reset-npcm.c | 4 ++-- drivers/reset/starfive/reset-starfive-jh71x0.c | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)