Skip to content

Commit 684936e

Browse files
committed
sunxi-6.16: Fix and re-enable patches for tsc2007
1 parent 64a3da3 commit 684936e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patch/kernel/archive/sunxi-6.16/patches.armbian/Optimize-TSC2007-touchscreen-add-polling-method.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ index 5252301686ec..2abcaff3fe0a 100644
121121

122122
+static void tsc2007_ts_irq_poll_timer(struct timer_list *t)
123123
+{
124-
+ struct tsc2007 *ts = from_timer(ts, t, timer);
124+
+ struct tsc2007 *ts = timer_container_of(ts, t, timer);
125125
+
126126
+ schedule_work(&ts->work_i2c_poll);
127127
+ mod_timer(&ts->timer, jiffies + msecs_to_jiffies(POLL_INTERVAL_MS));

patch/kernel/archive/sunxi-6.16/series.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
patches.armbian/drv-mmc-host-sunxi-mmc-Disable-DDR52-mode-on-all-A20-based-boar.patch
321321
patches.armbian/drv-usb-gadget-composite-rename-gadget-serial-console-manufactu.patch
322322
patches.armbian/Add-FB_TFT-ST7796S-driver.patch
323-
- patches.armbian/Optimize-TSC2007-touchscreen-add-polling-method.patch
323+
patches.armbian/Optimize-TSC2007-touchscreen-add-polling-method.patch
324324
patches.armbian/Add-ws2812-RGB-driver-for-allwinner-H616.patch
325325
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
326326
patches.armbian/Fix-include-uapi-spi-spidev-module.patch
@@ -460,7 +460,7 @@
460460
patches.armbian/arm64-dts-sun50i-h313-x96q-lpddr3.patch
461461
patches.armbian/Add-BananaPi-BPI-M4-Zero-pinctrl.patch
462462
patches.armbian/Add-BananaPi-BPI-M4-Zero-overlays.patch
463-
- patches.armbian/Fix-ghost-touches-on-tsc2007-tft-screen.patch
463+
patches.armbian/Fix-ghost-touches-on-tsc2007-tft-screen.patch
464464
patches.armbian/arm-dts-sun8i-h2-plus-orangepi-zero-fix-usb_otg-dr_mode.patch
465465
patches.armbian/BigTreeTech-CB1-dts-i2c-gpio-mode-adjustment-and-ws2812-rgb_val.patch
466466
patches.armbian/arm64-allwinner-Add-sun50i-h618-bananapi-m4-berry-support.patch

0 commit comments

Comments
 (0)