From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117AbbJSHJN (ORCPT ); Mon, 19 Oct 2015 03:09:13 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:51094 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbbJSHJK (ORCPT ); Mon, 19 Oct 2015 03:09:10 -0400 Subject: Re: [PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms To: Tony Lindgren References: <1442588029-13769-1-git-send-email-rogerq@ti.com> <560BC0DB.5020205@ti.com> <20151006083346.GL23801@atomide.com> <56139A72.6040600@ti.com> <20151006100000.GN23801@atomide.com> <56139CE9.8020002@ti.com> <5613A256.8000105@ti.com> <20151006110134.GO23801@atomide.com> <5613ABEF.9000904@ti.com> <20151016212510.GF24370@atomide.com> CC: , , , , , , , , , From: Roger Quadros X-Enigmail-Draft-Status: N1110 Message-ID: <562496DB.4050803@ti.com> Date: Mon, 19 Oct 2015 10:08:11 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151016212510.GF24370@atomide.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/10/15 00:25, Tony Lindgren wrote: > * Roger Quadros [151006 04:13]: >> >> Fine. The updated series is now at >> >> git@github.com:rogerq/linux.git >> * [new branch] for-v4.4/gpmc-v4 > > Looks like it produces some build errors, this with RMKs 3430 and 4430 > only .configs: > > drivers/memory/omap-gpmc.c:2035:43: error: ‘struct gpio_chip’ has no > member named ‘irqdomain’ > drivers/memory/omap-gpmc.c:2116:8: error: implicit declaration of > function ‘gpiochip_irqchip_add’ [-Werror=implicit-function-declaration] > Good catch. We'll have to select GPIOLIB_IRQCHIP for this driver. > Maybe run randconfig builds on it for overnight? OK. I'll do that. > > Other than that your series seems to behave for me now, so feel > free to add: > > Acked-by: Tony Lindgren Thanks for the tests :) cheers, -roger