diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 319 |
1 files changed, 235 insertions, 84 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 95616582c728..eeae5a7bdb88 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 |
@@ -1338,12 +1342,6 @@ S: Maintained | |||
1338 | F: drivers/platform/x86/asus*.c | 1342 | F: drivers/platform/x86/asus*.c |
1339 | F: drivers/platform/x86/eeepc*.c | 1343 | F: drivers/platform/x86/eeepc*.c |
1340 | 1344 | ||
1341 | ASUS ASB100 HARDWARE MONITOR DRIVER | ||
1342 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | ||
1343 | L: lm-sensors@lm-sensors.org | ||
1344 | S: Maintained | ||
1345 | F: drivers/hwmon/asb100.c | ||
1346 | |||
1347 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | 1345 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
1348 | M: Dan Williams <djbw@fb.com> | 1346 | M: Dan Williams <djbw@fb.com> |
1349 | W: http://sourceforge.net/projects/xscaleiop | 1347 | W: http://sourceforge.net/projects/xscaleiop |
@@ -1467,6 +1465,12 @@ F: drivers/dma/at_hdmac.c | |||
1467 | F: drivers/dma/at_hdmac_regs.h | 1465 | F: drivers/dma/at_hdmac_regs.h |
1468 | F: include/linux/platform_data/dma-atmel.h | 1466 | F: include/linux/platform_data/dma-atmel.h |
1469 | 1467 | ||
1468 | ATMEL I2C DRIVER | ||
1469 | M: Ludovic Desroches <ludovic.desroches@atmel.com> | ||
1470 | L: linux-i2c@vger.kernel.org | ||
1471 | S: Supported | ||
1472 | F: drivers/i2c/busses/i2c-at91.c | ||
1473 | |||
1470 | ATMEL ISI DRIVER | 1474 | ATMEL ISI DRIVER |
1471 | M: Josh Wu <josh.wu@atmel.com> | 1475 | M: Josh Wu <josh.wu@atmel.com> |
1472 | L: linux-media@vger.kernel.org | 1476 | L: linux-media@vger.kernel.org |
@@ -1764,7 +1768,7 @@ F: arch/arm/configs/bcm2835_defconfig | |||
1764 | F: drivers/*/*bcm2835* | 1768 | F: drivers/*/*bcm2835* |
1765 | 1769 | ||
1766 | BROADCOM TG3 GIGABIT ETHERNET DRIVER | 1770 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
1767 | M: Matt Carlson <mcarlson@broadcom.com> | 1771 | M: Nithin Nayak Sujir <nsujir@broadcom.com> |
1768 | M: Michael Chan <mchan@broadcom.com> | 1772 | M: Michael Chan <mchan@broadcom.com> |
1769 | L: netdev@vger.kernel.org | 1773 | L: netdev@vger.kernel.org |
1770 | S: Supported | 1774 | S: Supported |
@@ -1886,7 +1890,7 @@ F: Documentation/video4linux/cafe_ccic | |||
1886 | F: drivers/media/platform/marvell-ccic/ | 1890 | F: drivers/media/platform/marvell-ccic/ |
1887 | 1891 | ||
1888 | CAIF NETWORK LAYER | 1892 | CAIF NETWORK LAYER |
1889 | M: Sjur Braendeland <sjur.brandeland@stericsson.com> | 1893 | M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
1890 | L: netdev@vger.kernel.org | 1894 | L: netdev@vger.kernel.org |
1891 | S: Supported | 1895 | S: Supported |
1892 | F: Documentation/networking/caif/ | 1896 | F: Documentation/networking/caif/ |
@@ -2200,12 +2204,34 @@ F: drivers/net/ethernet/ti/cpmac.c | |||
2200 | 2204 | ||
2201 | CPU FREQUENCY DRIVERS | 2205 | CPU FREQUENCY DRIVERS |
2202 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2206 | M: Rafael J. Wysocki <rjw@sisk.pl> |
2207 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2203 | L: cpufreq@vger.kernel.org | 2208 | L: cpufreq@vger.kernel.org |
2204 | L: linux-pm@vger.kernel.org | 2209 | L: linux-pm@vger.kernel.org |
2205 | S: Maintained | 2210 | S: Maintained |
2211 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2206 | F: drivers/cpufreq/ | 2212 | F: drivers/cpufreq/ |
2207 | F: include/linux/cpufreq.h | 2213 | F: include/linux/cpufreq.h |
2208 | 2214 | ||
2215 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE | ||
2216 | M: Viresh Kumar <viresh.kumar@linaro.org> | ||
2217 | M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> | ||
2218 | L: cpufreq@vger.kernel.org | ||
2219 | L: linux-pm@vger.kernel.org | ||
2220 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | ||
2221 | S: Maintained | ||
2222 | F: drivers/cpufreq/arm_big_little.h | ||
2223 | F: drivers/cpufreq/arm_big_little.c | ||
2224 | F: drivers/cpufreq/arm_big_little_dt.c | ||
2225 | |||
2226 | CPUIDLE DRIVERS | ||
2227 | M: Rafael J. Wysocki <rjw@sisk.pl> | ||
2228 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2229 | L: linux-pm@vger.kernel.org | ||
2230 | S: Maintained | ||
2231 | T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
2232 | F: drivers/cpuidle/* | ||
2233 | F: include/linux/cpuidle.h | ||
2234 | |||
2209 | CPUID/MSR DRIVER | 2235 | CPUID/MSR DRIVER |
2210 | M: "H. Peter Anvin" <hpa@zytor.com> | 2236 | M: "H. Peter Anvin" <hpa@zytor.com> |
2211 | S: Maintained | 2237 | S: Maintained |
@@ -2284,7 +2310,7 @@ L: linux-media@vger.kernel.org | |||
2284 | T: git git://linuxtv.org/media_tree.git | 2310 | T: git git://linuxtv.org/media_tree.git |
2285 | W: http://linuxtv.org | 2311 | W: http://linuxtv.org |
2286 | S: Maintained | 2312 | S: Maintained |
2287 | F: drivers/media/i2c/cx2341x* | 2313 | F: drivers/media/common/cx2341x* |
2288 | F: include/media/cx2341x* | 2314 | F: include/media/cx2341x* |
2289 | 2315 | ||
2290 | CX88 VIDEO4LINUX DRIVER | 2316 | CX88 VIDEO4LINUX DRIVER |
@@ -2367,6 +2393,16 @@ W: http://www.cyclades.com/ | |||
2367 | S: Orphan | 2393 | S: Orphan |
2368 | F: drivers/net/wan/pc300* | 2394 | F: drivers/net/wan/pc300* |
2369 | 2395 | ||
2396 | CYPRESS_FIRMWARE MEDIA DRIVER | ||
2397 | M: Antti Palosaari <crope@iki.fi> | ||
2398 | L: linux-media@vger.kernel.org | ||
2399 | W: http://linuxtv.org/ | ||
2400 | W: http://palosaari.fi/linux/ | ||
2401 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
2402 | T: git git://linuxtv.org/anttip/media_tree.git | ||
2403 | S: Maintained | ||
2404 | F: drivers/media/common/cypress_firmware* | ||
2405 | |||
2370 | CYTTSP TOUCHSCREEN DRIVER | 2406 | CYTTSP TOUCHSCREEN DRIVER |
2371 | M: Javier Martinez Canillas <javier@dowhile0.org> | 2407 | M: Javier Martinez Canillas <javier@dowhile0.org> |
2372 | L: linux-input@vger.kernel.org | 2408 | L: linux-input@vger.kernel.org |
@@ -2441,9 +2477,7 @@ S: Maintained | |||
2441 | F: drivers/platform/x86/dell-laptop.c | 2477 | F: drivers/platform/x86/dell-laptop.c |
2442 | 2478 | ||
2443 | DELL LAPTOP SMM DRIVER | 2479 | DELL LAPTOP SMM DRIVER |
2444 | M: Massimo Dal Zotto <dz@debian.org> | 2480 | S: Orphan |
2445 | W: http://www.debian.org/~dz/i8k/ | ||
2446 | S: Maintained | ||
2447 | F: drivers/char/i8k.c | 2481 | F: drivers/char/i8k.c |
2448 | F: include/uapi/linux/i8k.h | 2482 | F: include/uapi/linux/i8k.h |
2449 | 2483 | ||
@@ -2458,6 +2492,12 @@ M: Matthew Garrett <mjg59@srcf.ucam.org> | |||
2458 | S: Maintained | 2492 | S: Maintained |
2459 | F: drivers/platform/x86/dell-wmi.c | 2493 | F: drivers/platform/x86/dell-wmi.c |
2460 | 2494 | ||
2495 | DESIGNWARE USB2 DRD IP DRIVER | ||
2496 | M: Paul Zimmerman <paulz@synopsys.com> | ||
2497 | L: linux-usb@vger.kernel.org | ||
2498 | S: Maintained | ||
2499 | F: drivers/staging/dwc2/ | ||
2500 | |||
2461 | DESIGNWARE USB3 DRD IP DRIVER | 2501 | DESIGNWARE USB3 DRD IP DRIVER |
2462 | M: Felipe Balbi <balbi@ti.com> | 2502 | M: Felipe Balbi <balbi@ti.com> |
2463 | L: linux-usb@vger.kernel.org | 2503 | L: linux-usb@vger.kernel.org |
@@ -2629,7 +2669,7 @@ F: include/uapi/drm/ | |||
2629 | 2669 | ||
2630 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | 2670 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
2631 | M: Daniel Vetter <daniel.vetter@ffwll.ch> | 2671 | M: Daniel Vetter <daniel.vetter@ffwll.ch> |
2632 | L: intel-gfx@lists.freedesktop.org (subscribers-only) | 2672 | L: intel-gfx@lists.freedesktop.org |
2633 | L: dri-devel@lists.freedesktop.org | 2673 | L: dri-devel@lists.freedesktop.org |
2634 | T: git git://people.freedesktop.org/~danvet/drm-intel | 2674 | T: git git://people.freedesktop.org/~danvet/drm-intel |
2635 | S: Supported | 2675 | S: Supported |
@@ -2731,7 +2771,7 @@ T: git git://linuxtv.org/media_tree.git | |||
2731 | S: Maintained | 2771 | S: Maintained |
2732 | F: drivers/media/usb/dvb-usb/cxusb* | 2772 | F: drivers/media/usb/dvb-usb/cxusb* |
2733 | 2773 | ||
2734 | DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER | 2774 | DVB_USB_EC168 MEDIA DRIVER |
2735 | M: Antti Palosaari <crope@iki.fi> | 2775 | M: Antti Palosaari <crope@iki.fi> |
2736 | L: linux-media@vger.kernel.org | 2776 | L: linux-media@vger.kernel.org |
2737 | W: http://linuxtv.org/ | 2777 | W: http://linuxtv.org/ |
@@ -2739,17 +2779,16 @@ W: http://palosaari.fi/linux/ | |||
2739 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 2779 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
2740 | T: git git://linuxtv.org/anttip/media_tree.git | 2780 | T: git git://linuxtv.org/anttip/media_tree.git |
2741 | S: Maintained | 2781 | S: Maintained |
2742 | F: drivers/media/usb/dvb-usb-v2/cypress_firmware* | 2782 | F: drivers/media/usb/dvb-usb-v2/ec168* |
2743 | 2783 | ||
2744 | DVB_USB_EC168 MEDIA DRIVER | 2784 | DVB_USB_GL861 MEDIA DRIVER |
2745 | M: Antti Palosaari <crope@iki.fi> | 2785 | M: Antti Palosaari <crope@iki.fi> |
2746 | L: linux-media@vger.kernel.org | 2786 | L: linux-media@vger.kernel.org |
2747 | W: http://linuxtv.org/ | 2787 | W: http://linuxtv.org/ |
2748 | W: http://palosaari.fi/linux/ | ||
2749 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 2788 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
2750 | T: git git://linuxtv.org/anttip/media_tree.git | 2789 | T: git git://linuxtv.org/anttip/media_tree.git |
2751 | S: Maintained | 2790 | S: Maintained |
2752 | F: drivers/media/usb/dvb-usb-v2/ec168* | 2791 | F: drivers/media/usb/dvb-usb-v2/gl861* |
2753 | 2792 | ||
2754 | DVB_USB_MXL111SF MEDIA DRIVER | 2793 | DVB_USB_MXL111SF MEDIA DRIVER |
2755 | M: Michael Krufky <mkrufky@linuxtv.org> | 2794 | M: Michael Krufky <mkrufky@linuxtv.org> |
@@ -2987,9 +3026,18 @@ F: arch/ia64/kernel/efi.c | |||
2987 | F: arch/x86/boot/compressed/eboot.[ch] | 3026 | F: arch/x86/boot/compressed/eboot.[ch] |
2988 | F: arch/x86/include/asm/efi.h | 3027 | F: arch/x86/include/asm/efi.h |
2989 | F: arch/x86/platform/efi/* | 3028 | F: arch/x86/platform/efi/* |
2990 | F: drivers/firmware/efivars.c | 3029 | F: drivers/firmware/efi/* |
2991 | F: include/linux/efi*.h | 3030 | F: include/linux/efi*.h |
2992 | 3031 | ||
3032 | EFI VARIABLE FILESYSTEM | ||
3033 | M: Matthew Garrett <matthew.garrett@nebula.com> | ||
3034 | M: Jeremy Kerr <jk@ozlabs.org> | ||
3035 | M: Matt Fleming <matt.fleming@intel.com> | ||
3036 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
3037 | L: linux-efi@vger.kernel.org | ||
3038 | S: Maintained | ||
3039 | F: fs/efivarfs/ | ||
3040 | |||
2993 | EFIFB FRAMEBUFFER DRIVER | 3041 | EFIFB FRAMEBUFFER DRIVER |
2994 | L: linux-fbdev@vger.kernel.org | 3042 | L: linux-fbdev@vger.kernel.org |
2995 | M: Peter Jones <pjones@redhat.com> | 3043 | M: Peter Jones <pjones@redhat.com> |
@@ -3242,6 +3290,12 @@ F: Documentation/firmware_class/ | |||
3242 | F: drivers/base/firmware*.c | 3290 | F: drivers/base/firmware*.c |
3243 | F: include/linux/firmware.h | 3291 | F: include/linux/firmware.h |
3244 | 3292 | ||
3293 | FLASHSYSTEM DRIVER (IBM FlashSystem 70/80 PCI SSD Flash Card) | ||
3294 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
3295 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
3296 | S: Maintained | ||
3297 | F: drivers/block/rsxx/ | ||
3298 | |||
3245 | FLOPPY DRIVER | 3299 | FLOPPY DRIVER |
3246 | M: Jiri Kosina <jkosina@suse.cz> | 3300 | M: Jiri Kosina <jkosina@suse.cz> |
3247 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | 3301 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git |
@@ -3502,7 +3556,7 @@ F: drivers/isdn/gigaset/ | |||
3502 | F: include/uapi/linux/gigaset_dev.h | 3556 | F: include/uapi/linux/gigaset_dev.h |
3503 | 3557 | ||
3504 | GPIO SUBSYSTEM | 3558 | GPIO SUBSYSTEM |
3505 | M: Grant Likely <grant.likely@secretlab.ca> | 3559 | M: Grant Likely <grant.likely@linaro.org> |
3506 | M: Linus Walleij <linus.walleij@linaro.org> | 3560 | M: Linus Walleij <linus.walleij@linaro.org> |
3507 | S: Maintained | 3561 | S: Maintained |
3508 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3562 | T: git git://git.secretlab.ca/git/linux-2.6.git |
@@ -3587,6 +3641,14 @@ W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | |||
3587 | S: Maintained | 3641 | S: Maintained |
3588 | F: drivers/platform/x86/hdaps.c | 3642 | F: drivers/platform/x86/hdaps.c |
3589 | 3643 | ||
3644 | HDPVR USB VIDEO ENCODER DRIVER | ||
3645 | M: Hans Verkuil <hverkuil@xs4all.nl> | ||
3646 | L: linux-media@vger.kernel.org | ||
3647 | T: git git://linuxtv.org/media_tree.git | ||
3648 | W: http://linuxtv.org | ||
3649 | S: Odd Fixes | ||
3650 | F: drivers/media/usb/hdpvr | ||
3651 | |||
3590 | HWPOISON MEMORY FAILURE HANDLING | 3652 | HWPOISON MEMORY FAILURE HANDLING |
3591 | M: Andi Kleen <andi@firstfloor.org> | 3653 | M: Andi Kleen <andi@firstfloor.org> |
3592 | L: linux-mm@kvack.org | 3654 | L: linux-mm@kvack.org |
@@ -3851,14 +3913,13 @@ F: drivers/i2c/busses/i2c-ismt.c | |||
3851 | F: Documentation/i2c/busses/i2c-ismt | 3913 | F: Documentation/i2c/busses/i2c-ismt |
3852 | 3914 | ||
3853 | I2C/SMBUS STUB DRIVER | 3915 | I2C/SMBUS STUB DRIVER |
3854 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 3916 | M: Jean Delvare <khali@linux-fr.org> |
3855 | L: linux-i2c@vger.kernel.org | 3917 | L: linux-i2c@vger.kernel.org |
3856 | S: Maintained | 3918 | S: Maintained |
3857 | F: drivers/i2c/i2c-stub.c | 3919 | F: drivers/i2c/i2c-stub.c |
3858 | 3920 | ||
3859 | I2C SUBSYSTEM | 3921 | I2C SUBSYSTEM |
3860 | M: Wolfram Sang <wsa@the-dreams.de> | 3922 | M: Wolfram Sang <wsa@the-dreams.de> |
3861 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> | ||
3862 | L: linux-i2c@vger.kernel.org | 3923 | L: linux-i2c@vger.kernel.org |
3863 | W: http://i2c.wiki.kernel.org/ | 3924 | W: http://i2c.wiki.kernel.org/ |
3864 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | 3925 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
@@ -4005,6 +4066,22 @@ M: Stanislaw Gruszka <stf_xl@wp.pl> | |||
4005 | S: Maintained | 4066 | S: Maintained |
4006 | F: drivers/usb/atm/ueagle-atm.c | 4067 | F: drivers/usb/atm/ueagle-atm.c |
4007 | 4068 | ||
4069 | INA209 HARDWARE MONITOR DRIVER | ||
4070 | M: Guenter Roeck <linux@roeck-us.net> | ||
4071 | L: lm-sensors@lm-sensors.org | ||
4072 | S: Maintained | ||
4073 | F: Documentation/hwmon/ina209 | ||
4074 | F: Documentation/devicetree/bindings/i2c/ina209.txt | ||
4075 | F: drivers/hwmon/ina209.c | ||
4076 | |||
4077 | INA2XX HARDWARE MONITOR DRIVER | ||
4078 | M: Guenter Roeck <linux@roeck-us.net> | ||
4079 | L: lm-sensors@lm-sensors.org | ||
4080 | S: Maintained | ||
4081 | F: Documentation/hwmon/ina2xx | ||
4082 | F: drivers/hwmon/ina2xx.c | ||
4083 | F: include/linux/platform_data/ina2xx.h | ||
4084 | |||
4008 | INDUSTRY PACK SUBSYSTEM (IPACK) | 4085 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4009 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 4086 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> |
4010 | M: Jens Taprogge <jens.taprogge@taprogge.org> | 4087 | M: Jens Taprogge <jens.taprogge@taprogge.org> |
@@ -4319,7 +4396,7 @@ F: drivers/irqchip/ | |||
4319 | 4396 | ||
4320 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | 4397 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
4321 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 4398 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
4322 | M: Grant Likely <grant.likely@secretlab.ca> | 4399 | M: Grant Likely <grant.likely@linaro.org> |
4323 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next | 4400 | T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next |
4324 | S: Maintained | 4401 | S: Maintained |
4325 | F: Documentation/IRQ-domain.txt | 4402 | F: Documentation/IRQ-domain.txt |
@@ -4400,6 +4477,16 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ | |||
4400 | S: Maintained | 4477 | S: Maintained |
4401 | F: drivers/media/dvb-frontends/it913x-fe* | 4478 | F: drivers/media/dvb-frontends/it913x-fe* |
4402 | 4479 | ||
4480 | IT913X MEDIA DRIVER | ||
4481 | M: Antti Palosaari <crope@iki.fi> | ||
4482 | L: linux-media@vger.kernel.org | ||
4483 | W: http://linuxtv.org/ | ||
4484 | W: http://palosaari.fi/linux/ | ||
4485 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
4486 | T: git git://linuxtv.org/anttip/media_tree.git | ||
4487 | S: Maintained | ||
4488 | F: drivers/media/tuners/it913x* | ||
4489 | |||
4403 | IVTV VIDEO4LINUX DRIVER | 4490 | IVTV VIDEO4LINUX DRIVER |
4404 | M: Andy Walls <awalls@md.metrocast.net> | 4491 | M: Andy Walls <awalls@md.metrocast.net> |
4405 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 4492 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
@@ -4806,11 +4893,8 @@ F: arch/powerpc/platforms/40x/ | |||
4806 | F: arch/powerpc/platforms/44x/ | 4893 | F: arch/powerpc/platforms/44x/ |
4807 | 4894 | ||
4808 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 4895 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
4809 | M: Grant Likely <grant.likely@secretlab.ca> | ||
4810 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | ||
4811 | L: linuxppc-dev@lists.ozlabs.org | 4896 | L: linuxppc-dev@lists.ozlabs.org |
4812 | T: git git://git.secretlab.ca/git/linux-2.6.git | 4897 | S: Unmaintained |
4813 | S: Maintained | ||
4814 | F: arch/powerpc/*/*virtex* | 4898 | F: arch/powerpc/*/*virtex* |
4815 | F: arch/powerpc/*/*/*virtex* | 4899 | F: arch/powerpc/*/*/*virtex* |
4816 | 4900 | ||
@@ -4919,6 +5003,12 @@ W: logfs.org | |||
4919 | S: Maintained | 5003 | S: Maintained |
4920 | F: fs/logfs/ | 5004 | F: fs/logfs/ |
4921 | 5005 | ||
5006 | LPC32XX MACHINE SUPPORT | ||
5007 | M: Roland Stigge <stigge@antcom.de> | ||
5008 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
5009 | S: Maintained | ||
5010 | F: arch/arm/mach-lpc32xx/ | ||
5011 | |||
4922 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 5012 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
4923 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> | 5013 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> |
4924 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 5014 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> |
@@ -5043,9 +5133,8 @@ S: Maintained | |||
5043 | F: drivers/net/ethernet/marvell/sk* | 5133 | F: drivers/net/ethernet/marvell/sk* |
5044 | 5134 | ||
5045 | MARVELL LIBERTAS WIRELESS DRIVER | 5135 | MARVELL LIBERTAS WIRELESS DRIVER |
5046 | M: Dan Williams <dcbw@redhat.com> | ||
5047 | L: libertas-dev@lists.infradead.org | 5136 | L: libertas-dev@lists.infradead.org |
5048 | S: Maintained | 5137 | S: Orphan |
5049 | F: drivers/net/wireless/libertas/ | 5138 | F: drivers/net/wireless/libertas/ |
5050 | 5139 | ||
5051 | MARVELL MV643XX ETHERNET DRIVER | 5140 | MARVELL MV643XX ETHERNET DRIVER |
@@ -5098,6 +5187,15 @@ S: Maintained | |||
5098 | F: Documentation/hwmon/max6650 | 5187 | F: Documentation/hwmon/max6650 |
5099 | F: drivers/hwmon/max6650.c | 5188 | F: drivers/hwmon/max6650.c |
5100 | 5189 | ||
5190 | MAX6697 HARDWARE MONITOR DRIVER | ||
5191 | M: Guenter Roeck <linux@roeck-us.net> | ||
5192 | L: lm-sensors@lm-sensors.org | ||
5193 | S: Maintained | ||
5194 | F: Documentation/hwmon/max6697 | ||
5195 | F: Documentation/devicetree/bindings/i2c/max6697.txt | ||
5196 | F: drivers/hwmon/max6697.c | ||
5197 | F: include/linux/platform_data/max6697.h | ||
5198 | |||
5101 | MAXIRADIO FM RADIO RECEIVER DRIVER | 5199 | MAXIRADIO FM RADIO RECEIVER DRIVER |
5102 | M: Hans Verkuil <hverkuil@xs4all.nl> | 5200 | M: Hans Verkuil <hverkuil@xs4all.nl> |
5103 | L: linux-media@vger.kernel.org | 5201 | L: linux-media@vger.kernel.org |
@@ -5376,6 +5474,13 @@ L: linux-scsi@vger.kernel.org | |||
5376 | S: Maintained | 5474 | S: Maintained |
5377 | F: drivers/scsi/NCR_D700.* | 5475 | F: drivers/scsi/NCR_D700.* |
5378 | 5476 | ||
5477 | NCT6775 HARDWARE MONITOR DRIVER | ||
5478 | M: Guenter Roeck <linux@roeck-us.net> | ||
5479 | L: lm-sensors@lm-sensors.org | ||
5480 | S: Maintained | ||
5481 | F: Documentation/hwmon/nct6775 | ||
5482 | F: drivers/hwmon/nct6775.c | ||
5483 | |||
5379 | NETEFFECT IWARP RNIC DRIVER (IW_NES) | 5484 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
5380 | M: Faisal Latif <faisal.latif@intel.com> | 5485 | M: Faisal Latif <faisal.latif@intel.com> |
5381 | L: linux-rdma@vger.kernel.org | 5486 | L: linux-rdma@vger.kernel.org |
@@ -5538,6 +5643,7 @@ F: include/uapi/linux/if_* | |||
5538 | F: include/uapi/linux/netdevice.h | 5643 | F: include/uapi/linux/netdevice.h |
5539 | 5644 | ||
5540 | NETXEN (1/10) GbE SUPPORT | 5645 | NETXEN (1/10) GbE SUPPORT |
5646 | M: Manish Chopra <manish.chopra@qlogic.com> | ||
5541 | M: Sony Chacko <sony.chacko@qlogic.com> | 5647 | M: Sony Chacko <sony.chacko@qlogic.com> |
5542 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> | 5648 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> |
5543 | L: netdev@vger.kernel.org | 5649 | L: netdev@vger.kernel.org |
@@ -5622,6 +5728,14 @@ S: Maintained | |||
5622 | F: drivers/video/riva/ | 5728 | F: drivers/video/riva/ |
5623 | F: drivers/video/nvidia/ | 5729 | F: drivers/video/nvidia/ |
5624 | 5730 | ||
5731 | NVM EXPRESS DRIVER | ||
5732 | M: Matthew Wilcox <willy@linux.intel.com> | ||
5733 | L: linux-nvme@lists.infradead.org | ||
5734 | T: git git://git.infradead.org/users/willy/linux-nvme.git | ||
5735 | S: Supported | ||
5736 | F: drivers/block/nvme.c | ||
5737 | F: include/linux/nvme.h | ||
5738 | |||
5625 | OMAP SUPPORT | 5739 | OMAP SUPPORT |
5626 | M: Tony Lindgren <tony@atomide.com> | 5740 | M: Tony Lindgren <tony@atomide.com> |
5627 | L: linux-omap@vger.kernel.org | 5741 | L: linux-omap@vger.kernel.org |
@@ -5650,7 +5764,7 @@ S: Maintained | |||
5650 | F: arch/arm/*omap*/*clock* | 5764 | F: arch/arm/*omap*/*clock* |
5651 | 5765 | ||
5652 | OMAP POWER MANAGEMENT SUPPORT | 5766 | OMAP POWER MANAGEMENT SUPPORT |
5653 | M: Kevin Hilman <khilman@ti.com> | 5767 | M: Kevin Hilman <khilman@deeprootsystems.com> |
5654 | L: linux-omap@vger.kernel.org | 5768 | L: linux-omap@vger.kernel.org |
5655 | S: Maintained | 5769 | S: Maintained |
5656 | F: arch/arm/*omap*/*pm* | 5770 | F: arch/arm/*omap*/*pm* |
@@ -5744,7 +5858,7 @@ F: arch/arm/*omap*/usb* | |||
5744 | 5858 | ||
5745 | OMAP GPIO DRIVER | 5859 | OMAP GPIO DRIVER |
5746 | M: Santosh Shilimkar <santosh.shilimkar@ti.com> | 5860 | M: Santosh Shilimkar <santosh.shilimkar@ti.com> |
5747 | M: Kevin Hilman <khilman@ti.com> | 5861 | M: Kevin Hilman <khilman@deeprootsystems.com> |
5748 | L: linux-omap@vger.kernel.org | 5862 | L: linux-omap@vger.kernel.org |
5749 | S: Maintained | 5863 | S: Maintained |
5750 | F: drivers/gpio/gpio-omap.c | 5864 | F: drivers/gpio/gpio-omap.c |
@@ -5798,7 +5912,7 @@ F: Documentation/i2c/busses/i2c-ocores | |||
5798 | F: drivers/i2c/busses/i2c-ocores.c | 5912 | F: drivers/i2c/busses/i2c-ocores.c |
5799 | 5913 | ||
5800 | OPEN FIRMWARE AND FLATTENED DEVICE TREE | 5914 | OPEN FIRMWARE AND FLATTENED DEVICE TREE |
5801 | M: Grant Likely <grant.likely@secretlab.ca> | 5915 | M: Grant Likely <grant.likely@linaro.org> |
5802 | M: Rob Herring <rob.herring@calxeda.com> | 5916 | M: Rob Herring <rob.herring@calxeda.com> |
5803 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) | 5917 | L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) |
5804 | W: http://fdt.secretlab.ca | 5918 | W: http://fdt.secretlab.ca |
@@ -6153,7 +6267,7 @@ S: Supported | |||
6153 | F: drivers/scsi/pmcraid.* | 6267 | F: drivers/scsi/pmcraid.* |
6154 | 6268 | ||
6155 | PMC SIERRA PM8001 DRIVER | 6269 | PMC SIERRA PM8001 DRIVER |
6156 | M: jack_wang@usish.com | 6270 | M: xjtuwjp@gmail.com |
6157 | M: lindar_liu@usish.com | 6271 | M: lindar_liu@usish.com |
6158 | L: linux-scsi@vger.kernel.org | 6272 | L: linux-scsi@vger.kernel.org |
6159 | S: Supported | 6273 | S: Supported |
@@ -6176,7 +6290,7 @@ F: include/linux/power_supply.h | |||
6176 | F: drivers/power/ | 6290 | F: drivers/power/ |
6177 | 6291 | ||
6178 | PNP SUPPORT | 6292 | PNP SUPPORT |
6179 | M: Adam Belay <abelay@mit.edu> | 6293 | M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
6180 | M: Bjorn Helgaas <bhelgaas@google.com> | 6294 | M: Bjorn Helgaas <bhelgaas@google.com> |
6181 | S: Maintained | 6295 | S: Maintained |
6182 | F: drivers/pnp/ | 6296 | F: drivers/pnp/ |
@@ -6286,11 +6400,12 @@ S: Maintained | |||
6286 | T: git git://git.infradead.org/users/cbou/linux-pstore.git | 6400 | T: git git://git.infradead.org/users/cbou/linux-pstore.git |
6287 | F: fs/pstore/ | 6401 | F: fs/pstore/ |
6288 | F: include/linux/pstore* | 6402 | F: include/linux/pstore* |
6289 | F: drivers/firmware/efivars.c | 6403 | F: drivers/firmware/efi/efi-pstore.c |
6290 | F: drivers/acpi/apei/erst.c | 6404 | F: drivers/acpi/apei/erst.c |
6291 | 6405 | ||
6292 | PTP HARDWARE CLOCK SUPPORT | 6406 | PTP HARDWARE CLOCK SUPPORT |
6293 | M: Richard Cochran <richardcochran@gmail.com> | 6407 | M: Richard Cochran <richardcochran@gmail.com> |
6408 | L: netdev@vger.kernel.org | ||
6294 | S: Maintained | 6409 | S: Maintained |
6295 | W: http://linuxptp.sourceforge.net/ | 6410 | W: http://linuxptp.sourceforge.net/ |
6296 | F: Documentation/ABI/testing/sysfs-ptp | 6411 | F: Documentation/ABI/testing/sysfs-ptp |
@@ -6412,6 +6527,8 @@ F: Documentation/networking/LICENSE.qla3xxx | |||
6412 | F: drivers/net/ethernet/qlogic/qla3xxx.* | 6527 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
6413 | 6528 | ||
6414 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | 6529 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
6530 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> | ||
6531 | M: Shahed Shaikh <shahed.shaikh@qlogic.com> | ||
6415 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 6532 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
6416 | M: Sony Chacko <sony.chacko@qlogic.com> | 6533 | M: Sony Chacko <sony.chacko@qlogic.com> |
6417 | M: linux-driver@qlogic.com | 6534 | M: linux-driver@qlogic.com |
@@ -6420,6 +6537,7 @@ S: Supported | |||
6420 | F: drivers/net/ethernet/qlogic/qlcnic/ | 6537 | F: drivers/net/ethernet/qlogic/qlcnic/ |
6421 | 6538 | ||
6422 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 6539 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
6540 | M: Shahed Shaikh <shahed.shaikh@qlogic.com> | ||
6423 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 6541 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
6424 | M: Ron Mercer <ron.mercer@qlogic.com> | 6542 | M: Ron Mercer <ron.mercer@qlogic.com> |
6425 | M: linux-driver@qlogic.com | 6543 | M: linux-driver@qlogic.com |
@@ -6516,12 +6634,6 @@ S: Maintained | |||
6516 | F: Documentation/blockdev/ramdisk.txt | 6634 | F: Documentation/blockdev/ramdisk.txt |
6517 | F: drivers/block/brd.c | 6635 | F: drivers/block/brd.c |
6518 | 6636 | ||
6519 | RAMSAM DRIVER (IBM RamSan 70/80 PCI SSD Flash Card) | ||
6520 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
6521 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
6522 | S: Maintained | ||
6523 | F: drivers/block/rsxx/ | ||
6524 | |||
6525 | RANDOM NUMBER DRIVER | 6637 | RANDOM NUMBER DRIVER |
6526 | M: Theodore Ts'o" <tytso@mit.edu> | 6638 | M: Theodore Ts'o" <tytso@mit.edu> |
6527 | S: Maintained | 6639 | S: Maintained |
@@ -6590,7 +6702,7 @@ S: Supported | |||
6590 | F: fs/reiserfs/ | 6702 | F: fs/reiserfs/ |
6591 | 6703 | ||
6592 | REGISTER MAP ABSTRACTION | 6704 | REGISTER MAP ABSTRACTION |
6593 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 6705 | M: Mark Brown <broonie@kernel.org> |
6594 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git | 6706 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
6595 | S: Supported | 6707 | S: Supported |
6596 | F: drivers/base/regmap/ | 6708 | F: drivers/base/regmap/ |
@@ -6651,6 +6763,16 @@ T: git git://linuxtv.org/anttip/media_tree.git | |||
6651 | S: Maintained | 6763 | S: Maintained |
6652 | F: drivers/media/dvb-frontends/rtl2830* | 6764 | F: drivers/media/dvb-frontends/rtl2830* |
6653 | 6765 | ||
6766 | RTL2832 MEDIA DRIVER | ||
6767 | M: Antti Palosaari <crope@iki.fi> | ||
6768 | L: linux-media@vger.kernel.org | ||
6769 | W: http://linuxtv.org/ | ||
6770 | W: http://palosaari.fi/linux/ | ||
6771 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | ||
6772 | T: git git://linuxtv.org/anttip/media_tree.git | ||
6773 | S: Maintained | ||
6774 | F: drivers/media/dvb-frontends/rtl2832* | ||
6775 | |||
6654 | RTL8180 WIRELESS DRIVER | 6776 | RTL8180 WIRELESS DRIVER |
6655 | M: "John W. Linville" <linville@tuxdriver.com> | 6777 | M: "John W. Linville" <linville@tuxdriver.com> |
6656 | L: linux-wireless@vger.kernel.org | 6778 | L: linux-wireless@vger.kernel.org |
@@ -6753,7 +6875,7 @@ L: linux-media@vger.kernel.org | |||
6753 | W: http://linuxtv.org | 6875 | W: http://linuxtv.org |
6754 | T: git git://linuxtv.org/media_tree.git | 6876 | T: git git://linuxtv.org/media_tree.git |
6755 | S: Odd fixes | 6877 | S: Odd fixes |
6756 | F: Documentation/video4linux/saa7134/ | 6878 | F: Documentation/video4linux/*.saa7134 |
6757 | F: drivers/media/pci/saa7134/ | 6879 | F: drivers/media/pci/saa7134/ |
6758 | 6880 | ||
6759 | SAA7146 VIDEO4LINUX-2 DRIVER | 6881 | SAA7146 VIDEO4LINUX-2 DRIVER |
@@ -6846,9 +6968,8 @@ F: drivers/clocksource | |||
6846 | 6968 | ||
6847 | TLG2300 VIDEO4LINUX-2 DRIVER | 6969 | TLG2300 VIDEO4LINUX-2 DRIVER |
6848 | M: Huang Shijie <shijie8@gmail.com> | 6970 | M: Huang Shijie <shijie8@gmail.com> |
6849 | M: Kang Yong <kangyong@telegent.com> | 6971 | M: Hans Verkuil <hverkuil@xs4all.nl> |
6850 | M: Zhang Xiaobing <xbzhang@telegent.com> | 6972 | S: Odd Fixes |
6851 | S: Supported | ||
6852 | F: drivers/media/usb/tlg2300 | 6973 | F: drivers/media/usb/tlg2300 |
6853 | 6974 | ||
6854 | SC1200 WDT DRIVER | 6975 | SC1200 WDT DRIVER |
@@ -6916,7 +7037,6 @@ F: drivers/scsi/st* | |||
6916 | 7037 | ||
6917 | SCTP PROTOCOL | 7038 | SCTP PROTOCOL |
6918 | M: Vlad Yasevich <vyasevich@gmail.com> | 7039 | M: Vlad Yasevich <vyasevich@gmail.com> |
6919 | M: Sridhar Samudrala <sri@us.ibm.com> | ||
6920 | M: Neil Horman <nhorman@tuxdriver.com> | 7040 | M: Neil Horman <nhorman@tuxdriver.com> |
6921 | L: linux-sctp@vger.kernel.org | 7041 | L: linux-sctp@vger.kernel.org |
6922 | W: http://lksctp.sourceforge.net | 7042 | W: http://lksctp.sourceforge.net |
@@ -7020,9 +7140,9 @@ F: drivers/misc/phantom.c | |||
7020 | F: include/uapi/linux/phantom.h | 7140 | F: include/uapi/linux/phantom.h |
7021 | 7141 | ||
7022 | SERIAL ATA (SATA) SUBSYSTEM | 7142 | SERIAL ATA (SATA) SUBSYSTEM |
7023 | M: Jeff Garzik <jgarzik@pobox.com> | 7143 | M: Tejun Heo <tj@kernel.org> |
7024 | L: linux-ide@vger.kernel.org | 7144 | L: linux-ide@vger.kernel.org |
7025 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | 7145 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
7026 | S: Supported | 7146 | S: Supported |
7027 | F: drivers/ata/ | 7147 | F: drivers/ata/ |
7028 | F: include/linux/ata.h | 7148 | F: include/linux/ata.h |
@@ -7095,17 +7215,43 @@ F: drivers/media/radio/si470x/radio-si470x-common.c | |||
7095 | F: drivers/media/radio/si470x/radio-si470x.h | 7215 | F: drivers/media/radio/si470x/radio-si470x.h |
7096 | F: drivers/media/radio/si470x/radio-si470x-usb.c | 7216 | F: drivers/media/radio/si470x/radio-si470x-usb.c |
7097 | 7217 | ||
7218 | SI4713 FM RADIO TRANSMITTER I2C DRIVER | ||
7219 | M: Eduardo Valentin <edubezval@gmail.com> | ||
7220 | L: linux-media@vger.kernel.org | ||
7221 | T: git git://linuxtv.org/media_tree.git | ||
7222 | W: http://linuxtv.org | ||
7223 | S: Odd Fixes | ||
7224 | F: drivers/media/radio/si4713-i2c.? | ||
7225 | |||
7226 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER | ||
7227 | M: Eduardo Valentin <edubezval@gmail.com> | ||
7228 | L: linux-media@vger.kernel.org | ||
7229 | T: git git://linuxtv.org/media_tree.git | ||
7230 | W: http://linuxtv.org | ||
7231 | S: Odd Fixes | ||
7232 | F: drivers/media/radio/radio-si4713.h | ||
7233 | |||
7234 | SIANO DVB DRIVER | ||
7235 | M: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
7236 | L: linux-media@vger.kernel.org | ||
7237 | W: http://linuxtv.org | ||
7238 | T: git git://linuxtv.org/media_tree.git | ||
7239 | S: Odd fixes | ||
7240 | F: drivers/media/common/siano/ | ||
7241 | F: drivers/media/dvb/siano/ | ||
7242 | F: drivers/media/usb/siano/ | ||
7243 | F: drivers/media/mmc/siano | ||
7244 | |||
7098 | SH_VEU V4L2 MEM2MEM DRIVER | 7245 | SH_VEU V4L2 MEM2MEM DRIVER |
7099 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7246 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7100 | L: linux-media@vger.kernel.org | 7247 | L: linux-media@vger.kernel.org |
7101 | S: Maintained | 7248 | S: Maintained |
7102 | F: drivers/media/platform/sh_veu.c | 7249 | F: drivers/media/platform/sh_veu.c |
7103 | F: include/media/sh_veu.h | ||
7104 | 7250 | ||
7105 | SH_VOU V4L2 OUTPUT DRIVER | 7251 | SH_VOU V4L2 OUTPUT DRIVER |
7106 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7252 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7107 | L: linux-media@vger.kernel.org | 7253 | L: linux-media@vger.kernel.org |
7108 | S: Maintained | 7254 | S: Odd Fixes |
7109 | F: drivers/media/platform/sh_vou.c | 7255 | F: drivers/media/platform/sh_vou.c |
7110 | F: include/media/sh_vou.h | 7256 | F: include/media/sh_vou.h |
7111 | 7257 | ||
@@ -7138,7 +7284,7 @@ F: arch/arm/mach-s3c2410/bast-irq.c | |||
7138 | 7284 | ||
7139 | TI DAVINCI MACHINE SUPPORT | 7285 | TI DAVINCI MACHINE SUPPORT |
7140 | M: Sekhar Nori <nsekhar@ti.com> | 7286 | M: Sekhar Nori <nsekhar@ti.com> |
7141 | M: Kevin Hilman <khilman@ti.com> | 7287 | M: Kevin Hilman <khilman@deeprootsystems.com> |
7142 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) | 7288 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) |
7143 | T: git git://gitorious.org/linux-davinci/linux-davinci.git | 7289 | T: git git://gitorious.org/linux-davinci/linux-davinci.git |
7144 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ | 7290 | Q: http://patchwork.kernel.org/project/linux-davinci/list/ |
@@ -7147,14 +7293,13 @@ F: arch/arm/mach-davinci | |||
7147 | F: drivers/i2c/busses/i2c-davinci.c | 7293 | F: drivers/i2c/busses/i2c-davinci.c |
7148 | 7294 | ||
7149 | TI DAVINCI SERIES MEDIA DRIVER | 7295 | TI DAVINCI SERIES MEDIA DRIVER |
7150 | M: Manjunath Hadli <manjunath.hadli@ti.com> | 7296 | M: Lad, Prabhakar <prabhakar.csengg@gmail.com> |
7151 | M: Prabhakar Lad <prabhakar.lad@ti.com> | ||
7152 | L: linux-media@vger.kernel.org | 7297 | L: linux-media@vger.kernel.org |
7153 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) | 7298 | L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) |
7154 | W: http://linuxtv.org/ | 7299 | W: http://linuxtv.org/ |
7155 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ | 7300 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
7156 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git | 7301 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git |
7157 | S: Supported | 7302 | S: Maintained |
7158 | F: drivers/media/platform/davinci/ | 7303 | F: drivers/media/platform/davinci/ |
7159 | F: include/media/davinci/ | 7304 | F: include/media/davinci/ |
7160 | 7305 | ||
@@ -7171,13 +7316,6 @@ L: netdev@vger.kernel.org | |||
7171 | S: Maintained | 7316 | S: Maintained |
7172 | F: drivers/net/ethernet/sis/sis900.* | 7317 | F: drivers/net/ethernet/sis/sis900.* |
7173 | 7318 | ||
7174 | SIS 96X I2C/SMBUS DRIVER | ||
7175 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | ||
7176 | L: linux-i2c@vger.kernel.org | ||
7177 | S: Maintained | ||
7178 | F: Documentation/i2c/busses/i2c-sis96x | ||
7179 | F: drivers/i2c/busses/i2c-sis96x.c | ||
7180 | |||
7181 | SIS FRAMEBUFFER DRIVER | 7319 | SIS FRAMEBUFFER DRIVER |
7182 | M: Thomas Winischhofer <thomas@winischhofer.net> | 7320 | M: Thomas Winischhofer <thomas@winischhofer.net> |
7183 | W: http://www.winischhofer.net/linuxsisvga.shtml | 7321 | W: http://www.winischhofer.net/linuxsisvga.shtml |
@@ -7255,7 +7393,7 @@ F: Documentation/hwmon/sch5627 | |||
7255 | F: drivers/hwmon/sch5627.c | 7393 | F: drivers/hwmon/sch5627.c |
7256 | 7394 | ||
7257 | SMSC47B397 HARDWARE MONITOR DRIVER | 7395 | SMSC47B397 HARDWARE MONITOR DRIVER |
7258 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 7396 | M: Jean Delvare <khali@linux-fr.org> |
7259 | L: lm-sensors@lm-sensors.org | 7397 | L: lm-sensors@lm-sensors.org |
7260 | S: Maintained | 7398 | S: Maintained |
7261 | F: Documentation/hwmon/smsc47b397 | 7399 | F: Documentation/hwmon/smsc47b397 |
@@ -7346,7 +7484,7 @@ F: sound/ | |||
7346 | 7484 | ||
7347 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) | 7485 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
7348 | M: Liam Girdwood <lgirdwood@gmail.com> | 7486 | M: Liam Girdwood <lgirdwood@gmail.com> |
7349 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7487 | M: Mark Brown <broonie@kernel.org> |
7350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | 7488 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
7351 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 7489 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
7352 | W: http://alsa-project.org/main/index.php/ASoC | 7490 | W: http://alsa-project.org/main/index.php/ASoC |
@@ -7434,11 +7572,11 @@ S: Maintained | |||
7434 | F: drivers/clk/spear/ | 7572 | F: drivers/clk/spear/ |
7435 | 7573 | ||
7436 | SPI SUBSYSTEM | 7574 | SPI SUBSYSTEM |
7437 | M: Grant Likely <grant.likely@secretlab.ca> | 7575 | M: Mark Brown <broonie@kernel.org> |
7438 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7576 | M: Grant Likely <grant.likely@linaro.org> |
7439 | L: spi-devel-general@lists.sourceforge.net | 7577 | L: spi-devel-general@lists.sourceforge.net |
7578 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git | ||
7440 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | 7579 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
7441 | T: git git://git.secretlab.ca/git/linux-2.6.git | ||
7442 | S: Maintained | 7580 | S: Maintained |
7443 | F: Documentation/spi/ | 7581 | F: Documentation/spi/ |
7444 | F: drivers/spi/ | 7582 | F: drivers/spi/ |
@@ -7533,6 +7671,11 @@ M: David Täht <d@teklibre.com> | |||
7533 | S: Odd Fixes | 7671 | S: Odd Fixes |
7534 | F: drivers/staging/frontier/ | 7672 | F: drivers/staging/frontier/ |
7535 | 7673 | ||
7674 | STAGING - GO7007 MPEG CODEC | ||
7675 | M: Hans Verkuil <hans.verkuil@cisco.com> | ||
7676 | S: Maintained | ||
7677 | F: drivers/staging/media/go7007/ | ||
7678 | |||
7536 | STAGING - INDUSTRIAL IO | 7679 | STAGING - INDUSTRIAL IO |
7537 | M: Jonathan Cameron <jic23@cam.ac.uk> | 7680 | M: Jonathan Cameron <jic23@cam.ac.uk> |
7538 | L: linux-iio@vger.kernel.org | 7681 | L: linux-iio@vger.kernel.org |
@@ -7583,8 +7726,8 @@ S: Odd Fixes | |||
7583 | F: drivers/staging/sm7xxfb/ | 7726 | F: drivers/staging/sm7xxfb/ |
7584 | 7727 | ||
7585 | STAGING - SOFTLOGIC 6x10 MPEG CODEC | 7728 | STAGING - SOFTLOGIC 6x10 MPEG CODEC |
7586 | M: Ben Collins <bcollins@bluecherry.net> | 7729 | M: Ismael Luceno <ismael.luceno@corp.bluecherry.net> |
7587 | S: Odd Fixes | 7730 | S: Supported |
7588 | F: drivers/staging/media/solo6x10/ | 7731 | F: drivers/staging/media/solo6x10/ |
7589 | 7732 | ||
7590 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER | 7733 | STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
@@ -7678,9 +7821,10 @@ F: include/linux/swiotlb.h | |||
7678 | 7821 | ||
7679 | SYNOPSYS ARC ARCHITECTURE | 7822 | SYNOPSYS ARC ARCHITECTURE |
7680 | M: Vineet Gupta <vgupta@synopsys.com> | 7823 | M: Vineet Gupta <vgupta@synopsys.com> |
7681 | L: linux-snps-arc@vger.kernel.org | ||
7682 | S: Supported | 7824 | S: Supported |
7683 | F: arch/arc/ | 7825 | F: arch/arc/ |
7826 | F: Documentation/devicetree/bindings/arc/ | ||
7827 | F: drivers/tty/serial/arc-uart.c | ||
7684 | 7828 | ||
7685 | SYSV FILESYSTEM | 7829 | SYSV FILESYSTEM |
7686 | M: Christoph Hellwig <hch@infradead.org> | 7830 | M: Christoph Hellwig <hch@infradead.org> |
@@ -7848,7 +7992,7 @@ L: linux-tegra@vger.kernel.org | |||
7848 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ | 7992 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
7849 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git | 7993 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git |
7850 | S: Supported | 7994 | S: Supported |
7851 | K: (?i)[^a-z]tegra | 7995 | N: [^a-z]tegra |
7852 | 7996 | ||
7853 | TEHUTI ETHERNET DRIVER | 7997 | TEHUTI ETHERNET DRIVER |
7854 | M: Andy Gospodarek <andy@greyhouse.net> | 7998 | M: Andy Gospodarek <andy@greyhouse.net> |
@@ -7891,6 +8035,12 @@ T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | |||
7891 | S: Maintained | 8035 | S: Maintained |
7892 | F: drivers/platform/x86/thinkpad_acpi.c | 8036 | F: drivers/platform/x86/thinkpad_acpi.c |
7893 | 8037 | ||
8038 | TI BANDGAP AND THERMAL DRIVER | ||
8039 | M: Eduardo Valentin <eduardo.valentin@ti.com> | ||
8040 | L: linux-pm@vger.kernel.org | ||
8041 | S: Maintained | ||
8042 | F: drivers/staging/omap-thermal/ | ||
8043 | |||
7894 | TI FLASH MEDIA INTERFACE DRIVER | 8044 | TI FLASH MEDIA INTERFACE DRIVER |
7895 | M: Alex Dubov <oakad@yahoo.com> | 8045 | M: Alex Dubov <oakad@yahoo.com> |
7896 | S: Maintained | 8046 | S: Maintained |
@@ -8328,9 +8478,10 @@ S: Maintained | |||
8328 | F: drivers/usb/serial/option.c | 8478 | F: drivers/usb/serial/option.c |
8329 | 8479 | ||
8330 | USB PEGASUS DRIVER | 8480 | USB PEGASUS DRIVER |
8331 | M: Petko Manolov <petkan@users.sourceforge.net> | 8481 | M: Petko Manolov <petkan@nucleusys.com> |
8332 | L: linux-usb@vger.kernel.org | 8482 | L: linux-usb@vger.kernel.org |
8333 | L: netdev@vger.kernel.org | 8483 | L: netdev@vger.kernel.org |
8484 | T: git git://git.code.sf.net/p/pegasus2/git | ||
8334 | W: http://pegasus2.sourceforge.net/ | 8485 | W: http://pegasus2.sourceforge.net/ |
8335 | S: Maintained | 8486 | S: Maintained |
8336 | F: drivers/net/usb/pegasus.* | 8487 | F: drivers/net/usb/pegasus.* |
@@ -8350,9 +8501,10 @@ S: Supported | |||
8350 | F: drivers/usb/class/usblp.c | 8501 | F: drivers/usb/class/usblp.c |
8351 | 8502 | ||
8352 | USB RTL8150 DRIVER | 8503 | USB RTL8150 DRIVER |
8353 | M: Petko Manolov <petkan@users.sourceforge.net> | 8504 | M: Petko Manolov <petkan@nucleusys.com> |
8354 | L: linux-usb@vger.kernel.org | 8505 | L: linux-usb@vger.kernel.org |
8355 | L: netdev@vger.kernel.org | 8506 | L: netdev@vger.kernel.org |
8507 | T: git git://git.code.sf.net/p/pegasus2/git | ||
8356 | W: http://pegasus2.sourceforge.net/ | 8508 | W: http://pegasus2.sourceforge.net/ |
8357 | S: Maintained | 8509 | S: Maintained |
8358 | F: drivers/net/usb/rtl8150.c | 8510 | F: drivers/net/usb/rtl8150.c |
@@ -8486,7 +8638,7 @@ F: drivers/usb/gadget/*uvc*.c | |||
8486 | F: drivers/usb/gadget/webcam.c | 8638 | F: drivers/usb/gadget/webcam.c |
8487 | 8639 | ||
8488 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 8640 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
8489 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 8641 | M: Jussi Kivilinna <jussi.kivilinna@iki.fi> |
8490 | L: linux-wireless@vger.kernel.org | 8642 | L: linux-wireless@vger.kernel.org |
8491 | S: Maintained | 8643 | S: Maintained |
8492 | F: drivers/net/wireless/rndis_wlan.c | 8644 | F: drivers/net/wireless/rndis_wlan.c |
@@ -8591,6 +8743,7 @@ F: drivers/virtio/ | |||
8591 | F: drivers/net/virtio_net.c | 8743 | F: drivers/net/virtio_net.c |
8592 | F: drivers/block/virtio_blk.c | 8744 | F: drivers/block/virtio_blk.c |
8593 | F: include/linux/virtio_*.h | 8745 | F: include/linux/virtio_*.h |
8746 | F: include/uapi/linux/virtio_*.h | ||
8594 | 8747 | ||
8595 | VIRTIO HOST (VHOST) | 8748 | VIRTIO HOST (VHOST) |
8596 | M: "Michael S. Tsirkin" <mst@redhat.com> | 8749 | M: "Michael S. Tsirkin" <mst@redhat.com> |
@@ -8678,8 +8831,8 @@ F: drivers/scsi/vmw_pvscsi.c | |||
8678 | F: drivers/scsi/vmw_pvscsi.h | 8831 | F: drivers/scsi/vmw_pvscsi.h |
8679 | 8832 | ||
8680 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 8833 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
8681 | M: Liam Girdwood <lrg@ti.com> | 8834 | M: Liam Girdwood <lgirdwood@gmail.com> |
8682 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 8835 | M: Mark Brown <broonie@kernel.org> |
8683 | W: http://opensource.wolfsonmicro.com/node/15 | 8836 | W: http://opensource.wolfsonmicro.com/node/15 |
8684 | W: http://www.slimlogic.co.uk/?p=48 | 8837 | W: http://www.slimlogic.co.uk/?p=48 |
8685 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git | 8838 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git |
@@ -8942,9 +9095,7 @@ S: Maintained | |||
8942 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | 9095 | F: drivers/net/ethernet/xilinx/xilinx_axienet* |
8943 | 9096 | ||
8944 | XILINX SYSTEMACE DRIVER | 9097 | XILINX SYSTEMACE DRIVER |
8945 | M: Grant Likely <grant.likely@secretlab.ca> | 9098 | S: Unmaintained |
8946 | W: http://www.secretlab.ca/ | ||
8947 | S: Maintained | ||
8948 | F: drivers/block/xsysace.c | 9099 | F: drivers/block/xsysace.c |
8949 | 9100 | ||
8950 | XILINX UARTLITE SERIAL DRIVER | 9101 | XILINX UARTLITE SERIAL DRIVER |