diff options
author | Dave Airlie <airlied@redhat.com> | 2012-12-07 22:17:07 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-12-10 05:03:58 -0500 |
commit | 1a1494def7eacbd25db05185aa2e81ef90892460 (patch) | |
tree | 40911f075b1fe527c6d20bf8c3070d4cdca11e97 /MAINTAINERS | |
parent | 8de9e417757fb9f130f55a38f4ee7027b60de1c7 (diff) | |
parent | 71bfe916ebe6d026cd3d0e41c398574fc1228e03 (diff) |
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
Alex writes:
Pretty minor -next pull request. We some additional new bits waiting
internally for release. Hopefully Monday we can get at least some of
them out. The others will probably take a few more weeks.
Highlights of the current request:
- ELD registers for passing audio information to the sound hardware
- Handle GPUVM page faults more gracefully
- Misc fixes
Merge radeon test
* 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux: (483 commits)
drm/radeon: bump driver version for new info ioctl requests
drm/radeon: fix eDP clk and lane setup for scaled modes
drm/radeon: add new INFO ioctl requests
drm/radeon/dce32+: use fractional fb dividers for high clocks
drm/radeon: use cached memory when evicting for vram on non agp
drm/radeon: add a CS flag END_OF_FRAME
drm/radeon: stop page faults from hanging the system (v2)
drm/radeon/dce4/5: add registers for ELD handling
drm/radeon/dce3.2: add registers for ELD handling
radeon: fix pll/ctrc mapping on dce2 and dce3 hardware
Linux 3.7-rc7
powerpc/eeh: Do not invalidate PE properly
Revert "drm/i915: enable rc6 on ilk again"
ALSA: hda - Fix build without CONFIG_PM
of/address: sparc: Declare of_iomap as an extern function for sparc again
PM / QoS: fix wrong error-checking condition
bnx2x: remove redundant warning log
vxlan: fix command usage in its doc
8139cp: revert "set ring address before enabling receiver"
MPI: Fix compilation on MIPS with GCC 4.4 and newer
...
Conflicts:
drivers/gpu/drm/exynos/exynos_drm_encoder.c
drivers/gpu/drm/exynos/exynos_drm_fbdev.c
drivers/gpu/drm/nouveau/core/engine/disp/nv50.c
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 96 |
1 files changed, 77 insertions, 19 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2f66431bc698..8e196d7b7c4e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -526,17 +526,17 @@ F: drivers/video/geode/ | |||
526 | F: arch/x86/include/asm/geode.h | 526 | F: arch/x86/include/asm/geode.h |
527 | 527 | ||
528 | AMD IOMMU (AMD-VI) | 528 | AMD IOMMU (AMD-VI) |
529 | M: Joerg Roedel <joerg.roedel@amd.com> | 529 | M: Joerg Roedel <joro@8bytes.org> |
530 | L: iommu@lists.linux-foundation.org | 530 | L: iommu@lists.linux-foundation.org |
531 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | 531 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
532 | S: Supported | 532 | S: Maintained |
533 | F: drivers/iommu/amd_iommu*.[ch] | 533 | F: drivers/iommu/amd_iommu*.[ch] |
534 | F: include/linux/amd-iommu.h | 534 | F: include/linux/amd-iommu.h |
535 | 535 | ||
536 | AMD MICROCODE UPDATE SUPPORT | 536 | AMD MICROCODE UPDATE SUPPORT |
537 | M: Andreas Herrmann <andreas.herrmann3@amd.com> | 537 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
538 | L: amd64-microcode@amd64.org | 538 | L: amd64-microcode@amd64.org |
539 | S: Supported | 539 | S: Maintained |
540 | F: arch/x86/kernel/microcode_amd.c | 540 | F: arch/x86/kernel/microcode_amd.c |
541 | 541 | ||
542 | AMS (Apple Motion Sensor) DRIVER | 542 | AMS (Apple Motion Sensor) DRIVER |
@@ -841,6 +841,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | |||
841 | F: arch/arm/mach-sa1100/jornada720.c | 841 | F: arch/arm/mach-sa1100/jornada720.c |
842 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | 842 | F: arch/arm/mach-sa1100/include/mach/jornada720.h |
843 | 843 | ||
844 | ARM/IGEP MACHINE SUPPORT | ||
845 | M: Enric Balletbo i Serra <eballetbo@gmail.com> | ||
846 | M: Javier Martinez Canillas <javier@dowhile0.org> | ||
847 | L: linux-omap@vger.kernel.org | ||
848 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
849 | S: Maintained | ||
850 | F: arch/arm/mach-omap2/board-igep0020.c | ||
851 | |||
844 | ARM/INCOME PXA270 SUPPORT | 852 | ARM/INCOME PXA270 SUPPORT |
845 | M: Marek Vasut <marek.vasut@gmail.com> | 853 | M: Marek Vasut <marek.vasut@gmail.com> |
846 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 854 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -2717,10 +2725,10 @@ F: include/linux/edac.h | |||
2717 | 2725 | ||
2718 | EDAC-AMD64 | 2726 | EDAC-AMD64 |
2719 | M: Doug Thompson <dougthompson@xmission.com> | 2727 | M: Doug Thompson <dougthompson@xmission.com> |
2720 | M: Borislav Petkov <borislav.petkov@amd.com> | 2728 | M: Borislav Petkov <bp@alien8.de> |
2721 | L: linux-edac@vger.kernel.org | 2729 | L: linux-edac@vger.kernel.org |
2722 | W: bluesmoke.sourceforge.net | 2730 | W: bluesmoke.sourceforge.net |
2723 | S: Supported | 2731 | S: Maintained |
2724 | F: drivers/edac/amd64_edac* | 2732 | F: drivers/edac/amd64_edac* |
2725 | 2733 | ||
2726 | EDAC-E752X | 2734 | EDAC-E752X |
@@ -3607,6 +3615,49 @@ F: drivers/hid/hid-hyperv.c | |||
3607 | F: drivers/net/hyperv/ | 3615 | F: drivers/net/hyperv/ |
3608 | F: drivers/staging/hv/ | 3616 | F: drivers/staging/hv/ |
3609 | 3617 | ||
3618 | I2C OVER PARALLEL PORT | ||
3619 | M: Jean Delvare <khali@linux-fr.org> | ||
3620 | L: linux-i2c@vger.kernel.org | ||
3621 | S: Maintained | ||
3622 | F: Documentation/i2c/busses/i2c-parport | ||
3623 | F: Documentation/i2c/busses/i2c-parport-light | ||
3624 | F: drivers/i2c/busses/i2c-parport.c | ||
3625 | F: drivers/i2c/busses/i2c-parport-light.c | ||
3626 | |||
3627 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | ||
3628 | M: Jean Delvare <khali@linux-fr.org> | ||
3629 | L: linux-i2c@vger.kernel.org | ||
3630 | S: Maintained | ||
3631 | F: Documentation/i2c/busses/i2c-ali1535 | ||
3632 | F: Documentation/i2c/busses/i2c-ali1563 | ||
3633 | F: Documentation/i2c/busses/i2c-ali15x3 | ||
3634 | F: Documentation/i2c/busses/i2c-amd756 | ||
3635 | F: Documentation/i2c/busses/i2c-amd8111 | ||
3636 | F: Documentation/i2c/busses/i2c-i801 | ||
3637 | F: Documentation/i2c/busses/i2c-nforce2 | ||
3638 | F: Documentation/i2c/busses/i2c-piix4 | ||
3639 | F: Documentation/i2c/busses/i2c-sis5595 | ||
3640 | F: Documentation/i2c/busses/i2c-sis630 | ||
3641 | F: Documentation/i2c/busses/i2c-sis96x | ||
3642 | F: Documentation/i2c/busses/i2c-via | ||
3643 | F: Documentation/i2c/busses/i2c-viapro | ||
3644 | F: drivers/i2c/busses/i2c-ali1535.c | ||
3645 | F: drivers/i2c/busses/i2c-ali1563.c | ||
3646 | F: drivers/i2c/busses/i2c-ali15x3.c | ||
3647 | F: drivers/i2c/busses/i2c-amd756.c | ||
3648 | F: drivers/i2c/busses/i2c-amd756-s4882.c | ||
3649 | F: drivers/i2c/busses/i2c-amd8111.c | ||
3650 | F: drivers/i2c/busses/i2c-i801.c | ||
3651 | F: drivers/i2c/busses/i2c-isch.c | ||
3652 | F: drivers/i2c/busses/i2c-nforce2.c | ||
3653 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | ||
3654 | F: drivers/i2c/busses/i2c-piix4.c | ||
3655 | F: drivers/i2c/busses/i2c-sis5595.c | ||
3656 | F: drivers/i2c/busses/i2c-sis630.c | ||
3657 | F: drivers/i2c/busses/i2c-sis96x.c | ||
3658 | F: drivers/i2c/busses/i2c-via.c | ||
3659 | F: drivers/i2c/busses/i2c-viapro.c | ||
3660 | |||
3610 | I2C/SMBUS STUB DRIVER | 3661 | I2C/SMBUS STUB DRIVER |
3611 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 3662 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
3612 | L: linux-i2c@vger.kernel.org | 3663 | L: linux-i2c@vger.kernel.org |
@@ -3614,9 +3665,8 @@ S: Maintained | |||
3614 | F: drivers/i2c/busses/i2c-stub.c | 3665 | F: drivers/i2c/busses/i2c-stub.c |
3615 | 3666 | ||
3616 | I2C SUBSYSTEM | 3667 | I2C SUBSYSTEM |
3617 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> | 3668 | M: Wolfram Sang <w.sang@pengutronix.de> |
3618 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> | 3669 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
3619 | M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de> | ||
3620 | L: linux-i2c@vger.kernel.org | 3670 | L: linux-i2c@vger.kernel.org |
3621 | W: http://i2c.wiki.kernel.org/ | 3671 | W: http://i2c.wiki.kernel.org/ |
3622 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | 3672 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ |
@@ -3627,6 +3677,13 @@ F: drivers/i2c/ | |||
3627 | F: include/linux/i2c.h | 3677 | F: include/linux/i2c.h |
3628 | F: include/linux/i2c-*.h | 3678 | F: include/linux/i2c-*.h |
3629 | 3679 | ||
3680 | I2C-TAOS-EVM DRIVER | ||
3681 | M: Jean Delvare <khali@linux-fr.org> | ||
3682 | L: linux-i2c@vger.kernel.org | ||
3683 | S: Maintained | ||
3684 | F: Documentation/i2c/busses/i2c-taos-evm | ||
3685 | F: drivers/i2c/busses/i2c-taos-evm.c | ||
3686 | |||
3630 | I2C-TINY-USB DRIVER | 3687 | I2C-TINY-USB DRIVER |
3631 | M: Till Harbaum <till@harbaum.org> | 3688 | M: Till Harbaum <till@harbaum.org> |
3632 | L: linux-i2c@vger.kernel.org | 3689 | L: linux-i2c@vger.kernel.org |
@@ -3713,7 +3770,7 @@ S: Maintained | |||
3713 | F: drivers/platform/x86/ideapad-laptop.c | 3770 | F: drivers/platform/x86/ideapad-laptop.c |
3714 | 3771 | ||
3715 | IDE/ATAPI DRIVERS | 3772 | IDE/ATAPI DRIVERS |
3716 | M: Borislav Petkov <petkovbb@gmail.com> | 3773 | M: Borislav Petkov <bp@alien8.de> |
3717 | L: linux-ide@vger.kernel.org | 3774 | L: linux-ide@vger.kernel.org |
3718 | S: Maintained | 3775 | S: Maintained |
3719 | F: Documentation/cdrom/ide-cd | 3776 | F: Documentation/cdrom/ide-cd |
@@ -4240,8 +4297,8 @@ F: include/linux/lockd/ | |||
4240 | F: include/linux/sunrpc/ | 4297 | F: include/linux/sunrpc/ |
4241 | 4298 | ||
4242 | KERNEL VIRTUAL MACHINE (KVM) | 4299 | KERNEL VIRTUAL MACHINE (KVM) |
4243 | M: Avi Kivity <avi@redhat.com> | ||
4244 | M: Marcelo Tosatti <mtosatti@redhat.com> | 4300 | M: Marcelo Tosatti <mtosatti@redhat.com> |
4301 | M: Gleb Natapov <gleb@redhat.com> | ||
4245 | L: kvm@vger.kernel.org | 4302 | L: kvm@vger.kernel.org |
4246 | W: http://kvm.qumranet.com | 4303 | W: http://kvm.qumranet.com |
4247 | S: Supported | 4304 | S: Supported |
@@ -5373,7 +5430,7 @@ S: Maintained | |||
5373 | F: sound/drivers/opl4/ | 5430 | F: sound/drivers/opl4/ |
5374 | 5431 | ||
5375 | OPROFILE | 5432 | OPROFILE |
5376 | M: Robert Richter <robert.richter@amd.com> | 5433 | M: Robert Richter <rric@kernel.org> |
5377 | L: oprofile-list@lists.sf.net | 5434 | L: oprofile-list@lists.sf.net |
5378 | S: Maintained | 5435 | S: Maintained |
5379 | F: arch/*/include/asm/oprofile*.h | 5436 | F: arch/*/include/asm/oprofile*.h |
@@ -7219,6 +7276,14 @@ L: linux-xtensa@linux-xtensa.org | |||
7219 | S: Maintained | 7276 | S: Maintained |
7220 | F: arch/xtensa/ | 7277 | F: arch/xtensa/ |
7221 | 7278 | ||
7279 | THERMAL | ||
7280 | M: Zhang Rui <rui.zhang@intel.com> | ||
7281 | L: linux-pm@vger.kernel.org | ||
7282 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | ||
7283 | S: Supported | ||
7284 | F: drivers/thermal/ | ||
7285 | F: include/linux/thermal.h | ||
7286 | |||
7222 | THINKPAD ACPI EXTRAS DRIVER | 7287 | THINKPAD ACPI EXTRAS DRIVER |
7223 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> | 7288 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
7224 | L: ibm-acpi-devel@lists.sourceforge.net | 7289 | L: ibm-acpi-devel@lists.sourceforge.net |
@@ -7896,13 +7961,6 @@ M: Roger Luethi <rl@hellgate.ch> | |||
7896 | S: Maintained | 7961 | S: Maintained |
7897 | F: drivers/net/ethernet/via/via-rhine.c | 7962 | F: drivers/net/ethernet/via/via-rhine.c |
7898 | 7963 | ||
7899 | VIAPRO SMBUS DRIVER | ||
7900 | M: Jean Delvare <khali@linux-fr.org> | ||
7901 | L: linux-i2c@vger.kernel.org | ||
7902 | S: Maintained | ||
7903 | F: Documentation/i2c/busses/i2c-viapro | ||
7904 | F: drivers/i2c/busses/i2c-viapro.c | ||
7905 | |||
7906 | VIA SD/MMC CARD CONTROLLER DRIVER | 7964 | VIA SD/MMC CARD CONTROLLER DRIVER |
7907 | M: Bruce Chang <brucechang@via.com.tw> | 7965 | M: Bruce Chang <brucechang@via.com.tw> |
7908 | M: Harald Welte <HaraldWelte@viatech.com> | 7966 | M: Harald Welte <HaraldWelte@viatech.com> |
@@ -8157,7 +8215,7 @@ F: drivers/platform/x86 | |||
8157 | 8215 | ||
8158 | X86 MCE INFRASTRUCTURE | 8216 | X86 MCE INFRASTRUCTURE |
8159 | M: Tony Luck <tony.luck@intel.com> | 8217 | M: Tony Luck <tony.luck@intel.com> |
8160 | M: Borislav Petkov <bp@amd64.org> | 8218 | M: Borislav Petkov <bp@alien8.de> |
8161 | L: linux-edac@vger.kernel.org | 8219 | L: linux-edac@vger.kernel.org |
8162 | S: Maintained | 8220 | S: Maintained |
8163 | F: arch/x86/kernel/cpu/mcheck/* | 8221 | F: arch/x86/kernel/cpu/mcheck/* |