Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753258AbbDFKti (ORCPT ); Mon, 6 Apr 2015 06:49:38 -0400 Received: from inca-roads.misterjones.org ([213.251.177.50]:33654 "EHLO inca-roads.misterjones.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753231AbbDFKtg (ORCPT ); Mon, 6 Apr 2015 06:49:36 -0400 To: Geert Uytterhoeven Subject: Re: [PATCH/RFC 0/6] staging: board: armadillo800eva: Board staging for =?UTF-8?Q?sh=5Fmobile=5Flcdc=5Ffb?= X-PHP-Originating-Script: 0:main.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 06 Apr 2015 11:23:14 +0100 From: Marc Zyngier Cc: Greg Kroah-Hartman , Magnus Damm , Arnd Bergmann , Simon Horman , Laurent Pinchart , Kuninori Morimoto , , , , , , Organization: ARM Ltd In-Reply-To: <1428064923-24950-1-git-send-email-geert+renesas@glider.be> References: <1428064923-24950-1-git-send-email-geert+renesas@glider.be> Message-ID: <9cb05c4e687de35ada0b83fe816393c8@www.loen.fr> User-Agent: Roundcube Webmail/0.7.2 X-SA-Exim-Connect-IP: X-SA-Exim-Rcpt-To: geert+renesas@glider.be, gregkh@linuxfoundation.org, damm+renesas@opensource.se, arnd@arndb.de, horms+renesas@verge.net.au, laurent.pinchart@ideasonboard.com, kuninori.morimoto.gx@renesas.com, devel@driverdev.osuosl.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: marc.zyngier@arm.com X-SA-Exim-Scanned: No (on cheepnis.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2230 Lines: 56 Hi Geert, On 2015-04-03 13:41, Geert Uytterhoeven wrote: > Hi all, > > This RFC patch series adds board staging support for > r8a7740/armadillo. > For now this supports only the frame buffer device for the on-board > LCD. > The goal is to complete the move to ARM multiplatform kernels for all > shmobile platforms, and drop the existing board files > (arch/arm/mach-shmobile/board-*). > > The board staging area was introduced last year to allow continuous > upstream in-tree development and integration of platform devices. It > helps developers integrate devices as platform devices for device > drivers that only provide platform device bindings. This in turn > allows > for incremental development of both hardware feature support and DT > binding work in parallel. > > This series consists of 4 parts: > - Patch 1 re-enables compilation of the board staging area, which > was > disabled after a compile breakage, but has been fixed in the mean > time, > - Path 2 moves initialization of staging board code to an earlier > moment, as currently it happens after unused PM domains are > powered > down, > - Patches 3 and 4 (hopefully) fix the existing kzm9d board staging > code, which was presumably broken by commit 9a1091ef0017c40a > ("irqchip: gic: Support hierarchy irq domain."), Please allow me a semantic correction here: this commit never broke anything. It merely revealed how platform code (OMAP, iMX6, shmobile) abused the irq_domain subsystem, hoping to get away with only a partial conversion to DT. The platform code itself was broken from the moment it used DT to discover its interrupt controller. The truth is, it is not possible to sanely convert bits of a platform to DT. The changes creep into all the subsystems, and doing it in stages requires tons of ugly hacks (and I've written my share of them). That being said, I'm off reviewing these two matches. Thanks, M. -- Fast, cheap, reliable. Pick two. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/