Re: [PATCH] MAINTAINERS: handle fbdev changes through drm-misc tree

2019-07-24 Thread Daniel Vetter
On Tue, Jul 23, 2019 at 04:33:27PM +0200, Bartlomiej Zolnierkiewicz wrote: > fbdev patches will now go to upstream through drm-misc tree (IOW > starting with v5.4 merge window fbdev changes will be included in > DRM pull request) for improved maintainership and better integration > testing. Update

[PATCH] MAINTAINERS: handle fbdev changes through drm-misc tree

2019-07-23 Thread Bartlomiej Zolnierkiewicz
fbdev patches will now go to upstream through drm-misc tree (IOW starting with v5.4 merge window fbdev changes will be included in DRM pull request) for improved maintainership and better integration testing. Update MAINTAINERS file accordingly. Cc: Daniel Vetter Signed-off-by: Bartlomiej Zolnier