[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <35163bfd-d34f-40af-2494-340b6fe92b03@cogentembedded.com>
Date: Thu, 31 Aug 2017 11:10:35 +0300
From: Nikita Yushchenko <nikita.yoush@...entembedded.com>
To: Pavel Machek <pavel@....cz>,
Andrey Smirnov <andrew.smirnov@...il.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Chris Healy <cphealy@...il.com>,
Lucas Stach <l.stach@...gutronix.de>,
Lee Jones <lee.jones@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jeff White <Jeff.White@....aero>
Subject: Re: [PATCH v6 1/2] platform: Add driver for RAVE Supervisory
Processor
30.08.2017 23:38, Pavel Machek wrote:
> Hi!
>
>>>> + * 9 -> Illegal Trap
>>>> + * 10 -> Unknown
>>>> + * 11 -> Crew Panel Requested
>>>
>>> Anyway... If you move management chip to .. I don't know, i2c, the
>>> path would change. Also it would be different path on N900. Userland
>>> should not have to deal with this.
>>>
>>> And... this should really be string, as the list will need to grow on
>>> different hardware.
>>
>> I think we have a misunderstanding, with this part of the patch set I
>> am not trying to propose a generic ABI that would be useful for any
>> other driver but this one. Hence the lack of concern for different
>
> Yes, but sorry, that's no-go. Kernel should hide differences between
> different machiens, and it should be rather easy in this case.
There is an interest to have reset reason exported on other ZII hardware
as well.
I think that trying to make this generic is purely synthetic. This
information is board-specific per it's nature, it comes from what board
is designed for, different boards have quite different sets of possible
reset reasons. What is needed is - pass this board-specific information
to board-specific user space.
What's proper API for that, if not a sysfs attribute?
Powered by blists - more mailing lists