diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-27 20:27:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-27 20:27:48 +0200 |
commit | b02847fc2e7a55b7247cf80c14527555bdc965af (patch) | |
tree | 625c087a1f40a269049c13390b3f02315e703c4a /MAINTAINERS | |
parent | Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
parent | firewire: init_ohci1394_dma: use correct function names in comments (diff) | |
download | linux-b02847fc2e7a55b7247cf80c14527555bdc965af.tar.xz linux-b02847fc2e7a55b7247cf80c14527555bdc965af.zip |
Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Pull firewire updates from Takashi Sakamoto:
"The pull request includes a few changes, Its main purpose is to
prepare for my future work by taking over maintainership from Stefan
Richter. I have plans to work on several items; e.g. packet processing
in workqueue context instead of tasklet.
As you may be aware, the IEEE 1394 technology is outdated. However, we
still have users. It is better to ensure a smooth transition for the
users to shift to other categories of devices"
* tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394:
firewire: init_ohci1394_dma: use correct function names in comments
MAINTAINERS: replace maintainer of FireWire subsystem
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eb555b57cec1..1f83f99e7eb2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7990,10 +7990,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master F: drivers/target/sbp/ FIREWIRE SUBSYSTEM -M: Stefan Richter <stefanr@s5r6.in-berlin.de> +M: Takashi Sakamoto <o-takashi@sakamocchi.jp> +M: Takashi Sakamoto <takaswie@kernel.org> L: linux1394-devel@lists.sourceforge.net S: Maintained -W: http://ieee1394.wiki.kernel.org/ +W: http://ieee1394.docs.kernel.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git F: drivers/firewire/ F: include/linux/firewire.h |