]> rtime.felk.cvut.cz Git - linux-imx.git/commit
staging: rename omap-thermal driver to ti-soc-thermal
authorEduardo Valentin <eduardo.valentin@ti.com>
Tue, 19 Mar 2013 14:54:19 +0000 (10:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 18:25:35 +0000 (11:25 -0700)
commit7372add4a154f993c3a03fc7fb99513b5faf597c
tree648dcfb6ff8e0694cf47864ad9e4afa3f9a5e43e
parentd7f080e625af8a8586c716553fa28967c2c7b066
staging: rename omap-thermal driver to ti-soc-thermal

Because this driver will support also OMAP derivatives,
this patch does a big rename inside this driver, so it
better fits its usage.

This patch only renames the directory, file names,
includes, Makefiles and Kconfig includes.

Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Benoit <b-cousson@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/omap-thermal/Makefile [deleted file]
drivers/staging/ti-soc-thermal/Kconfig [moved from drivers/staging/omap-thermal/Kconfig with 88% similarity]
drivers/staging/ti-soc-thermal/Makefile [new file with mode: 0644]
drivers/staging/ti-soc-thermal/TODO [moved from drivers/staging/omap-thermal/TODO with 90% similarity]
drivers/staging/ti-soc-thermal/omap4-thermal-data.c [moved from drivers/staging/omap-thermal/omap4-thermal-data.c with 99% similarity]
drivers/staging/ti-soc-thermal/omap4xxx-bandgap.h [moved from drivers/staging/omap-thermal/omap4xxx-bandgap.h with 100% similarity]
drivers/staging/ti-soc-thermal/omap5-thermal-data.c [moved from drivers/staging/omap-thermal/omap5-thermal-data.c with 99% similarity]
drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h [moved from drivers/staging/omap-thermal/omap5xxx-bandgap.h with 100% similarity]
drivers/staging/ti-soc-thermal/ti-bandgap.c [moved from drivers/staging/omap-thermal/omap-bandgap.c with 99% similarity]
drivers/staging/ti-soc-thermal/ti-bandgap.h [moved from drivers/staging/omap-thermal/omap-bandgap.h with 100% similarity]
drivers/staging/ti-soc-thermal/ti-thermal-common.c [moved from drivers/staging/omap-thermal/omap-thermal-common.c with 99% similarity]
drivers/staging/ti-soc-thermal/ti-thermal.h [moved from drivers/staging/omap-thermal/omap-thermal.h with 99% similarity]
drivers/staging/ti-soc-thermal/ti_soc_thermal.txt [moved from drivers/staging/omap-thermal/omap_bandgap.txt with 100% similarity]