* [GIT PULL] i2c-host-fixes for v6.11-rc4
@ 2024-08-16 8:41 Andi Shyti
2024-08-16 14:25 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Andi Shyti @ 2024-08-16 8:41 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, lkml, Andi Shyti, Breno Leitao
Hi Wolfram,
This pull request includes two fixes related to the runtime PM
functions, which are described in the tag description.
Breno's fix will require additional support when backported to
stable kernels.
My fix addresses an issue that was missed by Gaosheng in last
week's patches and overlooked in my review. With this change, the
exit path of the runtime_resume() function for the Qualcomm
controller should fine (there's still a minor cleanup needed,
which will be handled in a different branch).
As always, I wish you a great weekend!
Andi
The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:
Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.11-rc4
for you to fetch changes up to 14d069d92951a3e150c0a81f2ca3b93e54da913b:
i2c: tegra: Do not mark ACPI devices as irq safe (2024-08-15 00:22:28 +0200)
----------------------------------------------------------------
Two fixes in this update:
Tegra I2C Controller: Addresses a potential double-locking issue
during probe. ACPI devices are not IRQ-safe when invoking runtime
suspend and resume functions, so the irq_safe flag should not be
set.
Qualcomm GENI I2C Controller: Fixes an oversight in the exit path
of the runtime_resume() function, which was missed in the
previous release.
----------------------------------------------------------------
Andi Shyti (1):
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Breno Leitao (1):
i2c: tegra: Do not mark ACPI devices as irq safe
drivers/i2c/busses/i2c-qcom-geni.c | 4 +++-
drivers/i2c/busses/i2c-tegra.c | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] i2c-host-fixes for v6.11-rc4
2024-08-16 8:41 [GIT PULL] i2c-host-fixes for v6.11-rc4 Andi Shyti
@ 2024-08-16 14:25 ` Wolfram Sang
0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2024-08-16 14:25 UTC (permalink / raw)
To: Andi Shyti; +Cc: linux-i2c, lkml, Breno Leitao
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
On Fri, Aug 16, 2024 at 09:41:25AM +0100, Andi Shyti wrote:
> Hi Wolfram,
>
> This pull request includes two fixes related to the runtime PM
> functions, which are described in the tag description.
>
> Breno's fix will require additional support when backported to
> stable kernels.
>
> My fix addresses an issue that was missed by Gaosheng in last
> week's patches and overlooked in my review. With this change, the
> exit path of the runtime_resume() function for the Qualcomm
> controller should fine (there's still a minor cleanup needed,
> which will be handled in a different branch).
>
> As always, I wish you a great weekend!
Same to you!
Pulled, thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-16 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 8:41 [GIT PULL] i2c-host-fixes for v6.11-rc4 Andi Shyti
2024-08-16 14:25 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox