lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Apr 2016 12:48:05 +0100
From:	Emil Velikov <emil.l.velikov@...il.com>
To:	Liviu Dudau <Liviu.Dudau@....com>
Cc:	Dave Airlie <airlied@...il.com>,
	Daniel Stone <daniel@...ishbar.org>,
	David Brown <David.Brown@....com>,
	Brian Starkey <Brian.Starkey@....com>,
	devicetree <devicetree@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	DRI devel <dri-devel@...ts.freedesktop.org>
Subject: Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

Hi Liviu,

On 1 April 2016 at 17:21, Liviu Dudau <Liviu.Dudau@....com> wrote:
> Add support for the new family of Display Processors from ARM Ltd.
> This commit adds basic support for Mali DP500, DP550 and DP650
> parts, with only the display engine being supported at the moment.
>
> Cc: David Brown <David.Brown@....com>
> Cc: Brian Starkey <Brian.Starkey@....com>
>
> Signed-off-by: Liviu Dudau <Liviu.Dudau@....com>
> ---
>  drivers/gpu/drm/arm/Kconfig         |  15 +
>  drivers/gpu/drm/arm/Makefile        |   2 +
>  drivers/gpu/drm/arm/malidp_crtc.c   | 276 +++++++++++++
>  drivers/gpu/drm/arm/malidp_drv.c    | 486 ++++++++++++++++++++++
>  drivers/gpu/drm/arm/malidp_drv.h    |  49 +++
>  drivers/gpu/drm/arm/malidp_hw.c     | 777 ++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/arm/malidp_hw.h     | 192 +++++++++
>  drivers/gpu/drm/arm/malidp_planes.c | 342 ++++++++++++++++
>  drivers/gpu/drm/arm/malidp_regs.h   | 172 ++++++++
>  9 files changed, 2311 insertions(+)
>  create mode 100644 drivers/gpu/drm/arm/malidp_crtc.c
>  create mode 100644 drivers/gpu/drm/arm/malidp_drv.c
>  create mode 100644 drivers/gpu/drm/arm/malidp_drv.h
>  create mode 100644 drivers/gpu/drm/arm/malidp_hw.c
>  create mode 100644 drivers/gpu/drm/arm/malidp_hw.h
>  create mode 100644 drivers/gpu/drm/arm/malidp_planes.c
>  create mode 100644 drivers/gpu/drm/arm/malidp_regs.h
>
Since the current MAINTAINERS include the whole drm/arm folder, one
could just generalise the heading alike

s/ARM HDLCD DRM DRIVER/ARM DRM DRIVERS/

... and fold the bindings in a similar fashion (or just update to
include the new one)

git mv Documentation/devicetree/bindings/display/arm{\,,/}foo.txt

-Emil

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ