From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161236Ab3DECDu (ORCPT ); Thu, 4 Apr 2013 22:03:50 -0400 Received: from mail-qe0-f43.google.com ([209.85.128.43]:60915 "EHLO mail-qe0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161223Ab3DECDs (ORCPT ); Thu, 4 Apr 2013 22:03:48 -0400 MIME-Version: 1.0 In-Reply-To: <20120917062302.GA768@lizard> References: <1347042576-17675-1-git-send-email-bfreed@chromium.org> <20120908052907.GA4724@lizard> <20120917062302.GA768@lizard> Date: Thu, 4 Apr 2013 21:03:47 -0500 Message-ID: Subject: Re: [PATCH v6] pstore/ram: Add ramoops support for the Flattened Device Tree. From: Rob Herring To: Anton Vorontsov Cc: Bryan Freed , Tony Luck , keescook@chromium.org, marco.stornelli@gmail.com, gregkh@linuxfoundation.org, "devicetree-discuss@lists.ozlabs.org" , sboyd@codeaurora.org, "linux-kernel@vger.kernel.org" , John Stultz , Colin Cross , Olof Johansson Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 17, 2012 at 1:23 AM, Anton Vorontsov wrote: > On Fri, Sep 07, 2012 at 10:29:10PM -0700, Anton Vorontsov wrote: >> On Fri, Sep 07, 2012 at 11:29:36AM -0700, Bryan Freed wrote: >> > When called with a non-zero of_node, fill out a new ramoops_platform_data >> > with data from the specified Flattened Device Tree node. >> > Update ramoops documentation with the new FDT interface. >> > Update devicetree/binding documentation with pstore/ramoops.txt. >> >> Thanks for your work, Bryan! There were a few issues, I fixed >> them myself but I need your confirmation if you're OK w/ all >> the changes. > [...] >> So, the resulting patch is down below. But I have not pushed >> it out yet, I'm waiting for your sign off. If you're OK with the >> changes, please reply with >> 'Signed-off-by: Bryan Freed ' > > Bryan, have you had a chance to look into this? Whatever happened to this? Olof was also looking at doing a binding back in Jan 2012: http://www.mail-archive.com/devicetree-discuss@lists.ozlabs.org/msg09905.html Rob