File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21701,20 +21701,20 @@ S: Maintained
2170121701F: Documentation/devicetree/bindings/iio/potentiometer/renesas,x9250.yaml
2170221702F: 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-
2171121704RENESAS RZ/G3E THERMAL SENSOR UNIT DRIVER
2171221705M: John Madieu <john.madieu.xa@bp.renesas.com>
2171321706L: linux-pm@vger.kernel.org
2171421707S: Maintained
2171521708F: Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
2171621709F: 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+
2171821718RESET CONTROLLER FRAMEWORK
2171921719M: Philipp Zabel <p.zabel@pengutronix.de>
2172021720S: Maintained
Original file line number Diff line number Diff 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+
3037config 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.
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
55obj-$(CONFIG_RZG2L_THERMAL) += rzg2l_thermal.o
66obj-$(CONFIG_RZG3E_THERMAL) += rzg3e_thermal.o
77obj-$(CONFIG_RZG3S_THERMAL) += rzg3s_thermal.o
8-
You can’t perform that action at this time.
0 commit comments