[GIT PULL] firewire updates for v6.14
From: Takashi Sakamoto
Date: Sun Jan 26 2025 - 04:11:21 EST
Hi Linus,
Please merge the firewire updates for the 6.14 kernel.
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-updates-6.14
for you to fetch changes up to 352fafe97784e81a10a7c74bd508f71a19b53c2a:
firewire: test: Fix potential null dereference in firewire kunit test (2025-01-13 10:31:27 +0900)
----------------------------------------------------------------
firewire updates for v6.14
Two changes for the 6.14 kernel.
The first change concerns the PCI driver for 1394 OHCI hardware.
Previously, it used legacy PCI suspend/resume callbacks, which have now
been replaced with callbacks defined in the Linux generic power management
framework. This original patch was posted in 2020 and has been adapted with
some modifications for the latest kernel. Note that the driver still
includes platform-specific operations for PowerPC, and these operations
have not been tested in the new implementation yet. It would be helpful to
share the results of suspending/resuming on the platform.
The rest is a minor fix for the memory allocation in some KUnit tests.
----------------------------------------------------------------
Charles Han (1):
firewire: test: Fix potential null dereference in firewire kunit test
Vaibhav Gupta (1):
firewire: ohci: use generic power management
drivers/firewire/device-attribute-test.c | 2 ++
drivers/firewire/ohci.c | 44 +++++++++++++-------------------------------
2 files changed, 15 insertions(+), 31 deletions(-)
Thanks
Takashi Sakamoto