Re: [PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO

2020-05-27 Thread Sudeep Holla
Hi Arnd, On Wed, May 27, 2020 at 11:03:05AM +0200, Greg Kroah-Hartman wrote: > On Sat, May 23, 2020 at 06:08:51PM +0100, Sudeep Holla wrote: > > Hi, > > > > While trying to add SMCCC based SOC_ID support, I found the custom soc > > attribute group which had no users in the tree and check if it

Re: [PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO

2020-05-27 Thread Greg Kroah-Hartman
On Sat, May 23, 2020 at 06:08:51PM +0100, Sudeep Holla wrote: > Hi, > > While trying to add SMCCC based SOC_ID support, I found the custom soc > attribute group which had no users in the tree and check if it can be > used or can be removed. I realised that it could clean up the custom >

[PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO

2020-05-23 Thread Sudeep Holla
Hi, While trying to add SMCCC based SOC_ID support, I found the custom soc attribute group which had no users in the tree and check if it can be used or can be removed. I realised that it could clean up the custom attributes that are added using device_create_file today. Regards, Sudeep Sudeep