Re: [PATCH v2] base: soc: Handle custom soc information sysfs entries

2019-10-08 Thread mnalajal
On 2019-10-08 08:43, Greg KH wrote: On Tue, Oct 08, 2019 at 08:33:11AM -0700, Stephen Boyd wrote: Quoting Murali Nalajala (2019-10-07 13:37:42) > Soc framework exposed sysfs entries are not sufficient for some > of the h/w platforms. Currently there is no interface where soc > drivers can

Re: [PATCH] base: soc: Handle custom soc information sysfs entries

2019-10-03 Thread mnalajal
On 2019-10-03 16:22, Stephen Boyd wrote: Quoting Murali Nalajala (2019-10-02 17:06:14) @@ -121,6 +118,7 @@ static void soc_release(struct device *dev) struct soc_device *soc_device_register(struct soc_device_attribute *soc_dev_attr) { struct soc_device *soc_dev; + const struct

Re: [PATCH] base: soc: Handle custom soc information sysfs entries

2019-10-03 Thread mnalajal
On 2019-10-03 11:33, Greg KH wrote: On Thu, Oct 03, 2019 at 11:23:45AM -0700, mnala...@codeaurora.org wrote: On 2019-10-03 00:06, Greg KH wrote: > On Wed, Oct 02, 2019 at 05:06:14PM -0700, Murali Nalajala wrote: > > Soc framework exposed sysfs entries are not sufficient for some > > of the h/w

Re: [PATCH] base: soc: Handle custom soc information sysfs entries

2019-10-03 Thread mnalajal
On 2019-10-03 00:06, Greg KH wrote: On Wed, Oct 02, 2019 at 05:06:14PM -0700, Murali Nalajala wrote: Soc framework exposed sysfs entries are not sufficient for some of the h/w platforms. Currently there is no interface where soc drivers can expose further information about their SoCs via soc

Re: [PATCH] base: soc: Handle custom soc information sysfs entries

2019-10-03 Thread mnalajal
On 2019-10-03 00:05, Greg KH wrote: On Wed, Oct 02, 2019 at 05:06:14PM -0700, Murali Nalajala wrote: Soc framework exposed sysfs entries are not sufficient for some of the h/w platforms. Currently there is no interface where soc drivers can expose further information about their SoCs via soc

Re: [PATCH] base: soc: Export soc_device_to_device API

2019-09-26 Thread mnalajal
On 2019-09-23 21:50, Greg KH wrote: On Mon, Sep 23, 2019 at 02:35:33PM -0700, mnala...@codeaurora.org wrote: On 2019-09-19 23:10, Greg KH wrote: > On Thu, Sep 19, 2019 at 08:36:51PM -0700, Bjorn Andersson wrote: > > On Thu 19 Sep 15:45 PDT 2019, Greg KH wrote: > > > > > On Thu, Sep 19, 2019 at

Re: [PATCH] base: soc: Export soc_device_to_device API

2019-09-23 Thread mnalajal
On 2019-09-19 23:10, Greg KH wrote: On Thu, Sep 19, 2019 at 08:36:51PM -0700, Bjorn Andersson wrote: On Thu 19 Sep 15:45 PDT 2019, Greg KH wrote: > On Thu, Sep 19, 2019 at 03:40:17PM -0700, Bjorn Andersson wrote: > > On Thu 19 Sep 15:25 PDT 2019, Greg KH wrote: > > > > > On Thu, Sep 19, 2019

Re: [PATCH] base: soc: Export soc_device_to_device API

2019-09-19 Thread mnalajal
On 2019-09-19 15:45, Greg KH wrote: On Thu, Sep 19, 2019 at 03:40:17PM -0700, Bjorn Andersson wrote: On Thu 19 Sep 15:25 PDT 2019, Greg KH wrote: > On Thu, Sep 19, 2019 at 03:14:56PM -0700, Bjorn Andersson wrote: > > On Thu 19 Sep 14:58 PDT 2019, Greg KH wrote: > > > > > On Thu, Sep 19, 2019

Re: [PATCH] base: soc: Export soc_device_to_device API

2019-09-19 Thread mnalajal
On 2019-09-19 14:58, Greg KH wrote: On Thu, Sep 19, 2019 at 02:53:00PM -0700, Bjorn Andersson wrote: On Thu 19 Sep 14:32 PDT 2019, Greg KH wrote: > On Thu, Sep 19, 2019 at 02:13:44PM -0700, Murali Nalajala wrote: > > If the soc drivers want to add custom sysfs entries it needs to > > access