Hi Niklas, > -----Original Message----- > From: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > Subject: [PATCH 0/2] thermal: renesas: Group drivers and update dependencies > > Hello, > > This small series moves and groups all renesas thermal drivers in a vendor directory as done by > some other vendors. The idea is to make it easier to spot issues they are worked on by the same set > of people. > > Patch 2/2 fix such an issue where one dependency was missed for one the drivers. > > @Biju: There is no entry for rzg2l_thermal in MAINTAINERS. Should we update that with an entry for > you? Yes Please. Thanks, Biju > > Niklas Söderlund (2): > thermal: renesas: Group all renesas thermal drivers together > thermal: renesas: rcar: Add dependency on OF > > MAINTAINERS | 4 +-- > drivers/thermal/Kconfig | 28 ++----------------- > drivers/thermal/Makefile | 4 +-- > drivers/thermal/renesas/Kconfig | 28 +++++++++++++++++++ > drivers/thermal/renesas/Makefile | 5 ++++ > .../thermal/{ => renesas}/rcar_gen3_thermal.c | 2 +- drivers/thermal/{ => > renesas}/rcar_thermal.c | 2 +- drivers/thermal/{ => renesas}/rzg2l_thermal.c | 2 +- > 8 files changed, 41 insertions(+), 34 deletions(-) create mode 100644 > drivers/thermal/renesas/Kconfig create mode 100644 drivers/thermal/renesas/Makefile rename > drivers/thermal/{ => renesas}/rcar_gen3_thermal.c (99%) rename drivers/thermal/{ => > renesas}/rcar_thermal.c (99%) rename drivers/thermal/{ => renesas}/rzg2l_thermal.c (99%) > > -- > 2.45.0