diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 18:57:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 18:57:47 -0400 |
commit | 8065be8d032f38da25b54bf077a05a30d9ce9f2a (patch) | |
tree | 32a7baf4b40e0240ab4b9dd6f2bbe6129929bb66 /MAINTAINERS | |
parent | 27d438c56009e5ae632de36fe70985d1aab5e344 (diff) | |
parent | ecc265fe9e09e32a3573b2ba26e79b2099eb8bbb (diff) |
Merge branch 'akpm' (second patchbomb from Andrew Morton)
Merge more incoming from Andrew Morton:
"Two new syscalls:
memfd_create in "shm: add memfd_create() syscall"
kexec_file_load in "kexec: implementation of new syscall kexec_file_load"
And:
- Most (all?) of the rest of MM
- Lots of the usual misc bits
- fs/autofs4
- drivers/rtc
- fs/nilfs
- procfs
- fork.c, exec.c
- more in lib/
- rapidio
- Janitorial work in filesystems: fs/ufs, fs/reiserfs, fs/adfs,
fs/cramfs, fs/romfs, fs/qnx6.
- initrd/initramfs work
- "file sealing" and the memfd_create() syscall, in tmpfs
- add pci_zalloc_consistent, use it in lots of places
- MAINTAINERS maintenance
- kexec feature work"
* emailed patches from Andrew Morton <akpm@linux-foundation.org: (193 commits)
MAINTAINERS: update nomadik patterns
MAINTAINERS: update usb/gadget patterns
MAINTAINERS: update DMA BUFFER SHARING patterns
kexec: verify the signature of signed PE bzImage
kexec: support kexec/kdump on EFI systems
kexec: support for kexec on panic using new system call
kexec-bzImage64: support for loading bzImage using 64bit entry
kexec: load and relocate purgatory at kernel load time
purgatory: core purgatory functionality
purgatory/sha256: provide implementation of sha256 in purgaotory context
kexec: implementation of new syscall kexec_file_load
kexec: new syscall kexec_file_load() declaration
kexec: make kexec_segment user buffer pointer a union
resource: provide new functions to walk through resources
kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()
kexec: move segment verification code in a separate function
kexec: rename unusebale_pages to unusable_pages
kernel: build bin2c based on config option CONFIG_BUILD_BIN2C
bin2c: move bin2c in scripts/basic
shm: wait for pins to be released when sealing
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 73 |
1 files changed, 25 insertions, 48 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e065c3881626..30873e781dfa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -597,7 +597,7 @@ AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER | |||
597 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> | 597 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> |
598 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 598 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
599 | S: Supported | 599 | S: Supported |
600 | F: drivers/usb/gadget/amd5536udc.* | 600 | F: drivers/usb/gadget/udc/amd5536udc.* |
601 | 601 | ||
602 | AMD GEODE PROCESSOR/CHIPSET SUPPORT | 602 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
603 | P: Andres Salomon <dilinger@queued.net> | 603 | P: Andres Salomon <dilinger@queued.net> |
@@ -621,7 +621,7 @@ AMD MICROCODE UPDATE SUPPORT | |||
621 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> | 621 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
622 | L: amd64-microcode@amd64.org | 622 | L: amd64-microcode@amd64.org |
623 | S: Maintained | 623 | S: Maintained |
624 | F: arch/x86/kernel/microcode_amd.c | 624 | F: arch/x86/kernel/cpu/microcode/amd* |
625 | 625 | ||
626 | AMD XGBE DRIVER | 626 | AMD XGBE DRIVER |
627 | M: Tom Lendacky <thomas.lendacky@amd.com> | 627 | M: Tom Lendacky <thomas.lendacky@amd.com> |
@@ -911,7 +911,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
911 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git | 911 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
912 | S: Maintained | 912 | S: Maintained |
913 | F: arch/arm/mach-prima2/ | 913 | F: arch/arm/mach-prima2/ |
914 | F: drivers/clk/clk-prima2.c | 914 | F: drivers/clk/sirf/ |
915 | F: drivers/clocksource/timer-prima2.c | 915 | F: drivers/clocksource/timer-prima2.c |
916 | F: drivers/clocksource/timer-marco.c | 916 | F: drivers/clocksource/timer-marco.c |
917 | N: [^a-z]sirf | 917 | N: [^a-z]sirf |
@@ -1164,6 +1164,7 @@ M: Linus Walleij <linus.walleij@linaro.org> | |||
1164 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1164 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1165 | S: Maintained | 1165 | S: Maintained |
1166 | F: arch/arm/mach-nomadik/ | 1166 | F: arch/arm/mach-nomadik/ |
1167 | F: drivers/pinctrl/nomadik/ | ||
1167 | F: drivers/i2c/busses/i2c-nomadik.c | 1168 | F: drivers/i2c/busses/i2c-nomadik.c |
1168 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git | 1169 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
1169 | 1170 | ||
@@ -1185,8 +1186,7 @@ F: drivers/mmc/host/msm_sdcc.h | |||
1185 | F: drivers/tty/serial/msm_serial.h | 1186 | F: drivers/tty/serial/msm_serial.h |
1186 | F: drivers/tty/serial/msm_serial.c | 1187 | F: drivers/tty/serial/msm_serial.c |
1187 | F: drivers/*/pm8???-* | 1188 | F: drivers/*/pm8???-* |
1188 | F: drivers/mfd/ssbi/ | 1189 | F: drivers/mfd/ssbi.c |
1189 | F: include/linux/mfd/pm8xxx/ | ||
1190 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git | 1190 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
1191 | S: Maintained | 1191 | S: Maintained |
1192 | 1192 | ||
@@ -1443,7 +1443,8 @@ F: drivers/mfd/abx500* | |||
1443 | F: drivers/mfd/ab8500* | 1443 | F: drivers/mfd/ab8500* |
1444 | F: drivers/mfd/dbx500* | 1444 | F: drivers/mfd/dbx500* |
1445 | F: drivers/mfd/db8500* | 1445 | F: drivers/mfd/db8500* |
1446 | F: drivers/pinctrl/pinctrl-nomadik* | 1446 | F: drivers/pinctrl/nomadik/pinctrl-ab* |
1447 | F: drivers/pinctrl/nomadik/pinctrl-nomadik* | ||
1447 | F: drivers/rtc/rtc-ab8500.c | 1448 | F: drivers/rtc/rtc-ab8500.c |
1448 | F: drivers/rtc/rtc-pl031.c | 1449 | F: drivers/rtc/rtc-pl031.c |
1449 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | 1450 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
@@ -1699,7 +1700,7 @@ ATMEL USBA UDC DRIVER | |||
1699 | M: Nicolas Ferre <nicolas.ferre@atmel.com> | 1700 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
1700 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1701 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1701 | S: Supported | 1702 | S: Supported |
1702 | F: drivers/usb/gadget/atmel_usba_udc.* | 1703 | F: drivers/usb/gadget/udc/atmel_usba_udc.* |
1703 | 1704 | ||
1704 | ATMEL WIRELESS DRIVER | 1705 | ATMEL WIRELESS DRIVER |
1705 | M: Simon Kelley <simon@thekelleys.org.uk> | 1706 | M: Simon Kelley <simon@thekelleys.org.uk> |
@@ -1991,7 +1992,7 @@ F: arch/arm/boot/dts/bcm113* | |||
1991 | F: arch/arm/boot/dts/bcm216* | 1992 | F: arch/arm/boot/dts/bcm216* |
1992 | F: arch/arm/boot/dts/bcm281* | 1993 | F: arch/arm/boot/dts/bcm281* |
1993 | F: arch/arm/configs/bcm_defconfig | 1994 | F: arch/arm/configs/bcm_defconfig |
1994 | F: drivers/mmc/host/sdhci_bcm_kona.c | 1995 | F: drivers/mmc/host/sdhci-bcm-kona.c |
1995 | F: drivers/clocksource/bcm_kona_timer.c | 1996 | F: drivers/clocksource/bcm_kona_timer.c |
1996 | 1997 | ||
1997 | BROADCOM BCM2835 ARM ARCHICTURE | 1998 | BROADCOM BCM2835 ARM ARCHICTURE |
@@ -2341,12 +2342,6 @@ L: netdev@vger.kernel.org | |||
2341 | S: Maintained | 2342 | S: Maintained |
2342 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c | 2343 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
2343 | 2344 | ||
2344 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER | ||
2345 | M: Lennert Buytenhek <kernel@wantstofly.org> | ||
2346 | L: linux-usb@vger.kernel.org | ||
2347 | S: Maintained | ||
2348 | F: drivers/usb/host/ohci-ep93xx.c | ||
2349 | |||
2350 | CIRRUS LOGIC AUDIO CODEC DRIVERS | 2345 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2351 | M: Brian Austin <brian.austin@cirrus.com> | 2346 | M: Brian Austin <brian.austin@cirrus.com> |
2352 | M: Paul Handrigan <Paul.Handrigan@cirrus.com> | 2347 | M: Paul Handrigan <Paul.Handrigan@cirrus.com> |
@@ -2431,7 +2426,7 @@ W: http://linux-cifs.samba.org/ | |||
2431 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ | 2426 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ |
2432 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git | 2427 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
2433 | S: Supported | 2428 | S: Supported |
2434 | F: Documentation/filesystems/cifs.txt | 2429 | F: Documentation/filesystems/cifs/ |
2435 | F: fs/cifs/ | 2430 | F: fs/cifs/ |
2436 | 2431 | ||
2437 | COMPACTPCI HOTPLUG CORE | 2432 | COMPACTPCI HOTPLUG CORE |
@@ -2966,7 +2961,9 @@ L: linux-media@vger.kernel.org | |||
2966 | L: dri-devel@lists.freedesktop.org | 2961 | L: dri-devel@lists.freedesktop.org |
2967 | L: linaro-mm-sig@lists.linaro.org | 2962 | L: linaro-mm-sig@lists.linaro.org |
2968 | F: drivers/dma-buf/ | 2963 | F: drivers/dma-buf/ |
2969 | F: include/linux/dma-buf* include/linux/reservation.h include/linux/*fence.h | 2964 | F: include/linux/dma-buf* |
2965 | F: include/linux/reservation.h | ||
2966 | F: include/linux/*fence.h | ||
2970 | F: Documentation/dma-buf-sharing.txt | 2967 | F: Documentation/dma-buf-sharing.txt |
2971 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | 2968 | T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git |
2972 | 2969 | ||
@@ -3061,7 +3058,6 @@ L: dri-devel@lists.freedesktop.org | |||
3061 | T: git git://people.freedesktop.org/~agd5f/linux | 3058 | T: git git://people.freedesktop.org/~agd5f/linux |
3062 | S: Supported | 3059 | S: Supported |
3063 | F: drivers/gpu/drm/radeon/ | 3060 | F: drivers/gpu/drm/radeon/ |
3064 | F: include/drm/radeon* | ||
3065 | F: include/uapi/drm/radeon* | 3061 | F: include/uapi/drm/radeon* |
3066 | 3062 | ||
3067 | DRM PANEL DRIVERS | 3063 | DRM PANEL DRIVERS |
@@ -3255,26 +3251,12 @@ T: git git://linuxtv.org/anttip/media_tree.git | |||
3255 | S: Maintained | 3251 | S: Maintained |
3256 | F: drivers/media/tuners/e4000* | 3252 | F: drivers/media/tuners/e4000* |
3257 | 3253 | ||
3258 | EATA-DMA SCSI DRIVER | ||
3259 | M: Michael Neuffer <mike@i-Connect.Net> | ||
3260 | L: linux-eata@i-connect.net | ||
3261 | L: linux-scsi@vger.kernel.org | ||
3262 | S: Maintained | ||
3263 | F: drivers/scsi/eata* | ||
3264 | |||
3265 | EATA ISA/EISA/PCI SCSI DRIVER | 3254 | EATA ISA/EISA/PCI SCSI DRIVER |
3266 | M: Dario Ballabio <ballabio_dario@emc.com> | 3255 | M: Dario Ballabio <ballabio_dario@emc.com> |
3267 | L: linux-scsi@vger.kernel.org | 3256 | L: linux-scsi@vger.kernel.org |
3268 | S: Maintained | 3257 | S: Maintained |
3269 | F: drivers/scsi/eata.c | 3258 | F: drivers/scsi/eata.c |
3270 | 3259 | ||
3271 | EATA-PIO SCSI DRIVER | ||
3272 | M: Michael Neuffer <mike@i-Connect.Net> | ||
3273 | L: linux-eata@i-connect.net | ||
3274 | L: linux-scsi@vger.kernel.org | ||
3275 | S: Maintained | ||
3276 | F: drivers/scsi/eata_pio.* | ||
3277 | |||
3278 | EC100 MEDIA DRIVER | 3260 | EC100 MEDIA DRIVER |
3279 | M: Antti Palosaari <crope@iki.fi> | 3261 | M: Antti Palosaari <crope@iki.fi> |
3280 | L: linux-media@vger.kernel.org | 3262 | L: linux-media@vger.kernel.org |
@@ -3449,7 +3431,7 @@ M: Matt Fleming <matt.fleming@intel.com> | |||
3449 | L: linux-efi@vger.kernel.org | 3431 | L: linux-efi@vger.kernel.org |
3450 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | 3432 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git |
3451 | S: Maintained | 3433 | S: Maintained |
3452 | F: Documentation/x86/efi-stub.txt | 3434 | F: Documentation/efi-stub.txt |
3453 | F: arch/ia64/kernel/efi.c | 3435 | F: arch/ia64/kernel/efi.c |
3454 | F: arch/x86/boot/compressed/eboot.[ch] | 3436 | F: arch/x86/boot/compressed/eboot.[ch] |
3455 | F: arch/x86/include/asm/efi.h | 3437 | F: arch/x86/include/asm/efi.h |
@@ -3836,7 +3818,7 @@ M: Li Yang <leoli@freescale.com> | |||
3836 | L: linux-usb@vger.kernel.org | 3818 | L: linux-usb@vger.kernel.org |
3837 | L: linuxppc-dev@lists.ozlabs.org | 3819 | L: linuxppc-dev@lists.ozlabs.org |
3838 | S: Maintained | 3820 | S: Maintained |
3839 | F: drivers/usb/gadget/fsl* | 3821 | F: drivers/usb/gadget/udc/fsl* |
3840 | 3822 | ||
3841 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER | 3823 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
3842 | M: Li Yang <leoli@freescale.com> | 3824 | M: Li Yang <leoli@freescale.com> |
@@ -4525,10 +4507,7 @@ S: Supported | |||
4525 | F: drivers/scsi/ibmvscsi/ibmvfc* | 4507 | F: drivers/scsi/ibmvscsi/ibmvfc* |
4526 | 4508 | ||
4527 | IBM ServeRAID RAID DRIVER | 4509 | IBM ServeRAID RAID DRIVER |
4528 | P: Jack Hammer | 4510 | S: Orphan |
4529 | M: Dave Jeffery <ipslinux@adaptec.com> | ||
4530 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html | ||
4531 | S: Supported | ||
4532 | F: drivers/scsi/ips.* | 4511 | F: drivers/scsi/ips.* |
4533 | 4512 | ||
4534 | ICH LPC AND GPIO DRIVER | 4513 | ICH LPC AND GPIO DRIVER |
@@ -4725,8 +4704,8 @@ F: drivers/platform/x86/intel_menlow.c | |||
4725 | INTEL IA32 MICROCODE UPDATE SUPPORT | 4704 | INTEL IA32 MICROCODE UPDATE SUPPORT |
4726 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> | 4705 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
4727 | S: Maintained | 4706 | S: Maintained |
4728 | F: arch/x86/kernel/microcode_core.c | 4707 | F: arch/x86/kernel/cpu/microcode/core* |
4729 | F: arch/x86/kernel/microcode_intel.c | 4708 | F: arch/x86/kernel/cpu/microcode/intel* |
4730 | 4709 | ||
4731 | INTEL I/OAT DMA DRIVER | 4710 | INTEL I/OAT DMA DRIVER |
4732 | M: Dan Williams <dan.j.williams@intel.com> | 4711 | M: Dan Williams <dan.j.williams@intel.com> |
@@ -5185,7 +5164,6 @@ L: linux-nfs@vger.kernel.org | |||
5185 | W: http://nfs.sourceforge.net/ | 5164 | W: http://nfs.sourceforge.net/ |
5186 | S: Supported | 5165 | S: Supported |
5187 | F: fs/nfsd/ | 5166 | F: fs/nfsd/ |
5188 | F: include/linux/nfsd/ | ||
5189 | F: include/uapi/linux/nfsd/ | 5167 | F: include/uapi/linux/nfsd/ |
5190 | F: fs/lockd/ | 5168 | F: fs/lockd/ |
5191 | F: fs/nfs_common/ | 5169 | F: fs/nfs_common/ |
@@ -5906,7 +5884,6 @@ F: drivers/clocksource/metag_generic.c | |||
5906 | F: drivers/irqchip/irq-metag.c | 5884 | F: drivers/irqchip/irq-metag.c |
5907 | F: drivers/irqchip/irq-metag-ext.c | 5885 | F: drivers/irqchip/irq-metag-ext.c |
5908 | F: drivers/tty/metag_da.c | 5886 | F: drivers/tty/metag_da.c |
5909 | F: fs/imgdafs/ | ||
5910 | 5887 | ||
5911 | MICROBLAZE ARCHITECTURE | 5888 | MICROBLAZE ARCHITECTURE |
5912 | M: Michal Simek <monstr@monstr.eu> | 5889 | M: Michal Simek <monstr@monstr.eu> |
@@ -6997,9 +6974,9 @@ M: Jamie Iles <jamie@jamieiles.com> | |||
6997 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 6974 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
6998 | T: git git://github.com/jamieiles/linux-2.6-ji.git | 6975 | T: git git://github.com/jamieiles/linux-2.6-ji.git |
6999 | S: Supported | 6976 | S: Supported |
6977 | F: arch/arm/boot/dts/picoxcell* | ||
7000 | F: arch/arm/mach-picoxcell/ | 6978 | F: arch/arm/mach-picoxcell/ |
7001 | F: drivers/*/picoxcell* | 6979 | F: drivers/crypto/picoxcell* |
7002 | F: drivers/*/*/picoxcell* | ||
7003 | 6980 | ||
7004 | PIN CONTROL SUBSYSTEM | 6981 | PIN CONTROL SUBSYSTEM |
7005 | M: Linus Walleij <linus.walleij@linaro.org> | 6982 | M: Linus Walleij <linus.walleij@linaro.org> |
@@ -7224,7 +7201,7 @@ F: drivers/ptp/* | |||
7224 | F: include/linux/ptp_cl* | 7201 | F: include/linux/ptp_cl* |
7225 | 7202 | ||
7226 | PTRACE SUPPORT | 7203 | PTRACE SUPPORT |
7227 | M: Roland McGrath <roland@redhat.com> | 7204 | M: Roland McGrath <roland@hack.frob.com> |
7228 | M: Oleg Nesterov <oleg@redhat.com> | 7205 | M: Oleg Nesterov <oleg@redhat.com> |
7229 | S: Maintained | 7206 | S: Maintained |
7230 | F: include/asm-generic/syscall.h | 7207 | F: include/asm-generic/syscall.h |
@@ -7274,7 +7251,7 @@ S: Maintained | |||
7274 | F: arch/arm/mach-pxa/ | 7251 | F: arch/arm/mach-pxa/ |
7275 | F: drivers/pcmcia/pxa2xx* | 7252 | F: drivers/pcmcia/pxa2xx* |
7276 | F: drivers/spi/spi-pxa2xx* | 7253 | F: drivers/spi/spi-pxa2xx* |
7277 | F: drivers/usb/gadget/pxa2* | 7254 | F: drivers/usb/gadget/udc/pxa2* |
7278 | F: include/sound/pxa2xx-lib.h | 7255 | F: include/sound/pxa2xx-lib.h |
7279 | F: sound/arm/pxa* | 7256 | F: sound/arm/pxa* |
7280 | F: sound/soc/pxa/ | 7257 | F: sound/soc/pxa/ |
@@ -7283,7 +7260,7 @@ PXA3xx NAND FLASH DRIVER | |||
7283 | M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 7260 | M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> |
7284 | L: linux-mtd@lists.infradead.org | 7261 | L: linux-mtd@lists.infradead.org |
7285 | S: Maintained | 7262 | S: Maintained |
7286 | F: drivers/mtd/nand/pxa3xx-nand.c | 7263 | F: drivers/mtd/nand/pxa3xx_nand.c |
7287 | 7264 | ||
7288 | MMP SUPPORT | 7265 | MMP SUPPORT |
7289 | M: Eric Miao <eric.y.miao@gmail.com> | 7266 | M: Eric Miao <eric.y.miao@gmail.com> |
@@ -9628,8 +9605,8 @@ USB WEBCAM GADGET | |||
9628 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 9605 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
9629 | L: linux-usb@vger.kernel.org | 9606 | L: linux-usb@vger.kernel.org |
9630 | S: Maintained | 9607 | S: Maintained |
9631 | F: drivers/usb/gadget/*uvc*.c | 9608 | F: drivers/usb/gadget/function/*uvc*.c |
9632 | F: drivers/usb/gadget/webcam.c | 9609 | F: drivers/usb/gadget/legacy/webcam.c |
9633 | 9610 | ||
9634 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 9611 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
9635 | M: Jussi Kivilinna <jussi.kivilinna@iki.fi> | 9612 | M: Jussi Kivilinna <jussi.kivilinna@iki.fi> |