From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [RFC][PATCH] misc: Introduce reboot_reason driver Date: Thu, 10 Dec 2015 11:04:03 -0800 Message-ID: References: <1449610162-30543-1-git-send-email-john.stultz@linaro.org> <20151208220722.GG4000@usrtlx11787.corpusers.net> <27901180.P9mpafrzx5@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org To: Tomas Winkler Cc: Arnd Bergmann , Bjorn Andersson , lkml , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Vinay Simha BN , Haojian Zhuang , "devicetree@vger.kernel.org" , Android Kernel Team , Andy Gross , "linux-arm-msm@vger.kernel.org" , "Gross, Mark" , Samuel Ortiz , Darren Hart List-Id: devicetree@vger.kernel.org On Thu, Dec 10, 2015 at 1:20 AM, Tomas Winkler wrote: > Intel uses EFI variables for that on some AOS platforms. There is a > need for persistent storage abstraction and generalize the reboot > reasons strings. Yea. I've been told there isn't any sort of standardized method for EFI here. But I have seen a few different implementations floating around. One of the machines I want to support with this driver is actually using a UEFI bootloader, but we don't have separate storage to use to communicate back via the UEFI methods, so the ram based approach looks like the best solution. > Second, I wonder why this is submitted under drivers/misc when it > doesn't bind the misc API. Heh. Apologies. Its more of a "where do I put this?", misc rather then "this should be part of the established misc infrastructure!" Suggestions for alternative locations? thanks -john