Skip to content

Commit e649c36

Browse files
geerturafaeljw
authored andcommitted
thermal: renesas: Fix RZ/G3E fall-out
- Restore sort order in MAINTAINERS and Kconfig, - Remove empty trailing line from Makefile. Fixes: 19d3a40 ("thermal/drivers/renesas/rzg3e: Add thermal driver for the Renesas RZ/G3E SoC") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent f13ee7c commit e649c36

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

MAINTAINERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21701,20 +21701,20 @@ S: Maintained
2170121701
F: Documentation/devicetree/bindings/iio/potentiometer/renesas,x9250.yaml
2170221702
F: drivers/iio/potentiometer/x9250.c
2170321703

21704-
RENESAS RZ/G3S THERMAL SENSOR UNIT DRIVER
21705-
M: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
21706-
L: linux-pm@vger.kernel.org
21707-
S: Maintained
21708-
F: Documentation/devicetree/bindings/thermal/renesas,r9a08g045-tsu.yaml
21709-
F: drivers/thermal/renesas/rzg3s_thermal.c
21710-
2171121704
RENESAS RZ/G3E THERMAL SENSOR UNIT DRIVER
2171221705
M: John Madieu <john.madieu.xa@bp.renesas.com>
2171321706
L: linux-pm@vger.kernel.org
2171421707
S: Maintained
2171521708
F: Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
2171621709
F: drivers/thermal/renesas/rzg3e_thermal.c
2171721710

21711+
RENESAS RZ/G3S THERMAL SENSOR UNIT DRIVER
21712+
M: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
21713+
L: linux-pm@vger.kernel.org
21714+
S: Maintained
21715+
F: Documentation/devicetree/bindings/thermal/renesas,r9a08g045-tsu.yaml
21716+
F: drivers/thermal/renesas/rzg3s_thermal.c
21717+
2171821718
RESET CONTROLLER FRAMEWORK
2171921719
M: Philipp Zabel <p.zabel@pengutronix.de>
2172021720
S: Maintained

drivers/thermal/renesas/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ config RZG2L_THERMAL
2727
Enable this to plug the RZ/G2L thermal sensor driver into the Linux
2828
thermal framework.
2929

30+
config RZG3E_THERMAL
31+
tristate "Renesas RZ/G3E thermal driver"
32+
depends on ARCH_RENESAS || COMPILE_TEST
33+
help
34+
Enable this to plug the RZ/G3E thermal sensor driver into the Linux
35+
thermal framework.
36+
3037
config RZG3S_THERMAL
3138
tristate "Renesas RZ/G3S thermal driver"
3239
depends on ARCH_R9A08G045 || COMPILE_TEST
3340
depends on OF && IIO && RZG2L_ADC
3441
help
3542
Enable this to plug the RZ/G3S thermal sensor driver into the Linux
3643
thermal framework.
37-
38-
config RZG3E_THERMAL
39-
tristate "Renesas RZ/G3E thermal driver"
40-
depends on ARCH_RENESAS || COMPILE_TEST
41-
help
42-
Enable this to plug the RZ/G3E thermal sensor driver into the Linux
43-
thermal framework.

drivers/thermal/renesas/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
55
obj-$(CONFIG_RZG2L_THERMAL) += rzg2l_thermal.o
66
obj-$(CONFIG_RZG3E_THERMAL) += rzg3e_thermal.o
77
obj-$(CONFIG_RZG3S_THERMAL) += rzg3s_thermal.o
8-

0 commit comments

Comments
 (0)