Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754513AbaDPFVV (ORCPT ); Wed, 16 Apr 2014 01:21:21 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:57147 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753162AbaDPFVT (ORCPT ); Wed, 16 Apr 2014 01:21:19 -0400 Message-ID: <1397625673.22465.8.camel@host5.omatika.ru> Subject: Re: [PATCH v3 10/21] mtd: support BB SRAM on ICP DAS LP-8x4x From: Sergei Ianovich To: Brian Norris Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , David Woodhouse , Grant Likely , Artem Bityutskiy , Robert Jarzmik , Kees Cook , Randy Dunlap , Philip Avinash , "open list:OPEN FIRMWARE AND..." , "open list:MEMORY TECHNOLOGY..." Date: Wed, 16 Apr 2014 09:21:13 +0400 In-Reply-To: <20140416050449.GJ3131@norris-Latitude-E6410> References: <1386901645-28895-1-git-send-email-ynvich@gmail.com> <1387309071-22382-1-git-send-email-ynvich@gmail.com> <1387309071-22382-11-git-send-email-ynvich@gmail.com> <20140416050449.GJ3131@norris-Latitude-E6410> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.5-2+b3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-04-15 at 22:04 -0700, Brian Norris wrote: > Hi Sergei, > > On Tue, Dec 17, 2013 at 11:37:40PM +0400, Sergei Ianovich wrote: > > This provides an MTD device driver for 512kB of battery backed up SRAM > > on ICPDAS LP-8X4X programmable automation controllers. > > > > SRAM chip is connected via FPGA and is not accessible without a driver, > > unlike flash memory which is wired to CPU MMU. > > > > This SRAM becomes an excellent persisent storage of volatile process > > data like counter values and sensor statuses. Storing those data in > > flash or mmc card is not a viable solution. > > > > Signed-off-by: Sergei Ianovich > > --- > > v2..v3 > > * no changes (except number 08/16 -> 10/21) > > > > v0..v2 > > * use device tree > > * use devm helpers where possible > > What's the status of this series? Is the rest of this platform support > going in via other trees yet? I have a few trivial comments, but this > driver mostly looks good as-is. (...) > You'll need a (trivial) DT binding doc in > Documentation/devicetree/bindings/ to go with this. You might also need > to split the arch/arm/boot/dts/ stuff out to a separate patch, so the > MTD driver can go in the MTD tree separate from the ARM tree bits. (...) > With that, you have my: > > Reviewed-by: Brian Norris > > and I can merge this to the MTD tree if/when you'd like. Thanks for response, the rest of the series is stuck on a DMA driver with no development activity. I'll fix the comments, separate ARM staff and refile the patch. -- 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/