From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 0/2] Fix legacy boards compilation breakage with DU Date: Fri, 28 Nov 2014 09:18:46 +0900 Message-ID: <20141128001846.GD30850@verge.net.au> References: <1417101553-5233-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1417101553-5233-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-sh-owner@vger.kernel.org To: Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, linux-sh@vger.kernel.org, Magnus Damm , arm@kernel.org List-Id: dri-devel@lists.freedesktop.org [CCed Magnus, ARM SoC maintainers] On Thu, Nov 27, 2014 at 05:19:11PM +0200, Laurent Pinchart wrote: > Hello, > > The DU driver has lost support for platform data, resulting in a compilation > breakage for the legacy Marzen and Lager board files that managed to keep > under the radar until now. > > As the multiplatform boards should be used instead, drop support for DU in the > legacy Marzen and Lager boards. > > Simon, this is required to fix a compilation breakage in the drm-next branch. > I'm sorry for not catching it earlier :-/ How would you like this to go in ? > Could the patches be applied to the DRM tree ? They seem to apply cleanly to > both drm-next and your latest devel branch. > > Laurent Pinchart (2): > ARM: shmobile: lager: Remove DU platform device > ARM: shmobile: marzen: Remove DU platform device > > arch/arm/mach-shmobile/board-lager.c | 58 ----------------------------------- > arch/arm/mach-shmobile/board-marzen.c | 58 ----------------------------------- Yes, I think that should be fine as these fines are in maintenance mode and the only recent change I see to them is to modify the FSF address, which seems far away from the hunks in this patch-set. In other words, I think the chance of conflicts is small and I am fine with these changes going through the DRM tree if that is where the breakage manifests. Acked-by: Simon Horman I am of course, happy to take them if the DRM maintainer(s) prefer me to.