diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-07 13:01:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-07 13:01:47 -0500 |
commit | 3bf7706b159d194430ded9fc064b3e114f503d7f (patch) | |
tree | 151d47f591b2824d0e05607ef58554c8e38c55d1 /MAINTAINERS | |
parent | 2a75184d52f41db1f54ad9eee7fa8b3ad820f4ac (diff) | |
parent | 45db98e54242f3ae94bdcfbfe754e743252eb168 (diff) |
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm fixes from Dave Airlie:
"Mostly intel and radeon fixes, one tda998x, one kconfig dep fix and
two more MAINTAINERS updates,
All pretty run of the mill for this stage"
* 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
drm/radeon/atom: select the proper number of lanes in transmitter setup
MAINTAINERS: add maintainer entry for TDA998x driver
drm: fix bochs kconfig dependencies
drm/radeon/dpm: fix typo in EVERGREEN_SMC_FIRMWARE_HEADER_softRegisters
drm/radeon/cik: fix typo in documentation
drm/radeon: silence GCC warning on 32 bit
drm/radeon: resume old pm late
drm/radeon: TTM must be init with cpu-visible VRAM, v2
DRM: armada: fix use of kfifo_put()
drm/i915: Reject >165MHz modes w/ DVI monitors
drm/i915: fix assert_cursor on BDW
drm/i915: vlv: reserve GT power context early
drm/i915: fix pch pci device enumeration
drm/i915: Resolving the memory region conflict for Stolen area
drm/i915: use backlight legacy combination mode also for i915gm/i945gm
MAINTAINERS: update AGP tree to point at drm tree
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e1297ff255e1..b7befe758429 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -474,7 +474,7 @@ F: net/rxrpc/af_rxrpc.c | |||
474 | 474 | ||
475 | AGPGART DRIVER | 475 | AGPGART DRIVER |
476 | M: David Airlie <airlied@linux.ie> | 476 | M: David Airlie <airlied@linux.ie> |
477 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 477 | T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) |
478 | S: Maintained | 478 | S: Maintained |
479 | F: drivers/char/agp/ | 479 | F: drivers/char/agp/ |
480 | F: include/linux/agp* | 480 | F: include/linux/agp* |
@@ -6175,6 +6175,12 @@ S: Supported | |||
6175 | F: drivers/block/nvme* | 6175 | F: drivers/block/nvme* |
6176 | F: include/linux/nvme.h | 6176 | F: include/linux/nvme.h |
6177 | 6177 | ||
6178 | NXP TDA998X DRM DRIVER | ||
6179 | M: Russell King <rmk+kernel@arm.linux.org.uk> | ||
6180 | S: Supported | ||
6181 | F: drivers/gpu/drm/i2c/tda998x_drv.c | ||
6182 | F: include/drm/i2c/tda998x.h | ||
6183 | |||
6178 | OMAP SUPPORT | 6184 | OMAP SUPPORT |
6179 | M: Tony Lindgren <tony@atomide.com> | 6185 | M: Tony Lindgren <tony@atomide.com> |
6180 | L: linux-omap@vger.kernel.org | 6186 | L: linux-omap@vger.kernel.org |