* [U-Boot] hwmon in current uboot
@ 2018-08-16 10:22 Joe Rutledge
2018-08-17 6:50 ` Andy Pont
0 siblings, 1 reply; 3+ messages in thread
From: Joe Rutledge @ 2018-08-16 10:22 UTC (permalink / raw)
To: u-boot
Hi,
Apologies in advance if this is answered somewhere else, but I had no
luck finding information about it.
I'm moving from an older version of u-boot (2016) to a current one. Some
of the patches I had against the old uboot included work in the hwmon
subdirectory. These patches now obviously fail as this whole set of
functionality appears to have been removed.
Am I missing something, or does u-boot no longer support any of these
devices? Alternatively, is there a way I should reintroduce it for my board.
Many thanks in advance,
Joe
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] hwmon in current uboot
2018-08-16 10:22 [U-Boot] hwmon in current uboot Joe Rutledge
@ 2018-08-17 6:50 ` Andy Pont
2018-08-17 7:55 ` Joe Rutledge
0 siblings, 1 reply; 3+ messages in thread
From: Andy Pont @ 2018-08-17 6:50 UTC (permalink / raw)
To: u-boot
Joe wrote...
>Apologies in advance if this is answered somewhere else, but I had no
>luck finding information about it.
>
>I'm moving from an older version of u-boot (2016) to a current one.
>Some of the patches I had against the old uboot included work in the
>hwmon subdirectory. These patches now obviously fail as this whole set
>of functionality appears to have been removed.
>
>Am I missing something, or does u-boot no longer support any of these
>devices? Alternatively, is there a way I should reintroduce it for my
>board.
Looking at the git log for some of the files that were in the
drivers/hwmon directory (git log — path/to/filename) then they were
removed in May 2017 in favour of the driver model and UCLASS_THERMAL
which is located in drivers/thermal.
Unfortunately, it doesn’t look as though those I2C based devices got
converted.
-Andy.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] hwmon in current uboot
2018-08-17 6:50 ` Andy Pont
@ 2018-08-17 7:55 ` Joe Rutledge
0 siblings, 0 replies; 3+ messages in thread
From: Joe Rutledge @ 2018-08-17 7:55 UTC (permalink / raw)
To: u-boot
Thanks very much for the response!
So I guess I need to write something new under the new UCLASS_THERMAL
model for my part. Any gotchas in there I should know about?
Joe
On 17/08/18 07:50, Andy Pont wrote:
> Joe wrote...
>
>> Apologies in advance if this is answered somewhere else, but I had no
>> luck finding information about it.
>>
>> I'm moving from an older version of u-boot (2016) to a current one.
>> Some of the patches I had against the old uboot included work in the
>> hwmon subdirectory. These patches now obviously fail as this whole set
>> of functionality appears to have been removed.
>>
>> Am I missing something, or does u-boot no longer support any of these
>> devices? Alternatively, is there a way I should reintroduce it for my
>> board.
> Looking at the git log for some of the files that were in the
> drivers/hwmon directory (git log — path/to/filename) then they were
> removed in May 2017 in favour of the driver model and UCLASS_THERMAL
> which is located in drivers/thermal.
>
> Unfortunately, it doesn’t look as though those I2C based devices got
> converted.
>
> -Andy.
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-17 7:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16 10:22 [U-Boot] hwmon in current uboot Joe Rutledge
2018-08-17 6:50 ` Andy Pont
2018-08-17 7:55 ` Joe Rutledge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox