public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux1394-devel@lists.sourceforge.net
Subject: [GIT PULL] firewire updates for v6.14
Date: Sun, 26 Jan 2025 18:11:07 +0900	[thread overview]
Message-ID: <20250126091107.GA129560@workstation.local> (raw)

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

             reply	other threads:[~2025-01-26  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-26  9:11 Takashi Sakamoto [this message]
2025-01-27  0:35 ` [GIT PULL] firewire updates for v6.14 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250126091107.GA129560@workstation.local \
    --to=o-takashi@sakamocchi.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox