diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 274 |
1 files changed, 206 insertions, 68 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 743d540f5db4..3d7782b9f90d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -90,6 +90,9 @@ Descriptions of section entries: | |||
90 | F: drivers/net/* all files in drivers/net, but not below | 90 | F: drivers/net/* all files in drivers/net, but not below |
91 | F: */net/* all files in "any top level directory"/net | 91 | F: */net/* all files in "any top level directory"/net |
92 | One pattern per line. Multiple F: lines acceptable. | 92 | One pattern per line. Multiple F: lines acceptable. |
93 | N: Files and directories with regex patterns. | ||
94 | N: [^a-z]tegra all files whose path contains the word tegra | ||
95 | One pattern per line. Multiple N: lines acceptable. | ||
93 | X: Files and directories that are NOT maintained, same rules as F: | 96 | X: Files and directories that are NOT maintained, same rules as F: |
94 | Files exclusions are tested before file matches. | 97 | Files exclusions are tested before file matches. |
95 | Can be useful for excluding a specific subdirectory, for instance: | 98 | Can be useful for excluding a specific subdirectory, for instance: |
@@ -97,13 +100,12 @@ Descriptions of section entries: | |||
97 | X: net/ipv6/ | 100 | X: net/ipv6/ |
98 | matches all files in and below net excluding net/ipv6/ | 101 | matches all files in and below net excluding net/ipv6/ |
99 | K: Keyword perl extended regex pattern to match content in a | 102 | K: Keyword perl extended regex pattern to match content in a |
100 | patch or file, or an affected filename. For instance: | 103 | patch or file. For instance: |
101 | K: of_get_profile | 104 | K: of_get_profile |
102 | matches patch or file content, or filenames, that contain | 105 | matches patches or files that contain "of_get_profile" |
103 | "of_get_profile" | ||
104 | K: \b(printk|pr_(info|err))\b | 106 | K: \b(printk|pr_(info|err))\b |
105 | matches patch or file content, or filenames, that contain one or | 107 | matches patches or files that contain one or more of the words |
106 | more of the words printk, pr_info or pr_err | 108 | printk, pr_info or pr_err |
107 | One regex pattern per line. Multiple K: lines acceptable. | 109 | One regex pattern per line. Multiple K: lines acceptable. |
108 | 110 | ||
109 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 111 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
@@ -799,6 +801,7 @@ S: Maintained | |||
799 | F: arch/arm/mach-prima2/ | 801 | F: arch/arm/mach-prima2/ |
800 | F: drivers/dma/sirf-dma.c | 802 | F: drivers/dma/sirf-dma.c |
801 | F: drivers/i2c/busses/i2c-sirf.c | 803 | F: drivers/i2c/busses/i2c-sirf.c |
804 | F: drivers/mmc/host/sdhci-sirf.c | ||
802 | F: drivers/pinctrl/pinctrl-sirf.c | 805 | F: drivers/pinctrl/pinctrl-sirf.c |
803 | F: drivers/spi/spi-sirf.c | 806 | F: drivers/spi/spi-sirf.c |
804 | 807 | ||
@@ -1031,6 +1034,7 @@ F: drivers/mmc/host/msm_sdcc.h | |||
1031 | F: drivers/tty/serial/msm_serial.h | 1034 | F: drivers/tty/serial/msm_serial.h |
1032 | F: drivers/tty/serial/msm_serial.c | 1035 | F: drivers/tty/serial/msm_serial.c |
1033 | F: drivers/*/pm8???-* | 1036 | F: drivers/*/pm8???-* |
1037 | F: drivers/ssbi/ | ||
1034 | F: include/linux/mfd/pm8xxx/ | 1038 | F: include/linux/mfd/pm8xxx/ |
1035 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git | 1039 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
1036 | S: Maintained | 1040 | S: Maintained |
@@ -1616,6 +1620,13 @@ W: http://www.baycom.org/~tom/ham/ham.html | |||
1616 | S: Maintained | 1620 | S: Maintained |
1617 | F: drivers/net/hamradio/baycom* | 1621 | F: drivers/net/hamradio/baycom* |
1618 | 1622 | ||
1623 | BCACHE (BLOCK LAYER CACHE) | ||
1624 | M: Kent Overstreet <koverstreet@google.com> | ||
1625 | L: linux-bcache@vger.kernel.org | ||
1626 | W: http://bcache.evilpiepirate.org | ||
1627 | S: Maintained: | ||
1628 | F: drivers/md/bcache/ | ||
1629 | |||
1619 | BEFS FILE SYSTEM | 1630 | BEFS FILE SYSTEM |
1620 | S: Orphan | 1631 | S: Orphan |
1621 | F: Documentation/filesystems/befs.txt | 1632 | F: Documentation/filesystems/befs.txt |
@@ -1764,7 +1775,7 @@ F: arch/arm/configs/bcm2835_defconfig | |||
1764 | F: drivers/*/*bcm2835* | 1775 | F: drivers/*/*bcm2835* |
1765 | 1776 | ||
1766 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | 1777 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
1767 | M: Matt Carlson <mcarlson@broadcom.com> | 1778 | M: Nithin Nayak Sujir <nsujir@broadcom.com> |
1768 | M: Michael Chan <mchan@broadcom.com> | 1779 | M: Michael Chan <mchan@broadcom.com> |
1769 | L: netdev@vger.kernel.org | 1780 | L: netdev@vger.kernel.org |
1770 | S: Supported | 1781 | S: Supported |
@@ -1886,7 +1897,7 @@ F: Documentation/video4linux/cafe_ccic | |||
1886 | F: drivers/media/platform/marvell-ccic/ | 1897 | F: drivers/media/platform/marvell-ccic/ |
1887 | 1898 | ||
1888 | CAIF NETWORK LAYER | 1899 | CAIF NETWORK LAYER |
1889 | M: Sjur Braendeland <sjur.brandeland@stericsson.com> | 1900 | M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
1890 | L: netdev@vger.kernel.org | 1901 | L: netdev@vger.kernel.org |
1891 | S: Supported | 1902 | S: Supported |
1892 | F: Documentation/networking/caif/ | 1903 | F: Documentation/networking/caif/ |
@@ -2200,12 +2211,34 @@ F: drivers/net/ethernet/ti/cpmac.c | |||
2200 | 2211 | ||
2201 | CPU FREQUENCY DRIVERS | 2212 | CPU FREQUENCY DRIVERS |
2202 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2213 | M: Rafael J. Wysocki <rjw@sisk.pl> |
2214 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2203 | L: cpufreq@vger.kernel.org | 2215 | L: cpufreq@vger.kernel.org |
2204 | L: linux-pm@vger.kernel.org | 2216 | L: linux-pm@vger.kernel.org |
2205 | S: Maintained | 2217 | S: Maintained |
2218 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2206 | F: drivers/cpufreq/ | 2219 | F: drivers/cpufreq/ |
2207 | F: include/linux/cpufreq.h | 2220 | F: include/linux/cpufreq.h |
2208 | 2221 | ||
2222 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE | ||
2223 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2224 | M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> | ||
2225 | L: cpufreq@vger.kernel.org | ||
2226 | L: linux-pm@vger.kernel.org | ||
2227 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | ||
2228 | S: Maintained | ||
2229 | F: drivers/cpufreq/arm_big_little.h | ||
2230 | F: drivers/cpufreq/arm_big_little.c | ||
2231 | F: drivers/cpufreq/arm_big_little_dt.c | ||
2232 | |||
2233 | CPUIDLE DRIVERS | ||
2234 | M: Rafael J. Wysocki <rjw@sisk.pl> | ||
2235 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2236 | L: linux-pm@vger.kernel.org | ||
2237 | S: Maintained | ||
2238 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2239 | F: drivers/cpuidle/* | ||
2240 | F: include/linux/cpuidle.h | ||
2241 | |||
2209 | CPUID/MSR DRIVER | 2242 | CPUID/MSR DRIVER |
2210 | M: "H. Peter Anvin" <hpa@zytor.com> | 2243 | M: "H. Peter Anvin" <hpa@zytor.com> |
2211 | S: Maintained | 2244 | S: Maintained |
@@ -2284,7 +2317,7 @@ L: linux-media@vger.kernel.org | |||
2284 | T: git git://linuxtv.org/media_tree.git | 2317 | T: git git://linuxtv.org/media_tree.git |
2285 | W: http://linuxtv.org | 2318 | W: http://linuxtv.org |
2286 | S: Maintained | 2319 | S: Maintained |
2287 | F: drivers/media/i2c/cx2341x* | 2320 | F: drivers/media/common/cx2341x* |
2288 | F: include/media/cx2341x* | 2321 | F: include/media/cx2341x* |
2289 | 2322 | ||
2290 | CX88 VIDEO4LINUX DRIVER | 2323 | CX88 VIDEO4LINUX DRIVER |
@@ -2367,6 +2400,16 @@ W: http://www.cyclades.com/ | |||
2367 | S: Orphan | 2400 | S: Orphan |
2368 | F: drivers/net/wan/pc300* | 2401 | F: drivers/net/wan/pc300* |
2369 | 2402 | ||
2403 | CYPRESS_FIRMWARE MEDIA DRIVER | ||
2404 | M: Antti Palosaari <crope@iki.fi> | ||
2405 | L: linux-media@vger.kernel.org | ||
2406 | W: http://linuxtv.org/ | ||
2407 | W: http://palosaari.fi/linux/ | ||
2408 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
2409 | T: git git://linuxtv.org/anttip/media_tree.git | ||
2410 | S: Maintained | ||
2411 | F: drivers/media/common/cypress_firmware* | ||
2412 | |||
2370 | CYTTSP TOUCHSCREEN DRIVER | 2413 | CYTTSP TOUCHSCREEN DRIVER |
2371 | M: Javier Martinez Canillas <javier@dowhile0.org> | 2414 | M: Javier Martinez Canillas <javier@dowhile0.org> |
2372 | L: linux-input@vger.kernel.org | 2415 | L: linux-input@vger.kernel.org |
@@ -2441,9 +2484,7 @@ S: Maintained | |||
2441 | F: drivers/platform/x86/dell-laptop.c | 2484 | F: drivers/platform/x86/dell-laptop.c |
2442 | 2485 | ||
2443 | DELL LAPTOP SMM DRIVER | 2486 | DELL LAPTOP SMM DRIVER |
2444 | M: Massimo Dal Zotto <dz@debian.org> | 2487 | S: Orphan |
2445 | W: http://www.debian.org/~dz/i8k/ | ||
2446 | S: Maintained | ||
2447 | F: drivers/char/i8k.c | 2488 | F: drivers/char/i8k.c |
2448 | F: include/uapi/linux/i8k.h | 2489 | F: include/uapi/linux/i8k.h |
2449 | 2490 | ||
@@ -2458,6 +2499,12 @@ M: Matthew Garrett <mjg59@srcf.ucam.org> | |||
2458 | S: Maintained | 2499 | S: Maintained |
2459 | F: drivers/platform/x86/dell-wmi.c | 2500 | F: drivers/platform/x86/dell-wmi.c |
2460 | 2501 | ||
2502 | DESIGNWARE USB2 DRD IP DRIVER | ||
2503 | M: Paul Zimmerman <paulz@synopsys.com> | ||
2504 | L: linux-usb@vger.kernel.org | ||
2505 | S: Maintained | ||
2506 | F: drivers/staging/dwc2/ | ||
2507 | |||
2461 | DESIGNWARE USB3 DRD IP DRIVER | 2508 | DESIGNWARE USB3 DRD IP DRIVER |
2462 | M: Felipe Balbi <balbi@ti.com> | 2509 | M: Felipe Balbi <balbi@ti.com> |
2463 | L: linux-usb@vger.kernel.org | 2510 | L: linux-usb@vger.kernel.org |
@@ -2731,7 +2778,7 @@ T: git git://linuxtv.org/media_tree.git | |||
2731 | S: Maintained | 2778 | S: Maintained |
2732 | F: drivers/media/usb/dvb-usb/cxusb* | 2779 | F: drivers/media/usb/dvb-usb/cxusb* |
2733 | 2780 | ||
2734 | DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER | 2781 | DVB_USB_EC168 MEDIA DRIVER |
2735 | M: Antti Palosaari <crope@iki.fi> | 2782 | M: Antti Palosaari <crope@iki.fi> |
2736 | L: linux-media@vger.kernel.org | 2783 | L: linux-media@vger.kernel.org |
2737 | W: http://linuxtv.org/ | 2784 | W: http://linuxtv.org/ |
@@ -2739,17 +2786,16 @@ W: http://palosaari.fi/linux/ | |||
2739 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 2786 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
2740 | T: git git://linuxtv.org/anttip/media_tree.git | 2787 | T: git git://linuxtv.org/anttip/media_tree.git |
2741 | S: Maintained | 2788 | S: Maintained |
2742 | F: drivers/media/usb/dvb-usb-v2/cypress_firmware* | 2789 | F: drivers/media/usb/dvb-usb-v2/ec168* |
2743 | 2790 | ||
2744 | DVB_USB_EC168 MEDIA DRIVER | 2791 | DVB_USB_GL861 MEDIA DRIVER |
2745 | M: Antti Palosaari <crope@iki.fi> | 2792 | M: Antti Palosaari <crope@iki.fi> |
2746 | L: linux-media@vger.kernel.org | 2793 | L: linux-media@vger.kernel.org |
2747 | W: http://linuxtv.org/ | 2794 | W: http://linuxtv.org/ |
2748 | W: http://palosaari.fi/linux/ | ||
2749 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 2795 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
2750 | T: git git://linuxtv.org/anttip/media_tree.git | 2796 | T: git git://linuxtv.org/anttip/media_tree.git |
2751 | S: Maintained | 2797 | S: Maintained |
2752 | F: drivers/media/usb/dvb-usb-v2/ec168* | 2798 | F: drivers/media/usb/dvb-usb-v2/gl861* |
2753 | 2799 | ||
2754 | DVB_USB_MXL111SF MEDIA DRIVER | 2800 | DVB_USB_MXL111SF MEDIA DRIVER |
2755 | M: Michael Krufky <mkrufky@linuxtv.org> | 2801 | M: Michael Krufky <mkrufky@linuxtv.org> |
@@ -2987,9 +3033,18 @@ F: arch/ia64/kernel/efi.c | |||
2987 | F: arch/x86/boot/compressed/eboot.[ch] | 3033 | F: arch/x86/boot/compressed/eboot.[ch] |
2988 | F: arch/x86/include/asm/efi.h | 3034 | F: arch/x86/include/asm/efi.h |
2989 | F: arch/x86/platform/efi/* | 3035 | F: arch/x86/platform/efi/* |
2990 | F: drivers/firmware/efivars.c | 3036 | F: drivers/firmware/efi/* |
2991 | F: include/linux/efi*.h | 3037 | F: include/linux/efi*.h |
2992 | 3038 | ||
3039 | EFI VARIABLE FILESYSTEM | ||
3040 | M: Matthew Garrett <matthew.garrett@nebula.com> | ||
3041 | M: Jeremy Kerr <jk@ozlabs.org> | ||
3042 | M: Matt Fleming <matt.fleming@intel.com> | ||
3043 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
3044 | L: linux-efi@vger.kernel.org | ||
3045 | S: Maintained | ||
3046 | F: fs/efivarfs/ | ||
3047 | |||
2993 | EFIFB FRAMEBUFFER DRIVER | 3048 | EFIFB FRAMEBUFFER DRIVER |
2994 | L: linux-fbdev@vger.kernel.org | 3049 | L: linux-fbdev@vger.kernel.org |
2995 | M: Peter Jones <pjones@redhat.com> | 3050 | M: Peter Jones <pjones@redhat.com> |
@@ -3242,6 +3297,12 @@ F: Documentation/firmware_class/ | |||
3242 | F: drivers/base/firmware*.c | 3297 | F: drivers/base/firmware*.c |
3243 | F: include/linux/firmware.h | 3298 | F: include/linux/firmware.h |
3244 | 3299 | ||
3300 | FLASHSYSTEM DRIVER (IBM FlashSystem 70/80 PCI SSD Flash Card) | ||
3301 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
3302 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
3303 | S: Maintained | ||
3304 | F: drivers/block/rsxx/ | ||
3305 | |||
3245 | FLOPPY DRIVER | 3306 | FLOPPY DRIVER |
3246 | M: Jiri Kosina <jkosina@suse.cz> | 3307 | M: Jiri Kosina <jkosina@suse.cz> |
3247 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | 3308 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git |
@@ -3502,7 +3563,7 @@ F: drivers/isdn/gigaset/ | |||
3502 | F: include/uapi/linux/gigaset_dev.h | 3563 | F: include/uapi/linux/gigaset_dev.h |
3503 | 3564 | ||
3504 | GPIO SUBSYSTEM | 3565 | GPIO SUBSYSTEM |
3505 | M: Grant Likely <grant.likely@secretlab.ca> | 3566 | M: Grant Likely <grant.likely@linaro.org> |
3506 | M: Linus Walleij <linus.walleij@linaro.org> | 3567 | M: Linus Walleij <linus.walleij@linaro.org> |
3507 | S: Maintained | 3568 | S: Maintained |
3508 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3569 | T: git git://git.secretlab.ca/git/linux-2.6.git |
@@ -3587,6 +3648,14 @@ W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |||
3587 | S: Maintained | 3648 | S: Maintained |
3588 | F: drivers/platform/x86/hdaps.c | 3649 | F: drivers/platform/x86/hdaps.c |
3589 | 3650 | ||
3651 | HDPVR USB VIDEO ENCODER DRIVER | ||
3652 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
3653 | L: linux-media@vger.kernel.org | ||
3654 | T: git git://linuxtv.org/media_tree.git | ||
3655 | W: http://linuxtv.org | ||
3656 | S: Odd Fixes | ||
3657 | F: drivers/media/usb/hdpvr | ||
3658 | |||
3590 | HWPOISON MEMORY FAILURE HANDLING | 3659 | HWPOISON MEMORY FAILURE HANDLING |
3591 | M: Andi Kleen <andi@firstfloor.org> | 3660 | M: Andi Kleen <andi@firstfloor.org> |
3592 | L: linux-mm@kvack.org | 3661 | L: linux-mm@kvack.org |
@@ -3858,7 +3927,6 @@ F: drivers/i2c/i2c-stub.c | |||
3858 | 3927 | ||
3859 | I2C SUBSYSTEM | 3928 | I2C SUBSYSTEM |
3860 | M: Wolfram Sang <wsa@the-dreams.de> | 3929 | M: Wolfram Sang <wsa@the-dreams.de> |
3861 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> | ||
3862 | L: linux-i2c@vger.kernel.org | 3930 | L: linux-i2c@vger.kernel.org |
3863 | W: http://i2c.wiki.kernel.org/ | 3931 | W: http://i2c.wiki.kernel.org/ |
3864 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | 3932 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
@@ -4335,7 +4403,7 @@ F: drivers/irqchip/ | |||
4335 | 4403 | ||
4336 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | 4404 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
4337 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4405 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4338 | M: Grant Likely <grant.likely@secretlab.ca> | 4406 | M: Grant Likely <grant.likely@linaro.org> |
4339 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next | 4407 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next |
4340 | S: Maintained | 4408 | S: Maintained |
4341 | F: Documentation/IRQ-domain.txt | 4409 | F: Documentation/IRQ-domain.txt |
@@ -4416,6 +4484,16 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |||
4416 | S: Maintained | 4484 | S: Maintained |
4417 | F: drivers/media/dvb-frontends/it913x-fe* | 4485 | F: drivers/media/dvb-frontends/it913x-fe* |
4418 | 4486 | ||
4487 | IT913X MEDIA DRIVER | ||
4488 | M: Antti Palosaari <crope@iki.fi> | ||
4489 | L: linux-media@vger.kernel.org | ||
4490 | W: http://linuxtv.org/ | ||
4491 | W: http://palosaari.fi/linux/ | ||
4492 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4493 | T: git git://linuxtv.org/anttip/media_tree.git | ||
4494 | S: Maintained | ||
4495 | F: drivers/media/tuners/it913x* | ||
4496 | |||
4419 | IVTV VIDEO4LINUX DRIVER | 4497 | IVTV VIDEO4LINUX DRIVER |
4420 | M: Andy Walls <awalls@md.metrocast.net> | 4498 | M: Andy Walls <awalls@md.metrocast.net> |
4421 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 4499 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
@@ -4822,11 +4900,8 @@ F: arch/powerpc/platforms/40x/ | |||
4822 | F: arch/powerpc/platforms/44x/ | 4900 | F: arch/powerpc/platforms/44x/ |
4823 | 4901 | ||
4824 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 4902 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
4825 | M: Grant Likely <grant.likely@secretlab.ca> | ||
4826 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | ||
4827 | L: linuxppc-dev@lists.ozlabs.org | 4903 | L: linuxppc-dev@lists.ozlabs.org |
4828 | T: git git://git.secretlab.ca/git/linux-2.6.git | 4904 | S: Unmaintained |
4829 | S: Maintained | ||
4830 | F: arch/powerpc/*/*virtex* | 4905 | F: arch/powerpc/*/*virtex* |
4831 | F: arch/powerpc/*/*/*virtex* | 4906 | F: arch/powerpc/*/*/*virtex* |
4832 | 4907 | ||
@@ -4935,6 +5010,12 @@ W: logfs.org | |||
4935 | S: Maintained | 5010 | S: Maintained |
4936 | F: fs/logfs/ | 5011 | F: fs/logfs/ |
4937 | 5012 | ||
5013 | LPC32XX MACHINE SUPPORT | ||
5014 | M: Roland Stigge <stigge@antcom.de> | ||
5015 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
5016 | S: Maintained | ||
5017 | F: arch/arm/mach-lpc32xx/ | ||
5018 | |||
4938 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 5019 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
4939 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> | 5020 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> |
4940 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 5021 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> |
@@ -5059,9 +5140,8 @@ S: Maintained | |||
5059 | F: drivers/net/ethernet/marvell/sk* | 5140 | F: drivers/net/ethernet/marvell/sk* |
5060 | 5141 | ||
5061 | MARVELL LIBERTAS WIRELESS DRIVER | 5142 | MARVELL LIBERTAS WIRELESS DRIVER |
5062 | M: Dan Williams <dcbw@redhat.com> | ||
5063 | L: libertas-dev@lists.infradead.org | 5143 | L: libertas-dev@lists.infradead.org |
5064 | S: Maintained | 5144 | S: Orphan |
5065 | F: drivers/net/wireless/libertas/ | 5145 | F: drivers/net/wireless/libertas/ |
5066 | 5146 | ||
5067 | MARVELL MV643XX ETHERNET DRIVER | 5147 | MARVELL MV643XX ETHERNET DRIVER |
@@ -5401,6 +5481,13 @@ L: linux-scsi@vger.kernel.org | |||
5401 | S: Maintained | 5481 | S: Maintained |
5402 | F: drivers/scsi/NCR_D700.* | 5482 | F: drivers/scsi/NCR_D700.* |
5403 | 5483 | ||
5484 | NCT6775 HARDWARE MONITOR DRIVER | ||
5485 | M: Guenter Roeck <linux@roeck-us.net> | ||
5486 | L: lm-sensors@lm-sensors.org | ||
5487 | S: Maintained | ||
5488 | F: Documentation/hwmon/nct6775 | ||
5489 | F: drivers/hwmon/nct6775.c | ||
5490 | |||
5404 | NETEFFECT IWARP RNIC DRIVER (IW_NES) | 5491 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
5405 | M: Faisal Latif <faisal.latif@intel.com> | 5492 | M: Faisal Latif <faisal.latif@intel.com> |
5406 | L: linux-rdma@vger.kernel.org | 5493 | L: linux-rdma@vger.kernel.org |
@@ -5563,6 +5650,7 @@ F: include/uapi/linux/if_* | |||
5563 | F: include/uapi/linux/netdevice.h | 5650 | F: include/uapi/linux/netdevice.h |
5564 | 5651 | ||
5565 | NETXEN (1/10) GbE SUPPORT | 5652 | NETXEN (1/10) GbE SUPPORT |
5653 | M: Manish Chopra <manish.chopra@qlogic.com> | ||
5566 | M: Sony Chacko <sony.chacko@qlogic.com> | 5654 | M: Sony Chacko <sony.chacko@qlogic.com> |
5567 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> | 5655 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> |
5568 | L: netdev@vger.kernel.org | 5656 | L: netdev@vger.kernel.org |
@@ -5683,7 +5771,7 @@ S: Maintained | |||
5683 | F: arch/arm/*omap*/*clock* | 5771 | F: arch/arm/*omap*/*clock* |
5684 | 5772 | ||
5685 | OMAP POWER MANAGEMENT SUPPORT | 5773 | OMAP POWER MANAGEMENT SUPPORT |
5686 | M: Kevin Hilman <khilman@ti.com> | 5774 | M: Kevin Hilman <khilman@deeprootsystems.com> |
5687 | L: linux-omap@vger.kernel.org | 5775 | L: linux-omap@vger.kernel.org |
5688 | S: Maintained | 5776 | S: Maintained |
5689 | F: arch/arm/*omap*/*pm* | 5777 | F: arch/arm/*omap*/*pm* |
@@ -5777,7 +5865,7 @@ F: arch/arm/*omap*/usb* | |||
5777 | 5865 | ||
5778 | OMAP GPIO DRIVER | 5866 | OMAP GPIO DRIVER |
5779 | M: Santosh Shilimkar <santosh.shilimkar@ti.com> | 5867 | M: Santosh Shilimkar <santosh.shilimkar@ti.com> |
5780 | M: Kevin Hilman <khilman@ti.com> | 5868 | M: Kevin Hilman <khilman@deeprootsystems.com> |
5781 | L: linux-omap@vger.kernel.org | 5869 | L: linux-omap@vger.kernel.org |
5782 | S: Maintained | 5870 | S: Maintained |
5783 | F: drivers/gpio/gpio-omap.c | 5871 | F: drivers/gpio/gpio-omap.c |
@@ -5831,7 +5919,7 @@ F: Documentation/i2c/busses/i2c-ocores | |||
5831 | F: drivers/i2c/busses/i2c-ocores.c | 5919 | F: drivers/i2c/busses/i2c-ocores.c |
5832 | 5920 | ||
5833 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | 5921 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
5834 | M: Grant Likely <grant.likely@secretlab.ca> | 5922 | M: Grant Likely <grant.likely@linaro.org> |
5835 | M: Rob Herring <rob.herring@calxeda.com> | 5923 | M: Rob Herring <rob.herring@calxeda.com> |
5836 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) | 5924 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) |
5837 | W: http://fdt.secretlab.ca | 5925 | W: http://fdt.secretlab.ca |
@@ -6186,7 +6274,7 @@ S: Supported | |||
6186 | F: drivers/scsi/pmcraid.* | 6274 | F: drivers/scsi/pmcraid.* |
6187 | 6275 | ||
6188 | PMC SIERRA PM8001 DRIVER | 6276 | PMC SIERRA PM8001 DRIVER |
6189 | M: jack_wang@usish.com | 6277 | M: xjtuwjp@gmail.com |
6190 | M: lindar_liu@usish.com | 6278 | M: lindar_liu@usish.com |
6191 | L: linux-scsi@vger.kernel.org | 6279 | L: linux-scsi@vger.kernel.org |
6192 | S: Supported | 6280 | S: Supported |
@@ -6209,7 +6297,7 @@ F: include/linux/power_supply.h | |||
6209 | F: drivers/power/ | 6297 | F: drivers/power/ |
6210 | 6298 | ||
6211 | PNP SUPPORT | 6299 | PNP SUPPORT |
6212 | M: Adam Belay <abelay@mit.edu> | 6300 | M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
6213 | M: Bjorn Helgaas <bhelgaas@google.com> | 6301 | M: Bjorn Helgaas <bhelgaas@google.com> |
6214 | S: Maintained | 6302 | S: Maintained |
6215 | F: drivers/pnp/ | 6303 | F: drivers/pnp/ |
@@ -6319,11 +6407,12 @@ S: Maintained | |||
6319 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | 6407 | T: git git://git.infradead.org/users/cbou/linux-pstore.git |
6320 | F: fs/pstore/ | 6408 | F: fs/pstore/ |
6321 | F: include/linux/pstore* | 6409 | F: include/linux/pstore* |
6322 | F: drivers/firmware/efivars.c | 6410 | F: drivers/firmware/efi/efi-pstore.c |
6323 | F: drivers/acpi/apei/erst.c | 6411 | F: drivers/acpi/apei/erst.c |
6324 | 6412 | ||
6325 | PTP HARDWARE CLOCK SUPPORT | 6413 | PTP HARDWARE CLOCK SUPPORT |
6326 | M: Richard Cochran <richardcochran@gmail.com> | 6414 | M: Richard Cochran <richardcochran@gmail.com> |
6415 | L: netdev@vger.kernel.org | ||
6327 | S: Maintained | 6416 | S: Maintained |
6328 | W: http://linuxptp.sourceforge.net/ | 6417 | W: http://linuxptp.sourceforge.net/ |
6329 | F: Documentation/ABI/testing/sysfs-ptp | 6418 | F: Documentation/ABI/testing/sysfs-ptp |
@@ -6455,6 +6544,7 @@ S: Supported | |||
6455 | F: drivers/net/ethernet/qlogic/qlcnic/ | 6544 | F: drivers/net/ethernet/qlogic/qlcnic/ |
6456 | 6545 | ||
6457 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 6546 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
6547 | M: Shahed Shaikh <shahed.shaikh@qlogic.com> | ||
6458 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 6548 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
6459 | M: Ron Mercer <ron.mercer@qlogic.com> | 6549 | M: Ron Mercer <ron.mercer@qlogic.com> |
6460 | M: linux-driver@qlogic.com | 6550 | M: linux-driver@qlogic.com |
@@ -6551,12 +6641,6 @@ S: Maintained | |||
6551 | F: Documentation/blockdev/ramdisk.txt | 6641 | F: Documentation/blockdev/ramdisk.txt |
6552 | F: drivers/block/brd.c | 6642 | F: drivers/block/brd.c |
6553 | 6643 | ||
6554 | RAMSAM DRIVER (IBM RamSan 70/80 PCI SSD Flash Card) | ||
6555 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
6556 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
6557 | S: Maintained | ||
6558 | F: drivers/block/rsxx/ | ||
6559 | |||
6560 | RANDOM NUMBER DRIVER | 6644 | RANDOM NUMBER DRIVER |
6561 | M: Theodore Ts'o" <tytso@mit.edu> | 6645 | M: Theodore Ts'o" <tytso@mit.edu> |
6562 | S: Maintained | 6646 | S: Maintained |
@@ -6625,7 +6709,7 @@ S: Supported | |||
6625 | F: fs/reiserfs/ | 6709 | F: fs/reiserfs/ |
6626 | 6710 | ||
6627 | REGISTER MAP ABSTRACTION | 6711 | REGISTER MAP ABSTRACTION |
6628 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 6712 | M: Mark Brown <broonie@kernel.org> |
6629 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git | 6713 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
6630 | S: Supported | 6714 | S: Supported |
6631 | F: drivers/base/regmap/ | 6715 | F: drivers/base/regmap/ |
@@ -6639,6 +6723,14 @@ F: drivers/remoteproc/ | |||
6639 | F: Documentation/remoteproc.txt | 6723 | F: Documentation/remoteproc.txt |
6640 | F: include/linux/remoteproc.h | 6724 | F: include/linux/remoteproc.h |
6641 | 6725 | ||
6726 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM | ||
6727 | M: Ohad Ben-Cohen <ohad@wizery.com> | ||
6728 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | ||
6729 | S: Maintained | ||
6730 | F: drivers/rpmsg/ | ||
6731 | F: Documentation/rpmsg.txt | ||
6732 | F: include/linux/rpmsg.h | ||
6733 | |||
6642 | RFKILL | 6734 | RFKILL |
6643 | M: Johannes Berg <johannes@sipsolutions.net> | 6735 | M: Johannes Berg <johannes@sipsolutions.net> |
6644 | L: linux-wireless@vger.kernel.org | 6736 | L: linux-wireless@vger.kernel.org |
@@ -6686,6 +6778,16 @@ T: git git://linuxtv.org/anttip/media_tree.git | |||
6686 | S: Maintained | 6778 | S: Maintained |
6687 | F: drivers/media/dvb-frontends/rtl2830* | 6779 | F: drivers/media/dvb-frontends/rtl2830* |
6688 | 6780 | ||
6781 | RTL2832 MEDIA DRIVER | ||
6782 | M: Antti Palosaari <crope@iki.fi> | ||
6783 | L: linux-media@vger.kernel.org | ||
6784 | W: http://linuxtv.org/ | ||
6785 | W: http://palosaari.fi/linux/ | ||
6786 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
6787 | T: git git://linuxtv.org/anttip/media_tree.git | ||
6788 | S: Maintained | ||
6789 | F: drivers/media/dvb-frontends/rtl2832* | ||
6790 | |||
6689 | RTL8180 WIRELESS DRIVER | 6791 | RTL8180 WIRELESS DRIVER |
6690 | M: "John W. Linville" <linville@tuxdriver.com> | 6792 | M: "John W. Linville" <linville@tuxdriver.com> |
6691 | L: linux-wireless@vger.kernel.org | 6793 | L: linux-wireless@vger.kernel.org |
@@ -6788,7 +6890,7 @@ L: linux-media@vger.kernel.org | |||
6788 | W: http://linuxtv.org | 6890 | W: http://linuxtv.org |
6789 | T: git git://linuxtv.org/media_tree.git | 6891 | T: git git://linuxtv.org/media_tree.git |
6790 | S: Odd fixes | 6892 | S: Odd fixes |
6791 | F: Documentation/video4linux/saa7134/ | 6893 | F: Documentation/video4linux/*.saa7134 |
6792 | F: drivers/media/pci/saa7134/ | 6894 | F: drivers/media/pci/saa7134/ |
6793 | 6895 | ||
6794 | SAA7146 VIDEO4LINUX-2 DRIVER | 6896 | SAA7146 VIDEO4LINUX-2 DRIVER |
@@ -6881,9 +6983,8 @@ F: drivers/clocksource | |||
6881 | 6983 | ||
6882 | TLG2300 VIDEO4LINUX-2 DRIVER | 6984 | TLG2300 VIDEO4LINUX-2 DRIVER |
6883 | M: Huang Shijie <shijie8@gmail.com> | 6985 | M: Huang Shijie <shijie8@gmail.com> |
6884 | M: Kang Yong <kangyong@telegent.com> | 6986 | M: Hans Verkuil <hverkuil@xs4all.nl> |
6885 | M: Zhang Xiaobing <xbzhang@telegent.com> | 6987 | S: Odd Fixes |
6886 | S: Supported | ||
6887 | F: drivers/media/usb/tlg2300 | 6988 | F: drivers/media/usb/tlg2300 |
6888 | 6989 | ||
6889 | SC1200 WDT DRIVER | 6990 | SC1200 WDT DRIVER |
@@ -6951,7 +7052,6 @@ F: drivers/scsi/st* | |||
6951 | 7052 | ||
6952 | SCTP PROTOCOL | 7053 | SCTP PROTOCOL |
6953 | M: Vlad Yasevich <vyasevich@gmail.com> | 7054 | M: Vlad Yasevich <vyasevich@gmail.com> |
6954 | M: Sridhar Samudrala <sri@us.ibm.com> | ||
6955 | M: Neil Horman <nhorman@tuxdriver.com> | 7055 | M: Neil Horman <nhorman@tuxdriver.com> |
6956 | L: linux-sctp@vger.kernel.org | 7056 | L: linux-sctp@vger.kernel.org |
6957 | W: http://lksctp.sourceforge.net | 7057 | W: http://lksctp.sourceforge.net |
@@ -7055,9 +7155,9 @@ F: drivers/misc/phantom.c | |||
7055 | F: include/uapi/linux/phantom.h | 7155 | F: include/uapi/linux/phantom.h |
7056 | 7156 | ||
7057 | SERIAL ATA (SATA) SUBSYSTEM | 7157 | SERIAL ATA (SATA) SUBSYSTEM |
7058 | M: Jeff Garzik <jgarzik@pobox.com> | 7158 | M: Tejun Heo <tj@kernel.org> |
7059 | L: linux-ide@vger.kernel.org | 7159 | L: linux-ide@vger.kernel.org |
7060 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | 7160 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
7061 | S: Supported | 7161 | S: Supported |
7062 | F: drivers/ata/ | 7162 | F: drivers/ata/ |
7063 | F: include/linux/ata.h | 7163 | F: include/linux/ata.h |
@@ -7130,17 +7230,43 @@ F: drivers/media/radio/si470x/radio-si470x-common.c | |||
7130 | F: drivers/media/radio/si470x/radio-si470x.h | 7230 | F: drivers/media/radio/si470x/radio-si470x.h |
7131 | F: drivers/media/radio/si470x/radio-si470x-usb.c | 7231 | F: drivers/media/radio/si470x/radio-si470x-usb.c |
7132 | 7232 | ||
7233 | SI4713 FM RADIO TRANSMITTER I2C DRIVER | ||
7234 | M: Eduardo Valentin <edubezval@gmail.com> | ||
7235 | L: linux-media@vger.kernel.org | ||
7236 | T: git git://linuxtv.org/media_tree.git | ||
7237 | W: http://linuxtv.org | ||
7238 | S: Odd Fixes | ||
7239 | F: drivers/media/radio/si4713-i2c.? | ||
7240 | |||
7241 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | ||
7242 | M: Eduardo Valentin <edubezval@gmail.com> | ||
7243 | L: linux-media@vger.kernel.org | ||
7244 | T: git git://linuxtv.org/media_tree.git | ||
7245 | W: http://linuxtv.org | ||
7246 | S: Odd Fixes | ||
7247 | F: drivers/media/radio/radio-si4713.h | ||
7248 | |||
7249 | SIANO DVB DRIVER | ||
7250 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
7251 | L: linux-media@vger.kernel.org | ||
7252 | W: http://linuxtv.org | ||
7253 | T: git git://linuxtv.org/media_tree.git | ||
7254 | S: Odd fixes | ||
7255 | F: drivers/media/common/siano/ | ||
7256 | F: drivers/media/dvb/siano/ | ||
7257 | F: drivers/media/usb/siano/ | ||
7258 | F: drivers/media/mmc/siano | ||
7259 | |||
7133 | SH_VEU V4L2 MEM2MEM DRIVER | 7260 | SH_VEU V4L2 MEM2MEM DRIVER |
7134 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7261 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7135 | L: linux-media@vger.kernel.org | 7262 | L: linux-media@vger.kernel.org |
7136 | S: Maintained | 7263 | S: Maintained |
7137 | F: drivers/media/platform/sh_veu.c | 7264 | F: drivers/media/platform/sh_veu.c |
7138 | F: include/media/sh_veu.h | ||
7139 | 7265 | ||
7140 | SH_VOU V4L2 OUTPUT DRIVER | 7266 | SH_VOU V4L2 OUTPUT DRIVER |
7141 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7267 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7142 | L: linux-media@vger.kernel.org | 7268 | L: linux-media@vger.kernel.org |
7143 | S: Maintained | 7269 | S: Odd Fixes |
7144 | F: drivers/media/platform/sh_vou.c | 7270 | F: drivers/media/platform/sh_vou.c |
7145 | F: include/media/sh_vou.h | 7271 | F: include/media/sh_vou.h |
7146 | 7272 | ||
@@ -7173,7 +7299,7 @@ F: arch/arm/mach-s3c2410/bast-irq.c | |||
7173 | 7299 | ||
7174 | TI DAVINCI MACHINE SUPPORT | 7300 | TI DAVINCI MACHINE SUPPORT |
7175 | M: Sekhar Nori <nsekhar@ti.com> | 7301 | M: Sekhar Nori <nsekhar@ti.com> |
7176 | M: Kevin Hilman <khilman@ti.com> | 7302 | M: Kevin Hilman <khilman@deeprootsystems.com> |
7177 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) | 7303 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) |
7178 | T: git git://gitorious.org/linux-davinci/linux-davinci.git | 7304 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
7179 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ | 7305 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
@@ -7182,14 +7308,13 @@ F: arch/arm/mach-davinci | |||
7182 | F: drivers/i2c/busses/i2c-davinci.c | 7308 | F: drivers/i2c/busses/i2c-davinci.c |
7183 | 7309 | ||
7184 | TI DAVINCI SERIES MEDIA DRIVER | 7310 | TI DAVINCI SERIES MEDIA DRIVER |
7185 | M: Manjunath Hadli <manjunath.hadli@ti.com> | 7311 | M: Lad, Prabhakar <prabhakar.csengg@gmail.com> |
7186 | M: Prabhakar Lad <prabhakar.lad@ti.com> | ||
7187 | L: linux-media@vger.kernel.org | 7312 | L: linux-media@vger.kernel.org |
7188 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) | 7313 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) |
7189 | W: http://linuxtv.org/ | 7314 | W: http://linuxtv.org/ |
7190 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 7315 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
7191 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | 7316 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git |
7192 | S: Supported | 7317 | S: Maintained |
7193 | F: drivers/media/platform/davinci/ | 7318 | F: drivers/media/platform/davinci/ |
7194 | F: include/media/davinci/ | 7319 | F: include/media/davinci/ |
7195 | 7320 | ||
@@ -7374,7 +7499,7 @@ F: sound/ | |||
7374 | 7499 | ||
7375 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) | 7500 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
7376 | M: Liam Girdwood <lgirdwood@gmail.com> | 7501 | M: Liam Girdwood <lgirdwood@gmail.com> |
7377 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7502 | M: Mark Brown <broonie@kernel.org> |
7378 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | 7503 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
7379 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 7504 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
7380 | W: http://alsa-project.org/main/index.php/ASoC | 7505 | W: http://alsa-project.org/main/index.php/ASoC |
@@ -7462,11 +7587,11 @@ S: Maintained | |||
7462 | F: drivers/clk/spear/ | 7587 | F: drivers/clk/spear/ |
7463 | 7588 | ||
7464 | SPI SUBSYSTEM | 7589 | SPI SUBSYSTEM |
7465 | M: Grant Likely <grant.likely@secretlab.ca> | 7590 | M: Mark Brown <broonie@kernel.org> |
7466 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7591 | M: Grant Likely <grant.likely@linaro.org> |
7467 | L: spi-devel-general@lists.sourceforge.net | 7592 | L: spi-devel-general@lists.sourceforge.net |
7593 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git | ||
7468 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | 7594 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
7469 | T: git git://git.secretlab.ca/git/linux-2.6.git | ||
7470 | S: Maintained | 7595 | S: Maintained |
7471 | F: Documentation/spi/ | 7596 | F: Documentation/spi/ |
7472 | F: drivers/spi/ | 7597 | F: drivers/spi/ |
@@ -7561,6 +7686,11 @@ M: David Täht <d@teklibre.com> | |||
7561 | S: Odd Fixes | 7686 | S: Odd Fixes |
7562 | F: drivers/staging/frontier/ | 7687 | F: drivers/staging/frontier/ |
7563 | 7688 | ||
7689 | STAGING - GO7007 MPEG CODEC | ||
7690 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
7691 | S: Maintained | ||
7692 | F: drivers/staging/media/go7007/ | ||
7693 | |||
7564 | STAGING - INDUSTRIAL IO | 7694 | STAGING - INDUSTRIAL IO |
7565 | M: Jonathan Cameron <jic23@cam.ac.uk> | 7695 | M: Jonathan Cameron <jic23@cam.ac.uk> |
7566 | L: linux-iio@vger.kernel.org | 7696 | L: linux-iio@vger.kernel.org |
@@ -7611,8 +7741,8 @@ S: Odd Fixes | |||
7611 | F: drivers/staging/sm7xxfb/ | 7741 | F: drivers/staging/sm7xxfb/ |
7612 | 7742 | ||
7613 | STAGING - SOFTLOGIC 6x10 MPEG CODEC | 7743 | STAGING - SOFTLOGIC 6x10 MPEG CODEC |
7614 | M: Ben Collins <bcollins@bluecherry.net> | 7744 | M: Ismael Luceno <ismael.luceno@corp.bluecherry.net> |
7615 | S: Odd Fixes | 7745 | S: Supported |
7616 | F: drivers/staging/media/solo6x10/ | 7746 | F: drivers/staging/media/solo6x10/ |
7617 | 7747 | ||
7618 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER | 7748 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
@@ -7706,9 +7836,10 @@ F: include/linux/swiotlb.h | |||
7706 | 7836 | ||
7707 | SYNOPSYS ARC ARCHITECTURE | 7837 | SYNOPSYS ARC ARCHITECTURE |
7708 | M: Vineet Gupta <vgupta@synopsys.com> | 7838 | M: Vineet Gupta <vgupta@synopsys.com> |
7709 | L: linux-snps-arc@vger.kernel.org | ||
7710 | S: Supported | 7839 | S: Supported |
7711 | F: arch/arc/ | 7840 | F: arch/arc/ |
7841 | F: Documentation/devicetree/bindings/arc/ | ||
7842 | F: drivers/tty/serial/arc-uart.c | ||
7712 | 7843 | ||
7713 | SYSV FILESYSTEM | 7844 | SYSV FILESYSTEM |
7714 | M: Christoph Hellwig <hch@infradead.org> | 7845 | M: Christoph Hellwig <hch@infradead.org> |
@@ -7876,7 +8007,7 @@ L: linux-tegra@vger.kernel.org | |||
7876 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ | 8007 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
7877 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git | 8008 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git |
7878 | S: Supported | 8009 | S: Supported |
7879 | K: (?i)[^a-z]tegra | 8010 | N: [^a-z]tegra |
7880 | 8011 | ||
7881 | TEHUTI ETHERNET DRIVER | 8012 | TEHUTI ETHERNET DRIVER |
7882 | M: Andy Gospodarek <andy@greyhouse.net> | 8013 | M: Andy Gospodarek <andy@greyhouse.net> |
@@ -7922,6 +8053,12 @@ T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |||
7922 | S: Maintained | 8053 | S: Maintained |
7923 | F: drivers/platform/x86/thinkpad_acpi.c | 8054 | F: drivers/platform/x86/thinkpad_acpi.c |
7924 | 8055 | ||
8056 | TI BANDGAP AND THERMAL DRIVER | ||
8057 | M: Eduardo Valentin <eduardo.valentin@ti.com> | ||
8058 | L: linux-pm@vger.kernel.org | ||
8059 | S: Maintained | ||
8060 | F: drivers/staging/omap-thermal/ | ||
8061 | |||
7925 | TI FLASH MEDIA INTERFACE DRIVER | 8062 | TI FLASH MEDIA INTERFACE DRIVER |
7926 | M: Alex Dubov <oakad@yahoo.com> | 8063 | M: Alex Dubov <oakad@yahoo.com> |
7927 | S: Maintained | 8064 | S: Maintained |
@@ -8359,9 +8496,10 @@ S: Maintained | |||
8359 | F: drivers/usb/serial/option.c | 8496 | F: drivers/usb/serial/option.c |
8360 | 8497 | ||
8361 | USB PEGASUS DRIVER | 8498 | USB PEGASUS DRIVER |
8362 | M: Petko Manolov <petkan@users.sourceforge.net> | 8499 | M: Petko Manolov <petkan@nucleusys.com> |
8363 | L: linux-usb@vger.kernel.org | 8500 | L: linux-usb@vger.kernel.org |
8364 | L: netdev@vger.kernel.org | 8501 | L: netdev@vger.kernel.org |
8502 | T: git git://git.code.sf.net/p/pegasus2/git | ||
8365 | W: http://pegasus2.sourceforge.net/ | 8503 | W: http://pegasus2.sourceforge.net/ |
8366 | S: Maintained | 8504 | S: Maintained |
8367 | F: drivers/net/usb/pegasus.* | 8505 | F: drivers/net/usb/pegasus.* |
@@ -8381,9 +8519,10 @@ S: Supported | |||
8381 | F: drivers/usb/class/usblp.c | 8519 | F: drivers/usb/class/usblp.c |
8382 | 8520 | ||
8383 | USB RTL8150 DRIVER | 8521 | USB RTL8150 DRIVER |
8384 | M: Petko Manolov <petkan@users.sourceforge.net> | 8522 | M: Petko Manolov <petkan@nucleusys.com> |
8385 | L: linux-usb@vger.kernel.org | 8523 | L: linux-usb@vger.kernel.org |
8386 | L: netdev@vger.kernel.org | 8524 | L: netdev@vger.kernel.org |
8525 | T: git git://git.code.sf.net/p/pegasus2/git | ||
8387 | W: http://pegasus2.sourceforge.net/ | 8526 | W: http://pegasus2.sourceforge.net/ |
8388 | S: Maintained | 8527 | S: Maintained |
8389 | F: drivers/net/usb/rtl8150.c | 8528 | F: drivers/net/usb/rtl8150.c |
@@ -8517,7 +8656,7 @@ F: drivers/usb/gadget/*uvc*.c | |||
8517 | F: drivers/usb/gadget/webcam.c | 8656 | F: drivers/usb/gadget/webcam.c |
8518 | 8657 | ||
8519 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 8658 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
8520 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 8659 | M: Jussi Kivilinna <jussi.kivilinna@iki.fi> |
8521 | L: linux-wireless@vger.kernel.org | 8660 | L: linux-wireless@vger.kernel.org |
8522 | S: Maintained | 8661 | S: Maintained |
8523 | F: drivers/net/wireless/rndis_wlan.c | 8662 | F: drivers/net/wireless/rndis_wlan.c |
@@ -8622,6 +8761,7 @@ F: drivers/virtio/ | |||
8622 | F: drivers/net/virtio_net.c | 8761 | F: drivers/net/virtio_net.c |
8623 | F: drivers/block/virtio_blk.c | 8762 | F: drivers/block/virtio_blk.c |
8624 | F: include/linux/virtio_*.h | 8763 | F: include/linux/virtio_*.h |
8764 | F: include/uapi/linux/virtio_*.h | ||
8625 | 8765 | ||
8626 | VIRTIO HOST (VHOST) | 8766 | VIRTIO HOST (VHOST) |
8627 | M: "Michael S. Tsirkin" <mst@redhat.com> | 8767 | M: "Michael S. Tsirkin" <mst@redhat.com> |
@@ -8709,8 +8849,8 @@ F: drivers/scsi/vmw_pvscsi.c | |||
8709 | F: drivers/scsi/vmw_pvscsi.h | 8849 | F: drivers/scsi/vmw_pvscsi.h |
8710 | 8850 | ||
8711 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 8851 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
8712 | M: Liam Girdwood <lrg@ti.com> | 8852 | M: Liam Girdwood <lgirdwood@gmail.com> |
8713 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 8853 | M: Mark Brown <broonie@kernel.org> |
8714 | W: http://opensource.wolfsonmicro.com/node/15 | 8854 | W: http://opensource.wolfsonmicro.com/node/15 |
8715 | W: http://www.slimlogic.co.uk/?p=48 | 8855 | W: http://www.slimlogic.co.uk/?p=48 |
8716 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git | 8856 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git |
@@ -8973,9 +9113,7 @@ S: Maintained | |||
8973 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | 9113 | F: drivers/net/ethernet/xilinx/xilinx_axienet* |
8974 | 9114 | ||
8975 | XILINX SYSTEMACE DRIVER | 9115 | XILINX SYSTEMACE DRIVER |
8976 | M: Grant Likely <grant.likely@secretlab.ca> | 9116 | S: Unmaintained |
8977 | W: http://www.secretlab.ca/ | ||
8978 | S: Maintained | ||
8979 | F: drivers/block/xsysace.c | 9117 | F: drivers/block/xsysace.c |
8980 | 9118 | ||
8981 | XILINX UARTLITE SERIAL DRIVER | 9119 | XILINX UARTLITE SERIAL DRIVER |