Re: [linux-yocto] [std/rt kernel v6.1]: thermal: s32cc: use new API hwmon_device_register_for_thermal() to fix probe error

2023-05-23 Thread Bruce Ashfield
In message: [linux-yocto] [std/rt kernel v6.1]: thermal: s32cc: use new API hwmon_device_register_for_thermal() to fix probe error on 23/05/2023 Zhantao Tang wrote: > Hi Bruce, > > The following patch is to fix s32cc thermal driver probing error issue. > Would you please help to merge it into

Re: [linux-yocto][v5.10/standard/preempt-rt/*] fix preempt-rt compile error

2023-05-23 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/preempt-rt/*] fix preempt-rt compile error on 22/05/2023 Li Wang wrote: > Hi Bruce, > > I think the 2 patches should also merge to: > https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git/log/?h=v5.10-rt-next > >

Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] qoriq_thermal.c: crash of error device pointer value

2023-05-23 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] qoriq_thermal.c: crash of error device pointer value on 22/05/2023 Li Wang wrote: > qoriq_tmu_probe -> > qoriq_tmu_register_tmu_zone -> >

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1] cgl: checkreqprot is deprecated, drop CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE

2023-05-23 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache][yocto-6.1] cgl: checkreqprot is deprecated, drop CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE on 22/05/2023 Xiangyu Chen wrote: > From: Xiangyu Chen > > checkreqprot has been dropped, if turn on this config, kernel would report an > error

[linux-yocto] [PATCH] thermal: s32cc: use new API hwmon_device_register_for_thermal() to fix probe error

2023-05-23 Thread Zhantao Tang via lists.yoctoproject.org
In s32cc thermal driver, the current used hwmon_device_register_with_info() API, is not suitable for s32cc anymore, due to the commit ddaefa209c4a ("hwmon: Make chip parameter for with_info API mandatory"), or else, there will be probe error when load the driver. And for thermal subsystem, commit

[linux-yocto] [std/rt kernel v6.1]: thermal: s32cc: use new API hwmon_device_register_for_thermal() to fix probe error

2023-05-23 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, The following patch is to fix s32cc thermal driver probing error issue. Would you please help to merge it into the following: v6.1/standard/nxp-sdk-5.15/nxp-s32g v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g branches? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: