From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B69A3342C98 for ; Thu, 25 Jun 2026 15:24:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782401059; cv=none; b=UWcanuP6iijVE2vSiKCukhL/5oL6fYHj1m0X/DPstUX5+NLISnWuYwFBXEzQVR8oJvhAn/DRfRXZKIQga1cfrWqPA3Sef3MYW5QWyCn9xABRXyQKL0+0ZsyRakFwkjCJrJYx9tV7+m6aJmWcvN11gy6afrGjaCV+7mHSXQCUWsM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782401059; c=relaxed/simple; bh=Ssb0arG5Y/O9YhGxkjyKcuP/2elkBx14M4ErpULiVX0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=alrev3sdqNQJ/XhyD3cnzdDXg8eq0PZDUmvLXhVKl69Hus4omCNBe1ie9QdZXRS0Sa7j9qJGk+W+Dndd+RO7VC7DXR3T3dFKzxCpzC8Jag3qS+Ksxm4naDVijUjcryFO4Y+5zMjlEiXCbY8FrCjBWajjqtOY02nKK0EMaD32Owk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PYkO/IUn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PYkO/IUn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3856A1F000E9; Thu, 25 Jun 2026 15:24:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782401058; bh=vdbrvvck3QhcEt2+4ZdtDfILVdoa4P+a8NL52nf8Bbo=; h=From:To:Cc:Subject:Date; b=PYkO/IUnxzfilVN8OPVM6mFgQM9+RuZYjO0HdfefW6PgL2AvOd8+asy5EhEa+p28A 0AJdO1Y/KK4y1maDeMBNvy29KMGvD9mXWmotuKYjnPyK+NVdT+YdOGeC/04sYoH9JU qQeSEIBKmoY3eW3VUy96ZATWQApOfLaRQ2+aL04MgtRRNyda1I0twDwt9jTPXPONiz 7/VZRCtXmr2IlzUHJV3yCqAKWUaTtri+TOBQT40251ZPQsVJ99O3Ns8fsRU2v3T2Ag 3EegF+zZhKTBfc416gN1KgELEIw0+wI4qPbguQbI2+a2E8xZIjXAU26isKVen+AAii y52zlAk3FkZhw== From: Stephen Boyd To: Linus Torvalds Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: [GIT PULL] SPMI changes for the merge window Date: Thu, 25 Jun 2026 08:24:16 -0700 Message-ID: <20260625152417.10026-1-sboyd@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git tags/spmi-for-linus for you to fetch changes up to 3443eec9c55d128064c83225a9111f1a1a37277a: spmi: use kzalloc_flex in main allocation (2026-05-28 18:40:46 -0700) ---------------------------------------------------------------- Support for Qualcomm PMIC arbiter v8.5 and Hawi along with a kernel doc cleanup and a kzalloc flex usage. Usually I send this to Greg but I forgot these were hanging out in here. They've been in -next for many weeks without issues reported. ---------------------------------------------------------------- Fenglin Wu (2): dt-bindings: spmi: glymur-spmi-pmic-arb: Add compatible for Qualcomm Hawi SoC spmi: spmi-pmic-arb: add support for PMIC arbiter v8.5 Randy Dunlap (1): spmi: clean up kernel-doc in spmi.h Rosen Penev (1): spmi: use kzalloc_flex in main allocation .../bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml | 1 + drivers/spmi/spmi-pmic-arb.c | 142 ++++++++++++++++----- drivers/spmi/spmi.c | 4 +- include/linux/spmi.h | 5 +- 4 files changed, 119 insertions(+), 33 deletions(-) -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git