From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ea0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TWEIh-0000Jn-Ga for linux-mtd@lists.infradead.org; Wed, 07 Nov 2012 22:40:48 +0000 Received: by mail-ea0-f177.google.com with SMTP id n13so817815eaa.36 for ; Wed, 07 Nov 2012 14:40:44 -0800 (PST) Message-ID: <509AE364.8070509@gmail.com> Date: Wed, 07 Nov 2012 23:40:36 +0100 From: Vincenzo Aliberti MIME-Version: 1.0 To: dedekind1@gmail.com Subject: Re: [PATCH] [MTD] MTD driver for LPDDR2-NVM PCM memories References: <1349385434-3073-1-git-send-email-valibert@micron.com> <1349954577.12014.13.camel@sauron.fi.intel.com> <507DD09C.6050600@gmail.com> <1350479369.5769.153.camel@sauron.fi.intel.com> <5089B692.1030203@gmail.com> In-Reply-To: <5089B692.1030203@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: arnd@arndb.de, dmanna@micron.com, lporzio@micron.com, linux-mtd@lists.infradead.org, valibert@micron.com, svenkatr@ti.com, dwmw2@infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/26/2012 12:00 AM, Vincenzo Aliberti wrote: > On 10/17/2012 03:09 PM, Artem Bityutskiy wrote: >> On Tue, 2012-10-16 at 23:24 +0200, Vincenzo Aliberti wrote: >>> The only Warning is >>> WARNING: line over 80 characters >>> #605: FILE: include/uapi/mtd/mtd-abi.h:112: >>> +#define MTD_CAP_PCM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE) >>> >>> But in the file include/uapi/mtd/mtd-abi.h there is already the raw: >>> #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE) >> >> You can ignore this warning. >> > > Artem, David do you see the need for further changes or do you think it can be > pulled in the main line? > I have just tested the patch also with 3.7.0-rc4 and it works fine: do you have any estimation on when it can be pulled in the main line?