diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 21:52:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 21:52:41 +0000 |
commit | f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0 (patch) | |
tree | f4e3850683bbb922227f58993e41a4784a670932 /target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch | |
parent | 40a09b93d274737c704165f687149b4956fbd45c (diff) | |
download | mtk-20170518-f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0.zip mtk-20170518-f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0.tar.gz mtk-20170518-f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0.tar.bz2 |
kernel: update 4.1 to 4.1.13
- two upstreamed patches removed
- compile tested all targets using 4.1
- run tested ar71xx
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47694
Diffstat (limited to 'target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch')
-rw-r--r-- | target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch b/target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch index 827d721..3c2d2db 100644 --- a/target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch +++ b/target/linux/mediatek/patches/0023-thermal-Add-Mediatek-thermal-controller-support.patch @@ -18,8 +18,6 @@ Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 3 files changed, 737 insertions(+) create mode 100644 drivers/thermal/mtk_thermal.c -diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig -index af40db0..3aa5500 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -285,6 +285,14 @@ config ACPI_THERMAL_REL @@ -37,18 +35,13 @@ index af40db0..3aa5500 100644 menu "Texas Instruments thermal drivers" source "drivers/thermal/ti-soc-thermal/Kconfig" endmenu -diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile -index fa0dc48..51cfab7 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile -@@ -39,3 +39,4 @@ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ +@@ -39,3 +39,4 @@ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-t obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ obj-$(CONFIG_ST_THERMAL) += st/ obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o +obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o -diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_thermal.c -new file mode 100644 -index 0000000..27aab12 --- /dev/null +++ b/drivers/thermal/mtk_thermal.c @@ -0,0 +1,728 @@ @@ -780,6 +773,3 @@ index 0000000..27aab12 +}; + +module_platform_driver(mtk_thermal_driver); --- -1.7.10.4 - |