diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-12 14:01:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-12 14:01:37 -0400 |
commit | 084165a3f8c8a88c83bdfa3941f897ae0f020211 (patch) | |
tree | 150c01ce41dee82eea7056be0c130c58bbe1ba93 /MAINTAINERS | |
parent | ef6000b4c6706cbb1787836442b5a74542b1809f (diff) | |
parent | c456a2f30de53e77a2eb8eeb4202d742516aa76b (diff) |
Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
Pull fbdev updates from Tomi Valkeinen:
"Main changes:
- amba-cldc: DT backlight support, Nomadik support, Versatile
improvements, fixes
- efifb: fix fbcon RGB565 palette
- exynos: remove unused DSI driver"
* tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (42 commits)
video: smscufx: remove unused variable
matroxfb: fix size of memcpy
fbdev: ssd1307fb: fix a possible NULL dereference
fbdev: ssd1307fb: constify the device_info pointer
simplefb: Disable and release clocks and regulators in destroy callback
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
matroxfb: constify local structures
video: fbdev: i810: add in missing white space in error message text
video: fbdev: add missing \n at end of printk error message
ARM: exynos_defconfig: Remove old non-working MIPI driver
video: fbdev: exynos: Remove old non-working MIPI driver
omapfb: fix return value check in dsi_bind()
MAINTAINERS: update fbdev entries
video: fbdev: offb: Call pci_enable_device() before using the PCI VGA device
fbdev: vfb: simplify memory management
fbdev: vfb: add option for video mode
fbdev: vfb: add description to module parameters
video: fbdev: intelfb: remove impossible condition
fb: adv7393: off by one in probe function
video: fbdev: pxafb: add missing of_node_put() in of_get_pxafb_mode_info()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5e925a25e77d..ea4fbc993d91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4775,15 +4775,6 @@ L: iommu@lists.linux-foundation.org | |||
4775 | S: Maintained | 4775 | S: Maintained |
4776 | F: drivers/iommu/exynos-iommu.c | 4776 | F: drivers/iommu/exynos-iommu.c |
4777 | 4777 | ||
4778 | EXYNOS MIPI DISPLAY DRIVERS | ||
4779 | M: Inki Dae <inki.dae@samsung.com> | ||
4780 | M: Donghwa Lee <dh09.lee@samsung.com> | ||
4781 | M: Kyungmin Park <kyungmin.park@samsung.com> | ||
4782 | L: linux-fbdev@vger.kernel.org | ||
4783 | S: Maintained | ||
4784 | F: drivers/video/fbdev/exynos/exynos_mipi* | ||
4785 | F: include/video/exynos_mipi* | ||
4786 | |||
4787 | EZchip NPS platform support | 4778 | EZchip NPS platform support |
4788 | M: Noam Camus <noamc@ezchip.com> | 4779 | M: Noam Camus <noamc@ezchip.com> |
4789 | S: Supported | 4780 | S: Supported |
@@ -4962,12 +4953,9 @@ F: drivers/net/wan/dlci.c | |||
4962 | F: drivers/net/wan/sdla.c | 4953 | F: drivers/net/wan/sdla.c |
4963 | 4954 | ||
4964 | FRAMEBUFFER LAYER | 4955 | FRAMEBUFFER LAYER |
4965 | M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> | ||
4966 | M: Tomi Valkeinen <tomi.valkeinen@ti.com> | 4956 | M: Tomi Valkeinen <tomi.valkeinen@ti.com> |
4967 | L: linux-fbdev@vger.kernel.org | 4957 | L: linux-fbdev@vger.kernel.org |
4968 | W: http://linux-fbdev.sourceforge.net/ | ||
4969 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ | 4958 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
4970 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git | ||
4971 | S: Maintained | 4959 | S: Maintained |
4972 | F: Documentation/fb/ | 4960 | F: Documentation/fb/ |
4973 | F: drivers/video/ | 4961 | F: drivers/video/ |