Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

thermal/drivers/rcar_gen3: Document R-Car Gen4 and RZ/G2 support in driver comment

The R-Car Gen3 thermal driver supports both R-Car Gen3 and Gen4 SoCs
as well as RZ/G2. Update the driver comment. No functional change.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link: https://patch.msgid.link/20251110143029.10940-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Marek Vasut and committed by
Daniel Lezcano
b1c4c05b e1304efc

+1 -1
+1 -1
drivers/thermal/renesas/rcar_gen3_thermal.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * R-Car Gen3 THS thermal sensor driver 3 + * R-Car Gen3, Gen4 and RZ/G2 THS thermal sensor driver 4 4 * Based on rcar_thermal.c and work from Hien Dang and Khiem Nguyen. 5 5 * 6 6 * Copyright (C) 2016 Renesas Electronics Corporation.