Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030950AbcDMNtD (ORCPT ); Wed, 13 Apr 2016 09:49:03 -0400 Received: from foss.arm.com ([217.140.101.70]:34670 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965555AbcDMNtA (ORCPT ); Wed, 13 Apr 2016 09:49:00 -0400 Date: Wed, 13 Apr 2016 14:48:57 +0100 From: Liviu Dudau To: Emil Velikov Cc: Dave Airlie , Daniel Stone , David Brown , Brian Starkey , devicetree , LKML , DRI devel Subject: Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors Message-ID: <20160413134857.GN16063@e106497-lin.cambridge.arm.com> References: <1459527712-9488-1-git-send-email-Liviu.Dudau@arm.com> <1459527712-9488-3-git-send-email-Liviu.Dudau@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2405 Lines: 68 On Wed, Apr 13, 2016 at 12:48:05PM +0100, Emil Velikov wrote: > Hi Liviu, Hi Emil, > > On 1 April 2016 at 17:21, Liviu Dudau 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 > > Cc: Brian Starkey > > > > Signed-off-by: Liviu Dudau > > --- > > 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/ For the Mali DP drivers we are planning to have a shared maintainership as it is covering quite a few HW versions and is a more complex driver. HDLCD is a very simple driver (and hardware part) so I'm going to keep that maintainership on my name, but the rest of Mali DP will have a wider support team. It is the reason why the patchset does not have a MAINTAINERS update. Best regards, Liviu > > ... 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 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯