From 8072264b96785184b76aa46bcd08b4f9cdfada42 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Mon, 22 Aug 2016 19:05:45 +0200 Subject: kernel: update kernel 4.4 to version 4.4.19 Refresh patches for all targets that support kernel 4.4. Compile-tested on all targets that use kernel 4.4 and aren't marked broken. Runtime-tested on ar71xx, octeon and x86/64. Signed-off-by: Stijn Tintel --- ...on-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'target/linux/apm821xx/patches-4.4/901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch') diff --git a/target/linux/apm821xx/patches-4.4/901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch b/target/linux/apm821xx/patches-4.4/901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch index 53b9bdbc17..8c27dd13fb 100644 --- a/target/linux/apm821xx/patches-4.4/901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch +++ b/target/linux/apm821xx/patches-4.4/901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch @@ -24,11 +24,9 @@ Signed-off-by: Christian Lamparter 3 files changed, 980 insertions(+) create mode 100644 drivers/hwmon/tc654.c -diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig -index ff94007..941fe4951 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig -@@ -1514,6 +1514,16 @@ config SENSORS_INA2XX +@@ -1493,6 +1493,16 @@ config SENSORS_INA2XX This driver can also be built as a module. If so, the module will be called ina2xx. @@ -45,11 +43,9 @@ index ff94007..941fe4951 100644 config SENSORS_TC74 tristate "Microchip TC74" depends on I2C -diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile -index 2ef5b7c..04270c7 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile -@@ -145,6 +145,7 @@ obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o +@@ -143,6 +143,7 @@ obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc4 obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o obj-$(CONFIG_SENSORS_AMC6821) += amc6821.o @@ -57,9 +53,6 @@ index 2ef5b7c..04270c7 100644 obj-$(CONFIG_SENSORS_TC74) += tc74.o obj-$(CONFIG_SENSORS_THMC50) += thmc50.o obj-$(CONFIG_SENSORS_TMP102) += tmp102.o -diff --git a/drivers/hwmon/tc654.c b/drivers/hwmon/tc654.c -new file mode 100644 -index 0000000..d584baf --- /dev/null +++ b/drivers/hwmon/tc654.c @@ -0,0 +1,969 @@ @@ -1032,6 +1025,3 @@ index 0000000..d584baf +MODULE_AUTHOR("Christian Lamparter "); +MODULE_DESCRIPTION("Microchip TC654/TC655 hwmon driver"); +MODULE_LICENSE("GPL"); --- -2.8.1 - -- cgit v1.2.3