lkml.org 
[lkml]   [2017]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 16/18] hwmon: add support for sensors exported via ARM SCMI
From
Date
Hi Guenter,

On 07/08/17 13:25, Sudeep Holla wrote:
>
>
> On 04/08/17 20:32, Guenter Roeck wrote:
>> On Fri, Aug 04, 2017 at 03:31:42PM +0100, Sudeep Holla wrote:
>
> [...]
>
>>> + platform_set_drvdata(pdev, scmi_sensors);
>>> +
>>> + hwdev = devm_hwmon_device_register_with_groups(dev, "scmi_sensors",
>>> + scmi_sensors,
>>> + scmi_sensors->groups);
>>
>> Can you rework this to use devm_hwmon_device_register_with_info(),
>> and if possible let it handle the thermal registration ?
>>
>
> Thanks for the pointers. I will check on the possibility and use it if
> possible.
>

I had a look at devm_hwmon_device_register_with_info. It mostly deals
with constant structures where all the attributes are known at the boot
time. In case of SCMI, the firmware presents all the sensors and all the
information(type, scale, name/label, ...etc). Unless I create those
structures dynamically and typecast as const during probe, I can't get
it working. Are you OK with that ? If so, I can try making those changes.

--
Regards,
Sudeep

\
 
 \ /
  Last update: 2017-08-14 17:09    [W:0.140 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site