diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 14:19:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 14:19:43 +0200 |
commit | 1d2ba7fee28b3a47cca8e8f4f94a22d30b2b3a6f (patch) | |
tree | 6c62aa8c1c36d6001dc545b4766cdfbf07f147e4 /MAINTAINERS | |
parent | Merge tag 'mmc-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... (diff) | |
parent | video/fbdev/stifb: Fix spelling mistake in fall-through annotation (diff) | |
download | linux-1d2ba7fee28b3a47cca8e8f4f94a22d30b2b3a6f.tar.xz linux-1d2ba7fee28b3a47cca8e8f4f94a22d30b2b3a6f.zip |
Merge tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linux
Bartlomiej writes:
"fbdev fixes for v4.19-rc7:
- fix OMAPFB_MEMORY_READ ioctl to not leak kernel memory in omapfb driver
(Tomi Valkeinen)
- add missing prepare/unprepare clock operations in pxa168fb driver
(Lubomir Rintel)
- add nobgrt option in efifb driver to disable ACPI BGRT logo restore
(Hans de Goede)
- fix spelling mistake in fall-through annotation in stifb driver
(Gustavo A. R. Silva)
- fix URL for uvesafb repository in the documentation (Adam Jackson)"
* tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linux:
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
uvesafb: Fix URLs in the documentation
efifb: BGRT: Add nobgrt option
fbdev/omapfb: fix omapfb_memory_read infoleak
pxa168fb: prepare the clock
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42a2f31b7334..d63705445bf8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15395,7 +15395,7 @@ S: Maintained UVESAFB DRIVER M: Michal Januszewski <spock@gentoo.org> L: linux-fbdev@vger.kernel.org -W: http://dev.gentoo.org/~spock/projects/uvesafb/ +W: https://github.com/mjanusz/v86d S: Maintained F: Documentation/fb/uvesafb.txt F: drivers/video/fbdev/uvesafb.* |