From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 27 Sep 2018 10:47:33 +0200 Subject: [U-Boot] [PATCH] video: Add support for Arm's Mali Display Processors In-Reply-To: <20180917165646.28285-1-Liviu.Dudau@foss.arm.com> References: <20180917165646.28285-1-Liviu.Dudau@foss.arm.com> Message-ID: <20180927104733.75a48629@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 17 Sep 2018 17:56:46 +0100 Liviu Dudau Liviu.Dudau at 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 Dudau > --- > drivers/video/Kconfig | 8 + > drivers/video/Makefile | 1 + > drivers/video/mali_dp.c | 387 ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 396 insertions(+) > create mode 100644 drivers/video/mali_dp.c Please check the patches using ./scripts/checkpatch.pl and fix errors/warnings where it makes sense. This patch has some issues, too. Thanks, -- Anatolij