[PATCH v2] i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480

2020-09-01 Thread Jeffrey Lin
Value of /sys/devices/platform/lis3lv02d/position when Horizontal: (36,-108,-1152) Left elevated: (-432,-126,-1062) Front elevated: (36,594,-936) Upside down:(-126,-252,1098) Signed-off-by: Jeffrey Lin Reviewed-by: Jean Delvare --- Changes in v2: - Added Jean's

[PATCH v2] hwmon: (dell-smm) Add Latitude 5480 to fan control whitelist

2020-06-20 Thread Jeffrey Lin
This allows manual PWM control without the BIOS fighting back on Dell Latitude 5480. Signed-off-by: Jeffrey Lin Acked-by: Pali Rohár --- The last email should have been labeled v2, apologies for the noise. Changes in v2: - Added Pali's Acked-by drivers/hwmon/dell-smm-hwmon.c | 8 1

[PATCH] hwmon: (dell-smm) Add Latitude 5480 to fan control whitelist

2020-06-20 Thread Jeffrey Lin
This allows manual PWM control without the BIOS fighting back on Dell Latitude 5480. Signed-off-by: Jeffrey Lin Acked-by: Pali Rohár --- drivers/hwmon/dell-smm-hwmon.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c

Re: [PATCH] hwmon: (dell-smm) Add Latitude 5480 to fan control whitelist

2020-06-19 Thread Jeffrey Lin
On Fri, 19 Jun 2020 14:18:21 +0200 Pali Rohár wrote: >On Thursday 18 June 2020 21:55:29 Jeffrey Lin wrote: >> This allows manual PWM control without the BIOS fighting back on Dell >> Latitude 5480. >> >> Signed-off-by: Jeffrey Lin > >If it is working fin

[PATCH] hwmon: (dell-smm) Add Latitude 5480 to fan control whitelist

2020-06-18 Thread Jeffrey Lin
This allows manual PWM control without the BIOS fighting back on Dell Latitude 5480. Signed-off-by: Jeffrey Lin --- drivers/hwmon/dell-smm-hwmon.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c index 16be012a95ed

[PATCH] i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480

2020-06-16 Thread Jeffrey Lin
Value of /sys/devices/platform/lis3lv02d/position when Horizontal: (36,-108,-1152) Left elevated: (-432,-126,-1062) Front elevated: (36,594,-936) Upside down:(-126,-252,1098) Signed-off-by: Jeffrey Lin --- drivers/i2c/busses/i2c-i801.c | 1 + 1 file changed, 1 insertion

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver

2016-01-20 Thread Jeffrey Lin
This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". Signed-off-by: jeffrey.lin --- drivers/input/touchscreen/Kconfig | 12 + drivers/input/touchscreen/Makefile | 1 +

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver

2016-01-20 Thread Jeffrey Lin
This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". Signed-off-by: jeffrey.lin --- drivers/input/touchscreen/Kconfig | 12 + drivers/input/touchscreen/Makefile | 1 +