mbox series

[v2,0/2] loongson2_thermal: Fix some issues

Message ID cover.1700817227.git.zhoubinbin@loongson.cn
Headers show
Series loongson2_thermal: Fix some issues | expand

Message

Binbin Zhou Nov. 24, 2023, 9:57 a.m. UTC
Hi all:

Some thermal-related DTBS_CHECK warnings and driver issues were found
when trying to introduce the Loongson-2K DTS{I} for LoongArch.
This patch series attempts to fix those warnings.

Thanks.

-----
V2:
- Add Reviewed-by tag;
- Updated commit message: better comment on why this ABI break is
  needed.

Link to V1:
https://lore.kernel.org/all/944559ea3bf7ba0a1540f831ccd7d33591622b22.1698743706.git.zhoubinbin@loongson.cn/
https://lore.kernel.org/all/59565d152b68b528fc711a89151ea12ed3b73b90.1698743706.git.zhoubinbin@loongson.cn/

Binbin Zhou (2):
  dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
  drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment

 .../bindings/thermal/loongson,ls2k-thermal.yaml        | 10 +++++++++-
 drivers/thermal/loongson2_thermal.c                    |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Daniel Lezcano Nov. 29, 2023, 12:24 p.m. UTC | #1
On 24/11/2023 10:57, Binbin Zhou wrote:
> Hi all:
> 
> Some thermal-related DTBS_CHECK warnings and driver issues were found
> when trying to introduce the Loongson-2K DTS{I} for LoongArch.
> This patch series attempts to fix those warnings.
> 
> Thanks.
> 
> -----


Applied, thanks