diff options
author | Dave Airlie <airlied@redhat.com> | 2013-11-08 01:34:39 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-11-08 01:34:39 -0500 |
commit | 91915260ea5ed9d9b19bfb75d53c989c8ada2ab0 (patch) | |
tree | f7eb16ced65f39ebd0bb32e3b4e5e0f365755536 /MAINTAINERS | |
parent | 21136946c495b0e1e0f7e25a8de6f170efbdeadf (diff) | |
parent | 07bf139b906013ecef0c5e0441564d1ae10e974a (diff) |
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
Bit a bit -fixes pull request in the merge window than usual dua to two
feauture-y things:
- Display CRCs are now enabled on all platforms, including the odd DP case
on gm45/vlv. Since this is a testing-only feature it should ever hurt,
but I figured it'll help with regression-testing -fixes. So I left it
in and didn't postpone it to 3.14.
- Display power well refactoring from Imre. Would have caused major pain
conflict with the bdw stage 1 patches if I'd postpone this to -next.
It's only an relatively small interface rework, so shouldn't cause pain.
It's also been in my tree since almost 3 weeks already.
That accounts for about two thirds of the pull, otherwise just bugfixes:
- vlv backlight fix from Jesse/Jani
- vlv vblank timestamp fix from Jesse
- improved edp detection through vbt from Ville (fixes a vlv issue)
- eDP vdd fix from Paulo
- fixes for dvo lvds on i830M
- a few smaller things all over
Note: This contains a backmerge of v3.12. Since the -internal branch
always applied on top of -nightly I need that unified base to merge bdw
patches. So you'll get a conflict with radeon connector props when pulling
this (and nouveau/master will also conflict a bit when Ben doesn't
rebase). The backmerge itself only had conflicts in drm/i915.
There's also a tiny conflict between Jani's backlight fix and your sysfs
lifetime fix in drm-next.
* tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel: (940 commits)
drm/i915/vlv: use per-pipe backlight controls v2
drm/i915: make backlight functions take a connector
drm/i915: move opregion asle request handling to a work queue
drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLV
drm/i915: Make intel_dp_is_edp() less specific
drm/i915: Give names to the VBT child device type bits
drm/i915/vlv: enable HDA display audio for Valleyview2
drm/i915/dvo: call ->mode_set callback only when the port is running
drm/i915: avoid unclaimed registers when capturing the error state
drm/i915: Enable DP port CRC for the "auto" source on g4x/vlv
drm/i915: scramble reset support for DP port CRC on vlv
drm/i915: scramble reset support for DP port CRC on g4x
drm/i916: add "auto" pipe CRC source
...
Conflicts:
MAINTAINERS
drivers/gpu/drm/i915/intel_panel.c
drivers/gpu/drm/nouveau/core/subdev/mc/base.c
drivers/gpu/drm/radeon/atombios_encoders.c
drivers/gpu/drm/radeon/radeon_connectors.c
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 191 |
1 files changed, 122 insertions, 69 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4907a747f3e0..63dbfc384d5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -237,11 +237,11 @@ F: drivers/platform/x86/acer-wmi.c | |||
237 | 237 | ||
238 | ACPI | 238 | ACPI |
239 | M: Len Brown <lenb@kernel.org> | 239 | M: Len Brown <lenb@kernel.org> |
240 | M: Rafael J. Wysocki <rjw@sisk.pl> | 240 | M: Rafael J. Wysocki <rjw@rjwysocki.net> |
241 | L: linux-acpi@vger.kernel.org | 241 | L: linux-acpi@vger.kernel.org |
242 | W: http://www.lesswatts.org/projects/acpi/ | 242 | W: https://01.org/linux-acpi |
243 | Q: http://patchwork.kernel.org/project/linux-acpi/list/ | 243 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
244 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux | 244 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
245 | S: Supported | 245 | S: Supported |
246 | F: drivers/acpi/ | 246 | F: drivers/acpi/ |
247 | F: drivers/pnp/pnpacpi/ | 247 | F: drivers/pnp/pnpacpi/ |
@@ -256,21 +256,21 @@ F: drivers/pci/*/*/*acpi* | |||
256 | ACPI FAN DRIVER | 256 | ACPI FAN DRIVER |
257 | M: Zhang Rui <rui.zhang@intel.com> | 257 | M: Zhang Rui <rui.zhang@intel.com> |
258 | L: linux-acpi@vger.kernel.org | 258 | L: linux-acpi@vger.kernel.org |
259 | W: http://www.lesswatts.org/projects/acpi/ | 259 | W: https://01.org/linux-acpi |
260 | S: Supported | 260 | S: Supported |
261 | F: drivers/acpi/fan.c | 261 | F: drivers/acpi/fan.c |
262 | 262 | ||
263 | ACPI THERMAL DRIVER | 263 | ACPI THERMAL DRIVER |
264 | M: Zhang Rui <rui.zhang@intel.com> | 264 | M: Zhang Rui <rui.zhang@intel.com> |
265 | L: linux-acpi@vger.kernel.org | 265 | L: linux-acpi@vger.kernel.org |
266 | W: http://www.lesswatts.org/projects/acpi/ | 266 | W: https://01.org/linux-acpi |
267 | S: Supported | 267 | S: Supported |
268 | F: drivers/acpi/*thermal* | 268 | F: drivers/acpi/*thermal* |
269 | 269 | ||
270 | ACPI VIDEO DRIVER | 270 | ACPI VIDEO DRIVER |
271 | M: Zhang Rui <rui.zhang@intel.com> | 271 | M: Zhang Rui <rui.zhang@intel.com> |
272 | L: linux-acpi@vger.kernel.org | 272 | L: linux-acpi@vger.kernel.org |
273 | W: http://www.lesswatts.org/projects/acpi/ | 273 | W: https://01.org/linux-acpi |
274 | S: Supported | 274 | S: Supported |
275 | F: drivers/acpi/video.c | 275 | F: drivers/acpi/video.c |
276 | 276 | ||
@@ -824,15 +824,21 @@ S: Maintained | |||
824 | F: arch/arm/mach-gemini/ | 824 | F: arch/arm/mach-gemini/ |
825 | 825 | ||
826 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT | 826 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
827 | M: Barry Song <baohua.song@csr.com> | 827 | M: Barry Song <baohua@kernel.org> |
828 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 828 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
829 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git | 829 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
830 | S: Maintained | 830 | S: Maintained |
831 | F: arch/arm/mach-prima2/ | 831 | F: arch/arm/mach-prima2/ |
832 | F: drivers/clk/clk-prima2.c | ||
833 | F: drivers/clocksource/timer-prima2.c | ||
834 | F: drivers/clocksource/timer-marco.c | ||
832 | F: drivers/dma/sirf-dma.c | 835 | F: drivers/dma/sirf-dma.c |
833 | F: drivers/i2c/busses/i2c-sirf.c | 836 | F: drivers/i2c/busses/i2c-sirf.c |
837 | F: drivers/input/misc/sirfsoc-onkey.c | ||
838 | F: drivers/irqchip/irq-sirfsoc.c | ||
834 | F: drivers/mmc/host/sdhci-sirf.c | 839 | F: drivers/mmc/host/sdhci-sirf.c |
835 | F: drivers/pinctrl/sirf/ | 840 | F: drivers/pinctrl/sirf/ |
841 | F: drivers/rtc/rtc-sirfsoc.c | ||
836 | F: drivers/spi/spi-sirf.c | 842 | F: drivers/spi/spi-sirf.c |
837 | 843 | ||
838 | ARM/EBSA110 MACHINE SUPPORT | 844 | ARM/EBSA110 MACHINE SUPPORT |
@@ -1003,6 +1009,7 @@ ARM/Marvell Armada 370 and Armada XP SOC support | |||
1003 | M: Jason Cooper <jason@lakedaemon.net> | 1009 | M: Jason Cooper <jason@lakedaemon.net> |
1004 | M: Andrew Lunn <andrew@lunn.ch> | 1010 | M: Andrew Lunn <andrew@lunn.ch> |
1005 | M: Gregory Clement <gregory.clement@free-electrons.com> | 1011 | M: Gregory Clement <gregory.clement@free-electrons.com> |
1012 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | ||
1006 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1013 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1007 | S: Maintained | 1014 | S: Maintained |
1008 | F: arch/arm/mach-mvebu/ | 1015 | F: arch/arm/mach-mvebu/ |
@@ -1010,6 +1017,7 @@ F: arch/arm/mach-mvebu/ | |||
1010 | ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support | 1017 | ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support |
1011 | M: Jason Cooper <jason@lakedaemon.net> | 1018 | M: Jason Cooper <jason@lakedaemon.net> |
1012 | M: Andrew Lunn <andrew@lunn.ch> | 1019 | M: Andrew Lunn <andrew@lunn.ch> |
1020 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | ||
1013 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1021 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1014 | S: Maintained | 1022 | S: Maintained |
1015 | F: arch/arm/mach-dove/ | 1023 | F: arch/arm/mach-dove/ |
@@ -1142,6 +1150,13 @@ F: drivers/net/ethernet/i825xx/ether1* | |||
1142 | F: drivers/net/ethernet/seeq/ether3* | 1150 | F: drivers/net/ethernet/seeq/ether3* |
1143 | F: drivers/scsi/arm/ | 1151 | F: drivers/scsi/arm/ |
1144 | 1152 | ||
1153 | ARM/Rockchip SoC support | ||
1154 | M: Heiko Stuebner <heiko@sntech.de> | ||
1155 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
1156 | S: Maintained | ||
1157 | F: arch/arm/mach-rockchip/ | ||
1158 | F: drivers/*/*rockchip* | ||
1159 | |||
1145 | ARM/SHARK MACHINE SUPPORT | 1160 | ARM/SHARK MACHINE SUPPORT |
1146 | M: Alexander Schulz <alex@shark-linux.de> | 1161 | M: Alexander Schulz <alex@shark-linux.de> |
1147 | W: http://www.shark-linux.de/shark.html | 1162 | W: http://www.shark-linux.de/shark.html |
@@ -1785,6 +1800,7 @@ F: include/net/bluetooth/ | |||
1785 | 1800 | ||
1786 | BONDING DRIVER | 1801 | BONDING DRIVER |
1787 | M: Jay Vosburgh <fubar@us.ibm.com> | 1802 | M: Jay Vosburgh <fubar@us.ibm.com> |
1803 | M: Veaceslav Falico <vfalico@redhat.com> | ||
1788 | M: Andy Gospodarek <andy@greyhouse.net> | 1804 | M: Andy Gospodarek <andy@greyhouse.net> |
1789 | L: netdev@vger.kernel.org | 1805 | L: netdev@vger.kernel.org |
1790 | W: http://sourceforge.net/projects/bonding/ | 1806 | W: http://sourceforge.net/projects/bonding/ |
@@ -2294,7 +2310,7 @@ S: Maintained | |||
2294 | F: drivers/net/ethernet/ti/cpmac.c | 2310 | F: drivers/net/ethernet/ti/cpmac.c |
2295 | 2311 | ||
2296 | CPU FREQUENCY DRIVERS | 2312 | CPU FREQUENCY DRIVERS |
2297 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2313 | M: Rafael J. Wysocki <rjw@rjwysocki.net> |
2298 | M: Viresh Kumar <viresh.kumar@linaro.org> | 2314 | M: Viresh Kumar <viresh.kumar@linaro.org> |
2299 | L: cpufreq@vger.kernel.org | 2315 | L: cpufreq@vger.kernel.org |
2300 | L: linux-pm@vger.kernel.org | 2316 | L: linux-pm@vger.kernel.org |
@@ -2325,7 +2341,7 @@ S: Maintained | |||
2325 | F: drivers/cpuidle/cpuidle-big_little.c | 2341 | F: drivers/cpuidle/cpuidle-big_little.c |
2326 | 2342 | ||
2327 | CPUIDLE DRIVERS | 2343 | CPUIDLE DRIVERS |
2328 | M: Rafael J. Wysocki <rjw@sisk.pl> | 2344 | M: Rafael J. Wysocki <rjw@rjwysocki.net> |
2329 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | 2345 | M: Daniel Lezcano <daniel.lezcano@linaro.org> |
2330 | L: linux-pm@vger.kernel.org | 2346 | L: linux-pm@vger.kernel.org |
2331 | S: Maintained | 2347 | S: Maintained |
@@ -2712,6 +2728,8 @@ T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |||
2712 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM | 2728 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
2713 | M: Vinod Koul <vinod.koul@intel.com> | 2729 | M: Vinod Koul <vinod.koul@intel.com> |
2714 | M: Dan Williams <dan.j.williams@intel.com> | 2730 | M: Dan Williams <dan.j.williams@intel.com> |
2731 | L: dmaengine@vger.kernel.org | ||
2732 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
2715 | S: Supported | 2733 | S: Supported |
2716 | F: drivers/dma/ | 2734 | F: drivers/dma/ |
2717 | F: include/linux/dma* | 2735 | F: include/linux/dma* |
@@ -2815,7 +2833,7 @@ M: Terje Bergström <tbergstrom@nvidia.com> | |||
2815 | L: dri-devel@lists.freedesktop.org | 2833 | L: dri-devel@lists.freedesktop.org |
2816 | L: linux-tegra@vger.kernel.org | 2834 | L: linux-tegra@vger.kernel.org |
2817 | T: git git://anongit.freedesktop.org/tegra/linux.git | 2835 | T: git git://anongit.freedesktop.org/tegra/linux.git |
2818 | S: Maintained | 2836 | S: Supported |
2819 | F: drivers/gpu/drm/tegra/ | 2837 | F: drivers/gpu/drm/tegra/ |
2820 | F: drivers/gpu/host1x/ | 2838 | F: drivers/gpu/host1x/ |
2821 | F: include/linux/host1x.h | 2839 | F: include/linux/host1x.h |
@@ -3549,7 +3567,7 @@ F: fs/freevxfs/ | |||
3549 | 3567 | ||
3550 | FREEZER | 3568 | FREEZER |
3551 | M: Pavel Machek <pavel@ucw.cz> | 3569 | M: Pavel Machek <pavel@ucw.cz> |
3552 | M: "Rafael J. Wysocki" <rjw@sisk.pl> | 3570 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
3553 | L: linux-pm@vger.kernel.org | 3571 | L: linux-pm@vger.kernel.org |
3554 | S: Supported | 3572 | S: Supported |
3555 | F: Documentation/power/freezing-of-tasks.txt | 3573 | F: Documentation/power/freezing-of-tasks.txt |
@@ -3620,6 +3638,12 @@ L: linux-scsi@vger.kernel.org | |||
3620 | S: Odd Fixes (e.g., new signatures) | 3638 | S: Odd Fixes (e.g., new signatures) |
3621 | F: drivers/scsi/fdomain.* | 3639 | F: drivers/scsi/fdomain.* |
3622 | 3640 | ||
3641 | GCOV BASED KERNEL PROFILING | ||
3642 | M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> | ||
3643 | S: Maintained | ||
3644 | F: kernel/gcov/ | ||
3645 | F: Documentation/gcov.txt | ||
3646 | |||
3623 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | 3647 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
3624 | M: Achim Leubner <achim_leubner@adaptec.com> | 3648 | M: Achim Leubner <achim_leubner@adaptec.com> |
3625 | L: linux-scsi@vger.kernel.org | 3649 | L: linux-scsi@vger.kernel.org |
@@ -3885,7 +3909,7 @@ F: drivers/video/hgafb.c | |||
3885 | 3909 | ||
3886 | HIBERNATION (aka Software Suspend, aka swsusp) | 3910 | HIBERNATION (aka Software Suspend, aka swsusp) |
3887 | M: Pavel Machek <pavel@ucw.cz> | 3911 | M: Pavel Machek <pavel@ucw.cz> |
3888 | M: "Rafael J. Wysocki" <rjw@sisk.pl> | 3912 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
3889 | L: linux-pm@vger.kernel.org | 3913 | L: linux-pm@vger.kernel.org |
3890 | S: Supported | 3914 | S: Supported |
3891 | F: arch/x86/power/ | 3915 | F: arch/x86/power/ |
@@ -4335,7 +4359,7 @@ F: drivers/video/i810/ | |||
4335 | INTEL MENLOW THERMAL DRIVER | 4359 | INTEL MENLOW THERMAL DRIVER |
4336 | M: Sujith Thomas <sujith.thomas@intel.com> | 4360 | M: Sujith Thomas <sujith.thomas@intel.com> |
4337 | L: platform-driver-x86@vger.kernel.org | 4361 | L: platform-driver-x86@vger.kernel.org |
4338 | W: http://www.lesswatts.org/projects/acpi/ | 4362 | W: https://01.org/linux-acpi |
4339 | S: Supported | 4363 | S: Supported |
4340 | F: drivers/platform/x86/intel_menlow.c | 4364 | F: drivers/platform/x86/intel_menlow.c |
4341 | 4365 | ||
@@ -4347,7 +4371,10 @@ F: arch/x86/kernel/microcode_intel.c | |||
4347 | 4371 | ||
4348 | INTEL I/OAT DMA DRIVER | 4372 | INTEL I/OAT DMA DRIVER |
4349 | M: Dan Williams <dan.j.williams@intel.com> | 4373 | M: Dan Williams <dan.j.williams@intel.com> |
4350 | S: Maintained | 4374 | M: Dave Jiang <dave.jiang@intel.com> |
4375 | L: dmaengine@vger.kernel.org | ||
4376 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
4377 | S: Supported | ||
4351 | F: drivers/dma/ioat* | 4378 | F: drivers/dma/ioat* |
4352 | 4379 | ||
4353 | INTEL IOMMU (VT-d) | 4380 | INTEL IOMMU (VT-d) |
@@ -4472,6 +4499,13 @@ L: linux-serial@vger.kernel.org | |||
4472 | S: Maintained | 4499 | S: Maintained |
4473 | F: drivers/tty/serial/ioc3_serial.c | 4500 | F: drivers/tty/serial/ioc3_serial.c |
4474 | 4501 | ||
4502 | IOMMU DRIVERS | ||
4503 | M: Joerg Roedel <joro@8bytes.org> | ||
4504 | L: iommu@lists.linux-foundation.org | ||
4505 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
4506 | S: Maintained | ||
4507 | F: drivers/iommu/ | ||
4508 | |||
4475 | IP MASQUERADING | 4509 | IP MASQUERADING |
4476 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> | 4510 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
4477 | S: Maintained | 4511 | S: Maintained |
@@ -7273,9 +7307,9 @@ F: include/linux/sched.h | |||
7273 | F: include/uapi/linux/sched.h | 7307 | F: include/uapi/linux/sched.h |
7274 | 7308 | ||
7275 | SCORE ARCHITECTURE | 7309 | SCORE ARCHITECTURE |
7276 | M: Chen Liqin <liqin.chen@sunplusct.com> | 7310 | M: Chen Liqin <liqin.linux@gmail.com> |
7277 | M: Lennox Wu <lennox.wu@gmail.com> | 7311 | M: Lennox Wu <lennox.wu@gmail.com> |
7278 | W: http://www.sunplusct.com | 7312 | W: http://www.sunplus.com |
7279 | S: Supported | 7313 | S: Supported |
7280 | F: arch/score/ | 7314 | F: arch/score/ |
7281 | 7315 | ||
@@ -7805,6 +7839,13 @@ F: Documentation/sound/alsa/soc/ | |||
7805 | F: sound/soc/ | 7839 | F: sound/soc/ |
7806 | F: include/sound/soc* | 7840 | F: include/sound/soc* |
7807 | 7841 | ||
7842 | SOUND - DMAENGINE HELPERS | ||
7843 | M: Lars-Peter Clausen <lars@metafoo.de> | ||
7844 | S: Supported | ||
7845 | F: include/sound/dmaengine_pcm.h | ||
7846 | F: sound/core/pcm_dmaengine.c | ||
7847 | F: sound/soc/soc-generic-dmaengine-pcm.c | ||
7848 | |||
7808 | SPARC + UltraSPARC (sparc/sparc64) | 7849 | SPARC + UltraSPARC (sparc/sparc64) |
7809 | M: "David S. Miller" <davem@davemloft.net> | 7850 | M: "David S. Miller" <davem@davemloft.net> |
7810 | L: sparclinux@vger.kernel.org | 7851 | L: sparclinux@vger.kernel.org |
@@ -8084,7 +8125,7 @@ F: drivers/sh/ | |||
8084 | SUSPEND TO RAM | 8125 | SUSPEND TO RAM |
8085 | M: Len Brown <len.brown@intel.com> | 8126 | M: Len Brown <len.brown@intel.com> |
8086 | M: Pavel Machek <pavel@ucw.cz> | 8127 | M: Pavel Machek <pavel@ucw.cz> |
8087 | M: "Rafael J. Wysocki" <rjw@sisk.pl> | 8128 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
8088 | L: linux-pm@vger.kernel.org | 8129 | L: linux-pm@vger.kernel.org |
8089 | S: Supported | 8130 | S: Supported |
8090 | F: Documentation/power/ | 8131 | F: Documentation/power/ |
@@ -8277,14 +8318,72 @@ L: linux-media@vger.kernel.org | |||
8277 | S: Maintained | 8318 | S: Maintained |
8278 | F: drivers/media/rc/ttusbir.c | 8319 | F: drivers/media/rc/ttusbir.c |
8279 | 8320 | ||
8280 | TEGRA SUPPORT | 8321 | TEGRA ARCHITECTURE SUPPORT |
8281 | M: Stephen Warren <swarren@wwwdotorg.org> | 8322 | M: Stephen Warren <swarren@wwwdotorg.org> |
8323 | M: Thierry Reding <thierry.reding@gmail.com> | ||
8282 | L: linux-tegra@vger.kernel.org | 8324 | L: linux-tegra@vger.kernel.org |
8283 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ | 8325 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
8284 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git | 8326 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git |
8285 | S: Supported | 8327 | S: Supported |
8286 | N: [^a-z]tegra | 8328 | N: [^a-z]tegra |
8287 | 8329 | ||
8330 | TEGRA ASOC DRIVER | ||
8331 | M: Stephen Warren <swarren@wwwdotorg.org> | ||
8332 | S: Supported | ||
8333 | F: sound/soc/tegra/ | ||
8334 | |||
8335 | TEGRA CLOCK DRIVER | ||
8336 | M: Peter De Schrijver <pdeschrijver@nvidia.com> | ||
8337 | M: Prashant Gaikwad <pgaikwad@nvidia.com> | ||
8338 | S: Supported | ||
8339 | F: drivers/clk/tegra/ | ||
8340 | |||
8341 | TEGRA DMA DRIVER | ||
8342 | M: Laxman Dewangan <ldewangan@nvidia.com> | ||
8343 | S: Supported | ||
8344 | F: drivers/dma/tegra20-apb-dma.c | ||
8345 | |||
8346 | TEGRA GPIO DRIVER | ||
8347 | M: Stephen Warren <swarren@wwwdotorg.org> | ||
8348 | S: Supported | ||
8349 | F: drivers/gpio/gpio-tegra.c | ||
8350 | |||
8351 | TEGRA I2C DRIVER | ||
8352 | M: Laxman Dewangan <ldewangan@nvidia.com> | ||
8353 | S: Supported | ||
8354 | F: drivers/i2c/busses/i2c-tegra.c | ||
8355 | |||
8356 | TEGRA IOMMU DRIVERS | ||
8357 | M: Hiroshi Doyu <hdoyu@nvidia.com> | ||
8358 | S: Supported | ||
8359 | F: drivers/iommu/tegra* | ||
8360 | |||
8361 | TEGRA KBC DRIVER | ||
8362 | M: Rakesh Iyer <riyer@nvidia.com> | ||
8363 | M: Laxman Dewangan <ldewangan@nvidia.com> | ||
8364 | S: Supported | ||
8365 | F: drivers/input/keyboard/tegra-kbc.c | ||
8366 | |||
8367 | TEGRA PINCTRL DRIVER | ||
8368 | M: Stephen Warren <swarren@wwwdotorg.org> | ||
8369 | S: Supported | ||
8370 | F: drivers/pinctrl/pinctrl-tegra* | ||
8371 | |||
8372 | TEGRA PWM DRIVER | ||
8373 | M: Thierry Reding <thierry.reding@gmail.com> | ||
8374 | S: Supported | ||
8375 | F: drivers/pwm/pwm-tegra.c | ||
8376 | |||
8377 | TEGRA SERIAL DRIVER | ||
8378 | M: Laxman Dewangan <ldewangan@nvidia.com> | ||
8379 | S: Supported | ||
8380 | F: drivers/tty/serial/serial-tegra.c | ||
8381 | |||
8382 | TEGRA SPI DRIVER | ||
8383 | M: Laxman Dewangan <ldewangan@nvidia.com> | ||
8384 | S: Supported | ||
8385 | F: drivers/spi/spi-tegra* | ||
8386 | |||
8288 | TEHUTI ETHERNET DRIVER | 8387 | TEHUTI ETHERNET DRIVER |
8289 | M: Andy Gospodarek <andy@greyhouse.net> | 8388 | M: Andy Gospodarek <andy@greyhouse.net> |
8290 | L: netdev@vger.kernel.org | 8389 | L: netdev@vger.kernel.org |
@@ -8820,61 +8919,14 @@ W: http://pegasus2.sourceforge.net/ | |||
8820 | S: Maintained | 8919 | S: Maintained |
8821 | F: drivers/net/usb/rtl8150.c | 8920 | F: drivers/net/usb/rtl8150.c |
8822 | 8921 | ||
8823 | USB SERIAL BELKIN F5U103 DRIVER | 8922 | USB SERIAL SUBSYSTEM |
8824 | M: William Greathouse <wgreathouse@smva.com> | 8923 | M: Johan Hovold <jhovold@gmail.com> |
8825 | L: linux-usb@vger.kernel.org | ||
8826 | S: Maintained | ||
8827 | F: drivers/usb/serial/belkin_sa.* | ||
8828 | |||
8829 | USB SERIAL CYPRESS M8 DRIVER | ||
8830 | M: Lonnie Mendez <dignome@gmail.com> | ||
8831 | L: linux-usb@vger.kernel.org | 8924 | L: linux-usb@vger.kernel.org |
8832 | S: Maintained | 8925 | S: Maintained |
8833 | W: http://geocities.com/i0xox0i | ||
8834 | W: http://firstlight.net/cvs | ||
8835 | F: drivers/usb/serial/cypress_m8.* | ||
8836 | |||
8837 | USB SERIAL CYBERJACK DRIVER | ||
8838 | M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> | ||
8839 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php | ||
8840 | S: Maintained | ||
8841 | F: drivers/usb/serial/cyberjack.c | ||
8842 | |||
8843 | USB SERIAL DIGI ACCELEPORT DRIVER | ||
8844 | M: Peter Berger <pberger@brimson.com> | ||
8845 | M: Al Borchers <alborchers@steinerpoint.com> | ||
8846 | L: linux-usb@vger.kernel.org | ||
8847 | S: Maintained | ||
8848 | F: drivers/usb/serial/digi_acceleport.c | ||
8849 | |||
8850 | USB SERIAL DRIVER | ||
8851 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
8852 | L: linux-usb@vger.kernel.org | ||
8853 | S: Supported | ||
8854 | F: Documentation/usb/usb-serial.txt | 8926 | F: Documentation/usb/usb-serial.txt |
8855 | F: drivers/usb/serial/generic.c | 8927 | F: drivers/usb/serial/ |
8856 | F: drivers/usb/serial/usb-serial.c | ||
8857 | F: include/linux/usb/serial.h | 8928 | F: include/linux/usb/serial.h |
8858 | 8929 | ||
8859 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER | ||
8860 | M: Gary Brubaker <xavyer@ix.netcom.com> | ||
8861 | L: linux-usb@vger.kernel.org | ||
8862 | S: Maintained | ||
8863 | F: drivers/usb/serial/empeg.c | ||
8864 | |||
8865 | USB SERIAL KEYSPAN DRIVER | ||
8866 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
8867 | L: linux-usb@vger.kernel.org | ||
8868 | S: Maintained | ||
8869 | F: drivers/usb/serial/*keyspan* | ||
8870 | |||
8871 | USB SERIAL WHITEHEAT DRIVER | ||
8872 | M: Support Department <support@connecttech.com> | ||
8873 | L: linux-usb@vger.kernel.org | ||
8874 | W: http://www.connecttech.com | ||
8875 | S: Supported | ||
8876 | F: drivers/usb/serial/whiteheat* | ||
8877 | |||
8878 | USB SMSC75XX ETHERNET DRIVER | 8930 | USB SMSC75XX ETHERNET DRIVER |
8879 | M: Steve Glendinning <steve.glendinning@shawell.net> | 8931 | M: Steve Glendinning <steve.glendinning@shawell.net> |
8880 | L: netdev@vger.kernel.org | 8932 | L: netdev@vger.kernel.org |
@@ -9380,6 +9432,7 @@ F: arch/arm64/include/asm/xen/ | |||
9380 | 9432 | ||
9381 | XEN NETWORK BACKEND DRIVER | 9433 | XEN NETWORK BACKEND DRIVER |
9382 | M: Ian Campbell <ian.campbell@citrix.com> | 9434 | M: Ian Campbell <ian.campbell@citrix.com> |
9435 | M: Wei Liu <wei.liu2@citrix.com> | ||
9383 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) | 9436 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
9384 | L: netdev@vger.kernel.org | 9437 | L: netdev@vger.kernel.org |
9385 | S: Supported | 9438 | S: Supported |