On 03/06/2021 10:18, Ben Tseng wrote: > From: Michael Kao <michael.kao@xxxxxxxxxxxx> > > Add Mediatek proprietary folder to upstream more thermal zone and cooler > drivers. Relocate the original thermal controller driver to it and rename > as soc_temp.c to show its purpose more clearly. > > Signed-off-by: Ben Tseng <ben.tseng@xxxxxxxxxxxx> > Signed-off-by: Michael Kao <michael.kao@xxxxxxxxxxxx> > --- > drivers/thermal/Kconfig | 14 +- > drivers/thermal/Makefile | 2 +- > drivers/thermal/mediatek/Kconfig | 23 + > drivers/thermal/mediatek/Makefile | 1 + > drivers/thermal/mediatek/soc_temp.c | 1127 +++++++++++++++++++++++++++++++++++ > drivers/thermal/mtk_thermal.c | 1127 ----------------------------------- I suppose that there is no functional change. Then better put that in the commit message or use "git mv" to get a better readable diff. Regards, Matthias