From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933632AbcJTR6m (ORCPT ); Thu, 20 Oct 2016 13:58:42 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34523 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932784AbcJTR6e (ORCPT ); Thu, 20 Oct 2016 13:58:34 -0400 Date: Thu, 20 Oct 2016 20:57:45 +0300 From: Krzysztof Kozlowski To: Sergio Prado Cc: linux@armlinux.org.uk, linux@simtec.co.uk, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, kgene@kernel.org, javier@osg.samsung.com, boris.brezillon@free-electrons.com, richard@nod.at, dwmw2@infradead.org, computersforpeace@gmail.com, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] mtd: s3c2410: parse the device configuration from OF node Message-ID: <20161020175745.GC7119@kozik-lap> References: <1476906725-22613-1-git-send-email-sergio.prado@e-labworks.com> <1476906725-22613-4-git-send-email-sergio.prado@e-labworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1476906725-22613-4-git-send-email-sergio.prado@e-labworks.com> 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 On Wed, Oct 19, 2016 at 05:52:05PM -0200, Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 155 ++++++++++++++++++++++--- > include/linux/platform_data/mtd-nand-s3c2410.h | 1 + > 2 files changed, 140 insertions(+), 16 deletions(-) > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof