Re: [U-Boot] [PATCH v2] video: Add support for Arm's Mali Display Processors

2018-09-29 Thread Anatolij Gustschin
On Fri, 28 Sep 2018 13:50:53 +0100 Liviu Dudau liviu.du...@foss.arm.com wrote: > Add support for Arm Mali Display Processors DP500, DP550 and DP650. > Only one layer is being used to display the console or boot logo, > even if more layers are supported in the hardware. > > Signed-off-by: Liviu Du

[U-Boot] [PATCH v2] video: Add support for Arm's Mali Display Processors

2018-09-28 Thread Liviu Dudau
Add support for Arm Mali Display Processors DP500, DP550 and DP650. Only one layer is being used to display the console or boot logo, even if more layers are supported in the hardware. Signed-off-by: Liviu Dudau --- Changelog: - v2: Added MAINTAINERS entry and fixed checkpatch warnings. MAINT