Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752406AbbLBTzT (ORCPT ); Wed, 2 Dec 2015 14:55:19 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:64771 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbbLBTzR (ORCPT ); Wed, 2 Dec 2015 14:55:17 -0500 From: Arnd Bergmann To: Russell King - ARM Linux Cc: Andrew Lunn , Jason Cooper , Benjamin Cama , linux-kernel@vger.kernel.org, Detlef Vollmann , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Subject: Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Date: Wed, 02 Dec 2015 20:54:31 +0100 Message-ID: <14228323.08i3OEZDdG@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151202193707.GG8644@n2100.arm.linux.org.uk> References: <1448466557-435335-1-git-send-email-arnd@arndb.de> <20151202192825.GF8644@n2100.arm.linux.org.uk> <20151202193707.GG8644@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:0WnCUHnctaz4N+b3yQ/RnY+3vvtNAKQPk3s3kFja4bPGA8UksWH FLm/vMqi72O7ALYwf8zyPqv6TAshCiaK9W/3waI5foC0R1rgtlqPAKPQT19g8lP0ILe/u6V 7SGBk1rJUOe8vz/YvNqfQl/P02k7XCtPKMSH9PYbNR6zPJYLfmg6lspqLj0rzvEORzBizpg zFzW/iW1Mcf2X1e1CnLkg== X-UI-Out-Filterresults: notjunk:1;V01:K0:oy0TqiDkFJg=:U2dRMGDZFHw0poy8vfef3h qsyG+J1E00R0cnsxFpGJ4gHJCIoDa4UsB8fDAFlB/R+OoBpjR4WQ0bo+hwTUjgfz4CR9d4wLp 3LdCHI2Z60sWpFPFWjTz0tJSaGhTeDkfkIyWiK0j6vcYTQ2QHVuv4Ujll+tK8fQRMfsyWBELw mjXp6i734WR8rPOjyuRdK6MajLhUJCCOHQwsqwOcerqKjoDBC34CaAdgmu5vTZnq/Xl0g1U+Z VuBJ0pyD991/+TFShoMxYBJu86y1Bbvro8t7BG873ai6+hmJfMa2B/IrhKtQuLAobGyssdXiL VOyvuA5ct+wssd/lf1nmdZ0uNVTuvEFp4Zq/nO6ONGhYmX9Njcsp173H3ivOEVywuG4iucP2+ uJOZWZRSJ9J2+DzsoD78bivW1JKgJcmsW/+7MQAdfi94MkSdrOaRBe0WRhH4wa5ncYXuGVI0U ial+PfAl+Tr561L5LBcUL1vaM3ie/mh9gpmsjlqr9dShTy2XYsYYrOhdsYX63HfZvNtj9V0d6 Yx3jc3aJI8Xw0ruRZT6aUFNizfOt+H2rtpZlv4/3xj6A5sweoakIiDNOrYVbSOL/e7OANNWjC W1KM7uIJ4kAsKxhJt+6p0q0sAbkcM+i5ZAaH4H4GY5ilkvZ2tYSJMHLBNzlKXWp0YCepJ2lIn S+Ocgn/aGH0RYRPxQnO61A0lB4Az+SYSJXbQFZmNWDmrf/yWo3VU6iYO6idnxYPCxW4uKgOxS ftTdtTZD15BLC8w1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1445 Lines: 32 On Wednesday 02 December 2015 19:37:08 Russell King - ARM Linux wrote: > On Wed, Dec 02, 2015 at 07:28:25PM +0000, Russell King - ARM Linux wrote: > > The first is easy to solve, and the second by replacing it with dove.h. > > The next problem is this: > > > > arch/arm/plat-orion/common.c:25:30: fatal error: mach/bridge-regs.h: No such file or directory > > > > which is impossible to solve, because plat-orion/common.c wants > > mach-dove/bridge-regs.h. > > Another few breakages which is going to be difficult to solve: > > drivers/hwmon/dove.c:35:30: fatal error: mach/bridge-regs.h: No such file or directory > > drivers/soc/dove/pmu.c: In function 'dove_init_pmu_legacy': > drivers/soc/dove/pmu.c:404:46: error: 'IRQ_DOVE_PMU_START' undeclared (first use in this function) > drivers/soc/dove/pmu.c:404:46: note: each undeclared identifier is reported only once for each function it appears in > > So, all in all this series gets a NAK from me as it totally destroys > my ability to do any further work on Dove. > Ok, I'll try to take out the dove specific parts that get in the way here but would still do the whole series for mv78xx0 and orion5x unless someone finds problems. Arnd -- 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/