[GIT,PULL] firewire fixes for v6.8-rc3

Message ID 20240201121926.GA87292@workstation.local
State New
Headers
Series [GIT,PULL] firewire fixes for v6.8-rc3 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.8-rc3

Message

Takashi Sakamoto Feb. 1, 2024, 12:19 p.m. UTC
  Hi Linus,

The support for legacy layout of configuratom ROM was merged to
v6.8-rc1, while it appears that it is not enough for some devices,
since they have a specific quirk. This pull request includes some
changes to handle the quirk.

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.8-rc3

for you to fetch changes up to 47dc55181dcbee69fc84c902e7fb060213b9b8a5:

  firewire: core: search descriptor leaf just after vendor directory entry in root directory (2024-02-01 20:53:18 +0900)

----------------------------------------------------------------
firewire fixes for 6.8-rc3

FireWire subsystem now supports the legacy layout of configuration ROM,
while it appears that some of DV devices in the early 2000's have the
legacy layout with a quirk. This pull request includes some changes to
handle the quirk.

----------------------------------------------------------------
Takashi Sakamoto (2):
      firewire: core: correct documentation of fw_csr_string() kernel API
      firewire: core: search descriptor leaf just after vendor directory entry in root directory

 drivers/firewire/core-device.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)


Thanks

Takashi Sakamoto
  

Comments

pr-tracker-bot@kernel.org Feb. 1, 2024, 6:23 p.m. UTC | #1
The pull request you sent on Thu, 1 Feb 2024 21:19:26 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.8-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f6cdd897cc7030a573f56ab1e9ebaece26c7c10c

Thank you!