Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+5 -4
+3 -2
MAINTAINERS
··· 7990 7990 F: drivers/target/sbp/ 7991 7991 7992 7992 FIREWIRE SUBSYSTEM 7993 - M: Stefan Richter <stefanr@s5r6.in-berlin.de> 7993 + M: Takashi Sakamoto <o-takashi@sakamocchi.jp> 7994 + M: Takashi Sakamoto <takaswie@kernel.org> 7994 7995 L: linux1394-devel@lists.sourceforge.net 7995 7996 S: Maintained 7996 - W: http://ieee1394.wiki.kernel.org/ 7997 + W: http://ieee1394.docs.kernel.org/ 7997 7998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git 7998 7999 F: drivers/firewire/ 7999 8000 F: include/linux/firewire.h
+2 -2
drivers/firewire/init_ohci1394_dma.c
··· 251 251 } 252 252 253 253 /** 254 - * debug_init_ohci1394_dma - scan for OHCI1394 controllers and init DMA on them 254 + * init_ohci1394_dma_on_all_controllers - scan for OHCI1394 controllers and init DMA on them 255 255 * Scans the whole PCI space for OHCI1394 controllers and inits DMA on them 256 256 */ 257 257 void __init init_ohci1394_dma_on_all_controllers(void) ··· 283 283 } 284 284 285 285 /** 286 - * setup_init_ohci1394_early - enables early OHCI1394 DMA initialization 286 + * setup_ohci1394_dma - enables early OHCI1394 DMA initialization 287 287 */ 288 288 static int __init setup_ohci1394_dma(char *opt) 289 289 {