Bug#1057272: Enable SENSORS_IIO_HWMON support

2023-12-03 Thread Andrey Melnikov
сб, 2 дек. 2023 г. в 19:32, Vincent Blut :
>
> Control: tags -1 moreinfo
>
> Hi Andrey,
>
> Le 2023-12-02 16:40, Andrey Melnikov a écrit :
> > Package: src:linux
> > Version: 6.5.13-1
> > Severity: wishlist
> >
> > Please, enable SENSORS_IIO_HWMON support. Without it I'm unable to
> > fetch the AXP209 internal temperature sensor.
>
> The definition of the AXP209 PMU seems to confirm that the internal 
> temperature
> sensor is hooked to the iio-hwmon driver:
>
> pmic-temp {
> compatible = "iio-hwmon";
> io-channels = <_adc 4>; /* Internal temperature */
> };
>
> One thing, though. Does it make sense to enable SENSORS_IIO_HWMON outside of
> armhf?
Yes. IIO device may be connected via i2c, or integrated into the
baseboard.Some old intel atom chipset have IIO, and iio_hwmon.ko size
~ 13k - not a big deal for x86/arm/mips devices.



Processed: Re: Bug#1057272: Enable SENSORS_IIO_HWMON support

2023-12-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #1057272 [src:linux] Enable SENSORS_IIO_HWMON support
Ignoring request to alter tags of bug #1057272 to the same tags previously set

-- 
1057272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1057272: Enable SENSORS_IIO_HWMON support

2023-12-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #1057272 [src:linux] Enable SENSORS_IIO_HWMON support
Added tag(s) moreinfo.

-- 
1057272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1057272: Enable SENSORS_IIO_HWMON support

2023-12-02 Thread Vincent Blut
Control: tags -1 moreinfo

Hi Andrey,

Le 2023-12-02 16:40, Andrey Melnikov a écrit :
> Package: src:linux
> Version: 6.5.13-1
> Severity: wishlist
> 
> Please, enable SENSORS_IIO_HWMON support. Without it I'm unable to
> fetch the AXP209 internal temperature sensor.
 
The definition of the AXP209 PMU seems to confirm that the internal temperature
sensor is hooked to the iio-hwmon driver:

pmic-temp {
compatible = "iio-hwmon";
io-channels = <_adc 4>; /* Internal temperature */
};

One thing, though. Does it make sense to enable SENSORS_IIO_HWMON outside of
armhf?

Cheers,
Vincent


signature.asc
Description: PGP signature


Bug#1057272: Enable SENSORS_IIO_HWMON support

2023-12-02 Thread Andrey Melnikov
Package: src:linux
Version: 6.5.13-1
Severity: wishlist

Please, enable SENSORS_IIO_HWMON support. Without it I'm unable to
fetch the AXP209 internal temperature sensor.