From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 04CE72741DA; Wed, 3 Sep 2025 12:55:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756904130; cv=none; b=LDNBZgxryvqNjX31ZY96RnnL0pxASSXRq0rHkD5zzRtEAnGKi12iE0t44jaMGsPyUzakpC02CepSGelXgAeoIPlrYvED0+q/EO/eQrXrVb6F7f9ekNnzHCTdWyoeb/xs2XsbVHSeVLor1gxcCJu55fCKizimodaRgz9uqDtDc30= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756904130; c=relaxed/simple; bh=BhWff4LgXnXlgt+WyYgGJOYpISIrkJaU/yaLsUYKaj4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oDuP44CcgxkBZVtCPkwFcDgGDL7joY2DmGZbf4+5ULAQcDZg8H6S+ZjlmMLytO3V6K/DWNuUsFamzPooO+byqHt3/wVhTuHcB73Ev/PYiptJzQ7i/cOhIbCLLQHyxyOXY0GSV4xew9cLXSQ5iP/Z91L8v2YKR0ebPhdGcw7H+iI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kwIWfSKR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kwIWfSKR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88660C4CEF0; Wed, 3 Sep 2025 12:55:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756904129; bh=BhWff4LgXnXlgt+WyYgGJOYpISIrkJaU/yaLsUYKaj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kwIWfSKRaQkema1FW9jA7Mr7A32Nx66R0pHZKTk/sZEEnU8TfB40srHxVK6reVAyw lsXugAmtCeMDAYggCNIlBTW3DguBZsYAZ3uwBO4ZpFdbf86k4PHn0xqgnH2hnI2fEc 9JZYMGEunXBn3BiMqqmGu3+4F4KOd8YenWK9LQPxv0FHgch1q3lQFVwZyBxixm949h 8ruMxxjFf+Gz9r0EzbYrGPlFwHzJwA9lxCsB0WnLbg7yd9z3ydXpDpJbX8ZKYXdnFk j6XzWIqcvRTOI2IdCYt4H+QxbhKT+gDxSLF7j44u/cUHBdrI3ttLPUPjmd3LCKoVhp pV7JpJJ0wxGgQ== Date: Wed, 3 Sep 2025 13:55:24 +0100 From: Lee Jones To: Bartosz Golaszewski Cc: Linus Walleij , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Pawel Moll , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , stable@vger.kernel.org Subject: [GIT PULL v2] Immutable branch between MFD and GPIO due for the v6.18 merge window Message-ID: <20250903125524.GP2163762@google.com> References: <20250811-gpio-mmio-mfd-conv-v1-0-68c5c958cf80@linaro.org> <20250903090922.GE2163762@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250903090922.GE2163762@google.com> This time with the correct commits! The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585: Linux 6.17-rc1 (2025-08-10 19:41:16 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-v6.18 for you to fetch changes up to 9b33bbc084accb4ebde3c6888758b31e3bdf1c57: mfd: vexpress-sysreg: Use new generic GPIO chip API (2025-09-03 12:45:33 +0100) ---------------------------------------------------------------- Immutable branch between MFD and GPIO due for the v6.18 merge window ---------------------------------------------------------------- Bartosz Golaszewski (2): mfd: vexpress-sysreg: Check the return value of devm_gpiochip_add_data() mfd: vexpress-sysreg: Use new generic GPIO chip API drivers/mfd/vexpress-sysreg.c | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) -- Lee Jones [李琼斯]