diff options
-rw-r--r-- | Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt (renamed from drivers/staging/ti-soc-thermal/ti_soc_thermal.txt) | 0 | ||||
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | drivers/staging/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/Makefile | 1 | ||||
-rw-r--r-- | drivers/thermal/Kconfig | 3 | ||||
-rw-r--r-- | drivers/thermal/Makefile | 2 | ||||
-rw-r--r-- | drivers/thermal/armada_thermal.c | 11 | ||||
-rw-r--r-- | drivers/thermal/dove_thermal.c | 12 | ||||
-rw-r--r-- | drivers/thermal/exynos_thermal.c | 8 | ||||
-rw-r--r-- | drivers/thermal/kirkwood_thermal.c | 8 | ||||
-rw-r--r-- | drivers/thermal/rcar_thermal.c | 8 | ||||
-rw-r--r-- | drivers/thermal/spear_thermal.c | 18 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/Kconfig (renamed from drivers/staging/ti-soc-thermal/Kconfig) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/Makefile (renamed from drivers/staging/ti-soc-thermal/Makefile) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/TODO (renamed from drivers/staging/ti-soc-thermal/TODO) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/omap4-thermal-data.c (renamed from drivers/staging/ti-soc-thermal/omap4-thermal-data.c) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h (renamed from drivers/staging/ti-soc-thermal/omap4xxx-bandgap.h) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/omap5-thermal-data.c (renamed from drivers/staging/ti-soc-thermal/omap5-thermal-data.c) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h (renamed from drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-bandgap.c (renamed from drivers/staging/ti-soc-thermal/ti-bandgap.c) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-bandgap.h (renamed from drivers/staging/ti-soc-thermal/ti-bandgap.h) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-thermal-common.c (renamed from drivers/staging/ti-soc-thermal/ti-thermal-common.c) | 0 | ||||
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-thermal.h (renamed from drivers/staging/ti-soc-thermal/ti-thermal.h) | 0 |
23 files changed, 14 insertions, 63 deletions
diff --git a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt index a4a33d1a0746..a4a33d1a0746 100644 --- a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt +++ b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt | |||
diff --git a/MAINTAINERS b/MAINTAINERS index 3d7782b9f90d..311fb4512826 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -8056,8 +8056,8 @@ F: drivers/platform/x86/thinkpad_acpi.c | |||
8056 | TI BANDGAP AND THERMAL DRIVER | 8056 | TI BANDGAP AND THERMAL DRIVER |
8057 | M: Eduardo Valentin <eduardo.valentin@ti.com> | 8057 | M: Eduardo Valentin <eduardo.valentin@ti.com> |
8058 | L: linux-pm@vger.kernel.org | 8058 | L: linux-pm@vger.kernel.org |
8059 | S: Maintained | 8059 | S: Supported |
8060 | F: drivers/staging/omap-thermal/ | 8060 | F: drivers/thermal/ti-soc-thermal/ |
8061 | 8061 | ||
8062 | TI FLASH MEDIA INTERFACE DRIVER | 8062 | TI FLASH MEDIA INTERFACE DRIVER |
8063 | M: Alex Dubov <oakad@yahoo.com> | 8063 | M: Alex Dubov <oakad@yahoo.com> |
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 4e8a1794f50a..79701de74855 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
@@ -118,8 +118,6 @@ source "drivers/staging/gdm72xx/Kconfig" | |||
118 | 118 | ||
119 | source "drivers/staging/csr/Kconfig" | 119 | source "drivers/staging/csr/Kconfig" |
120 | 120 | ||
121 | source "drivers/staging/ti-soc-thermal/Kconfig" | ||
122 | |||
123 | source "drivers/staging/silicom/Kconfig" | 121 | source "drivers/staging/silicom/Kconfig" |
124 | 122 | ||
125 | source "drivers/staging/ced1401/Kconfig" | 123 | source "drivers/staging/ced1401/Kconfig" |
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 415772ea306d..f8b740c4ea7e 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile | |||
@@ -52,7 +52,6 @@ obj-$(CONFIG_ANDROID) += android/ | |||
52 | obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/ | 52 | obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/ |
53 | obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/ | 53 | obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/ |
54 | obj-$(CONFIG_CSR_WIFI) += csr/ | 54 | obj-$(CONFIG_CSR_WIFI) += csr/ |
55 | obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ | ||
56 | obj-$(CONFIG_NET_VENDOR_SILICOM) += silicom/ | 55 | obj-$(CONFIG_NET_VENDOR_SILICOM) += silicom/ |
57 | obj-$(CONFIG_CED1401) += ced1401/ | 56 | obj-$(CONFIG_CED1401) += ced1401/ |
58 | obj-$(CONFIG_DRM_IMX) += imx-drm/ | 57 | obj-$(CONFIG_DRM_IMX) += imx-drm/ |
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 5e3c02554d99..7205c70a46a3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -169,4 +169,7 @@ config INTEL_POWERCLAMP | |||
169 | enforce idle time which results in more package C-state residency. The | 169 | enforce idle time which results in more package C-state residency. The |
170 | user interface is exposed via generic thermal framework. | 170 | user interface is exposed via generic thermal framework. |
171 | 171 | ||
172 | menu "Texas Instruments thermal drivers" | ||
173 | source "drivers/thermal/ti-soc-thermal/Kconfig" | ||
174 | endmenu | ||
172 | endif | 175 | endif |
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index c054d410ac3f..85693941fda0 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile | |||
@@ -23,4 +23,4 @@ obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o | |||
23 | obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o | 23 | obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o |
24 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o | 24 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o |
25 | obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o | 25 | obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o |
26 | 26 | obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ | |
diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c index 7c603b854e87..5e53212b984f 100644 --- a/drivers/thermal/armada_thermal.c +++ b/drivers/thermal/armada_thermal.c | |||
@@ -169,21 +169,11 @@ static int armada_thermal_probe(struct platform_device *pdev) | |||
169 | return -ENOMEM; | 169 | return -ENOMEM; |
170 | 170 | ||
171 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 171 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
172 | if (!res) { | ||
173 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
174 | return -ENODEV; | ||
175 | } | ||
176 | |||
177 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); | 172 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); |
178 | if (IS_ERR(priv->sensor)) | 173 | if (IS_ERR(priv->sensor)) |
179 | return PTR_ERR(priv->sensor); | 174 | return PTR_ERR(priv->sensor); |
180 | 175 | ||
181 | res = platform_get_resource(pdev, IORESOURCE_MEM, 1); | 176 | res = platform_get_resource(pdev, IORESOURCE_MEM, 1); |
182 | if (!res) { | ||
183 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
184 | return -ENODEV; | ||
185 | } | ||
186 | |||
187 | priv->control = devm_ioremap_resource(&pdev->dev, res); | 177 | priv->control = devm_ioremap_resource(&pdev->dev, res); |
188 | if (IS_ERR(priv->control)) | 178 | if (IS_ERR(priv->control)) |
189 | return PTR_ERR(priv->control); | 179 | return PTR_ERR(priv->control); |
@@ -210,7 +200,6 @@ static int armada_thermal_exit(struct platform_device *pdev) | |||
210 | platform_get_drvdata(pdev); | 200 | platform_get_drvdata(pdev); |
211 | 201 | ||
212 | thermal_zone_device_unregister(armada_thermal); | 202 | thermal_zone_device_unregister(armada_thermal); |
213 | platform_set_drvdata(pdev, NULL); | ||
214 | 203 | ||
215 | return 0; | 204 | return 0; |
216 | } | 205 | } |
diff --git a/drivers/thermal/dove_thermal.c b/drivers/thermal/dove_thermal.c index d5c029f9344d..828f5e345c30 100644 --- a/drivers/thermal/dove_thermal.c +++ b/drivers/thermal/dove_thermal.c | |||
@@ -134,25 +134,16 @@ static int dove_thermal_probe(struct platform_device *pdev) | |||
134 | struct resource *res; | 134 | struct resource *res; |
135 | int ret; | 135 | int ret; |
136 | 136 | ||
137 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | ||
138 | if (!res) { | ||
139 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
140 | return -ENODEV; | ||
141 | } | ||
142 | |||
143 | priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL); | 137 | priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL); |
144 | if (!priv) | 138 | if (!priv) |
145 | return -ENOMEM; | 139 | return -ENOMEM; |
146 | 140 | ||
141 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | ||
147 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); | 142 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); |
148 | if (IS_ERR(priv->sensor)) | 143 | if (IS_ERR(priv->sensor)) |
149 | return PTR_ERR(priv->sensor); | 144 | return PTR_ERR(priv->sensor); |
150 | 145 | ||
151 | res = platform_get_resource(pdev, IORESOURCE_MEM, 1); | 146 | res = platform_get_resource(pdev, IORESOURCE_MEM, 1); |
152 | if (!res) { | ||
153 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
154 | return -ENODEV; | ||
155 | } | ||
156 | priv->control = devm_ioremap_resource(&pdev->dev, res); | 147 | priv->control = devm_ioremap_resource(&pdev->dev, res); |
157 | if (IS_ERR(priv->control)) | 148 | if (IS_ERR(priv->control)) |
158 | return PTR_ERR(priv->control); | 149 | return PTR_ERR(priv->control); |
@@ -182,7 +173,6 @@ static int dove_thermal_exit(struct platform_device *pdev) | |||
182 | platform_get_drvdata(pdev); | 173 | platform_get_drvdata(pdev); |
183 | 174 | ||
184 | thermal_zone_device_unregister(dove_thermal); | 175 | thermal_zone_device_unregister(dove_thermal); |
185 | platform_set_drvdata(pdev, NULL); | ||
186 | 176 | ||
187 | return 0; | 177 | return 0; |
188 | } | 178 | } |
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index d20ce9e61403..03e4bbc08bf0 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c | |||
@@ -925,11 +925,6 @@ static int exynos_tmu_probe(struct platform_device *pdev) | |||
925 | INIT_WORK(&data->irq_work, exynos_tmu_work); | 925 | INIT_WORK(&data->irq_work, exynos_tmu_work); |
926 | 926 | ||
927 | data->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 927 | data->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
928 | if (!data->mem) { | ||
929 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
930 | return -ENOENT; | ||
931 | } | ||
932 | |||
933 | data->base = devm_ioremap_resource(&pdev->dev, data->mem); | 928 | data->base = devm_ioremap_resource(&pdev->dev, data->mem); |
934 | if (IS_ERR(data->base)) | 929 | if (IS_ERR(data->base)) |
935 | return PTR_ERR(data->base); | 930 | return PTR_ERR(data->base); |
@@ -1001,7 +996,6 @@ static int exynos_tmu_probe(struct platform_device *pdev) | |||
1001 | 996 | ||
1002 | return 0; | 997 | return 0; |
1003 | err_clk: | 998 | err_clk: |
1004 | platform_set_drvdata(pdev, NULL); | ||
1005 | clk_unprepare(data->clk); | 999 | clk_unprepare(data->clk); |
1006 | return ret; | 1000 | return ret; |
1007 | } | 1001 | } |
@@ -1016,8 +1010,6 @@ static int exynos_tmu_remove(struct platform_device *pdev) | |||
1016 | 1010 | ||
1017 | clk_unprepare(data->clk); | 1011 | clk_unprepare(data->clk); |
1018 | 1012 | ||
1019 | platform_set_drvdata(pdev, NULL); | ||
1020 | |||
1021 | return 0; | 1013 | return 0; |
1022 | } | 1014 | } |
1023 | 1015 | ||
diff --git a/drivers/thermal/kirkwood_thermal.c b/drivers/thermal/kirkwood_thermal.c index 61bbc2605b02..3b034a0dfc94 100644 --- a/drivers/thermal/kirkwood_thermal.c +++ b/drivers/thermal/kirkwood_thermal.c | |||
@@ -75,16 +75,11 @@ static int kirkwood_thermal_probe(struct platform_device *pdev) | |||
75 | struct kirkwood_thermal_priv *priv; | 75 | struct kirkwood_thermal_priv *priv; |
76 | struct resource *res; | 76 | struct resource *res; |
77 | 77 | ||
78 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | ||
79 | if (!res) { | ||
80 | dev_err(&pdev->dev, "Failed to get platform resource\n"); | ||
81 | return -ENODEV; | ||
82 | } | ||
83 | |||
84 | priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL); | 78 | priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL); |
85 | if (!priv) | 79 | if (!priv) |
86 | return -ENOMEM; | 80 | return -ENOMEM; |
87 | 81 | ||
82 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | ||
88 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); | 83 | priv->sensor = devm_ioremap_resource(&pdev->dev, res); |
89 | if (IS_ERR(priv->sensor)) | 84 | if (IS_ERR(priv->sensor)) |
90 | return PTR_ERR(priv->sensor); | 85 | return PTR_ERR(priv->sensor); |
@@ -108,7 +103,6 @@ static int kirkwood_thermal_exit(struct platform_device *pdev) | |||
108 | platform_get_drvdata(pdev); | 103 | platform_get_drvdata(pdev); |
109 | 104 | ||
110 | thermal_zone_device_unregister(kirkwood_thermal); | 105 | thermal_zone_device_unregister(kirkwood_thermal); |
111 | platform_set_drvdata(pdev, NULL); | ||
112 | 106 | ||
113 | return 0; | 107 | return 0; |
114 | } | 108 | } |
diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 3eaca06df617..88f92e1a9944 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c | |||
@@ -389,11 +389,6 @@ static int rcar_thermal_probe(struct platform_device *pdev) | |||
389 | * platform has IRQ support. | 389 | * platform has IRQ support. |
390 | * Then, drier use common register | 390 | * Then, drier use common register |
391 | */ | 391 | */ |
392 | res = platform_get_resource(pdev, IORESOURCE_MEM, mres++); | ||
393 | if (!res) { | ||
394 | dev_err(dev, "Could not get platform resource\n"); | ||
395 | return -ENODEV; | ||
396 | } | ||
397 | 392 | ||
398 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, | 393 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, |
399 | dev_name(dev), common); | 394 | dev_name(dev), common); |
@@ -405,6 +400,7 @@ static int rcar_thermal_probe(struct platform_device *pdev) | |||
405 | /* | 400 | /* |
406 | * rcar_has_irq_support() will be enabled | 401 | * rcar_has_irq_support() will be enabled |
407 | */ | 402 | */ |
403 | res = platform_get_resource(pdev, IORESOURCE_MEM, mres++); | ||
408 | common->base = devm_ioremap_resource(dev, res); | 404 | common->base = devm_ioremap_resource(dev, res); |
409 | if (IS_ERR(common->base)) | 405 | if (IS_ERR(common->base)) |
410 | return PTR_ERR(common->base); | 406 | return PTR_ERR(common->base); |
@@ -487,8 +483,6 @@ static int rcar_thermal_remove(struct platform_device *pdev) | |||
487 | rcar_thermal_irq_disable(priv); | 483 | rcar_thermal_irq_disable(priv); |
488 | } | 484 | } |
489 | 485 | ||
490 | platform_set_drvdata(pdev, NULL); | ||
491 | |||
492 | pm_runtime_put_sync(dev); | 486 | pm_runtime_put_sync(dev); |
493 | pm_runtime_disable(dev); | 487 | pm_runtime_disable(dev); |
494 | 488 | ||
diff --git a/drivers/thermal/spear_thermal.c b/drivers/thermal/spear_thermal.c index 838aff29b9d8..ab79ea4701d9 100644 --- a/drivers/thermal/spear_thermal.c +++ b/drivers/thermal/spear_thermal.c | |||
@@ -104,7 +104,7 @@ static int spear_thermal_probe(struct platform_device *pdev) | |||
104 | struct thermal_zone_device *spear_thermal = NULL; | 104 | struct thermal_zone_device *spear_thermal = NULL; |
105 | struct spear_thermal_dev *stdev; | 105 | struct spear_thermal_dev *stdev; |
106 | struct device_node *np = pdev->dev.of_node; | 106 | struct device_node *np = pdev->dev.of_node; |
107 | struct resource *stres = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 107 | struct resource *res; |
108 | int ret = 0, val; | 108 | int ret = 0, val; |
109 | 109 | ||
110 | if (!np || !of_property_read_u32(np, "st,thermal-flags", &val)) { | 110 | if (!np || !of_property_read_u32(np, "st,thermal-flags", &val)) { |
@@ -112,11 +112,6 @@ static int spear_thermal_probe(struct platform_device *pdev) | |||
112 | return -EINVAL; | 112 | return -EINVAL; |
113 | } | 113 | } |
114 | 114 | ||
115 | if (!stres) { | ||
116 | dev_err(&pdev->dev, "memory resource missing\n"); | ||
117 | return -ENODEV; | ||
118 | } | ||
119 | |||
120 | stdev = devm_kzalloc(&pdev->dev, sizeof(*stdev), GFP_KERNEL); | 115 | stdev = devm_kzalloc(&pdev->dev, sizeof(*stdev), GFP_KERNEL); |
121 | if (!stdev) { | 116 | if (!stdev) { |
122 | dev_err(&pdev->dev, "kzalloc fail\n"); | 117 | dev_err(&pdev->dev, "kzalloc fail\n"); |
@@ -124,12 +119,10 @@ static int spear_thermal_probe(struct platform_device *pdev) | |||
124 | } | 119 | } |
125 | 120 | ||
126 | /* Enable thermal sensor */ | 121 | /* Enable thermal sensor */ |
127 | stdev->thermal_base = devm_ioremap(&pdev->dev, stres->start, | 122 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
128 | resource_size(stres)); | 123 | stdev->thermal_base = devm_ioremap_resource(&pdev->dev, res); |
129 | if (!stdev->thermal_base) { | 124 | if (IS_ERR(stdev->thermal_base)) |
130 | dev_err(&pdev->dev, "ioremap failed\n"); | 125 | return PTR_ERR(stdev->thermal_base); |
131 | return -ENOMEM; | ||
132 | } | ||
133 | 126 | ||
134 | stdev->clk = devm_clk_get(&pdev->dev, NULL); | 127 | stdev->clk = devm_clk_get(&pdev->dev, NULL); |
135 | if (IS_ERR(stdev->clk)) { | 128 | if (IS_ERR(stdev->clk)) { |
@@ -174,7 +167,6 @@ static int spear_thermal_exit(struct platform_device *pdev) | |||
174 | struct spear_thermal_dev *stdev = spear_thermal->devdata; | 167 | struct spear_thermal_dev *stdev = spear_thermal->devdata; |
175 | 168 | ||
176 | thermal_zone_device_unregister(spear_thermal); | 169 | thermal_zone_device_unregister(spear_thermal); |
177 | platform_set_drvdata(pdev, NULL); | ||
178 | 170 | ||
179 | /* Disable SPEAr Thermal Sensor */ | 171 | /* Disable SPEAr Thermal Sensor */ |
180 | actual_mask = readl_relaxed(stdev->thermal_base); | 172 | actual_mask = readl_relaxed(stdev->thermal_base); |
diff --git a/drivers/staging/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig index e81375fb2155..e81375fb2155 100644 --- a/drivers/staging/ti-soc-thermal/Kconfig +++ b/drivers/thermal/ti-soc-thermal/Kconfig | |||
diff --git a/drivers/staging/ti-soc-thermal/Makefile b/drivers/thermal/ti-soc-thermal/Makefile index 0ca034fb419d..0ca034fb419d 100644 --- a/drivers/staging/ti-soc-thermal/Makefile +++ b/drivers/thermal/ti-soc-thermal/Makefile | |||
diff --git a/drivers/staging/ti-soc-thermal/TODO b/drivers/thermal/ti-soc-thermal/TODO index 7da787d19241..7da787d19241 100644 --- a/drivers/staging/ti-soc-thermal/TODO +++ b/drivers/thermal/ti-soc-thermal/TODO | |||
diff --git a/drivers/staging/ti-soc-thermal/omap4-thermal-data.c b/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c index d255d33da9eb..d255d33da9eb 100644 --- a/drivers/staging/ti-soc-thermal/omap4-thermal-data.c +++ b/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c | |||
diff --git a/drivers/staging/ti-soc-thermal/omap4xxx-bandgap.h b/drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h index 6f2de3a3356d..6f2de3a3356d 100644 --- a/drivers/staging/ti-soc-thermal/omap4xxx-bandgap.h +++ b/drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h | |||
diff --git a/drivers/staging/ti-soc-thermal/omap5-thermal-data.c b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c index eff0c80fd4af..eff0c80fd4af 100644 --- a/drivers/staging/ti-soc-thermal/omap5-thermal-data.c +++ b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c | |||
diff --git a/drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h b/drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h index 400b55dffadd..400b55dffadd 100644 --- a/drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h +++ b/drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h | |||
diff --git a/drivers/staging/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c index f20c1cfe9800..f20c1cfe9800 100644 --- a/drivers/staging/ti-soc-thermal/ti-bandgap.c +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c | |||
diff --git a/drivers/staging/ti-soc-thermal/ti-bandgap.h b/drivers/thermal/ti-soc-thermal/ti-bandgap.h index 5f4794abf583..5f4794abf583 100644 --- a/drivers/staging/ti-soc-thermal/ti-bandgap.h +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.h | |||
diff --git a/drivers/staging/ti-soc-thermal/ti-thermal-common.c b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c index e3c5e677eaa5..e3c5e677eaa5 100644 --- a/drivers/staging/ti-soc-thermal/ti-thermal-common.c +++ b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c | |||
diff --git a/drivers/staging/ti-soc-thermal/ti-thermal.h b/drivers/thermal/ti-soc-thermal/ti-thermal.h index 5055777727cc..5055777727cc 100644 --- a/drivers/staging/ti-soc-thermal/ti-thermal.h +++ b/drivers/thermal/ti-soc-thermal/ti-thermal.h | |||