From dec026ea11cae29cbc2c03a694decd76c7c50e22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Fri, 22 Sep 2023 12:42:51 +0200
Subject: [PATCH] imx6: Fixed touch performance issues

The i2c driver had a performance issue that lead to problems with some
eeti and ilitik touch drivers. This issue was fixed with a kernel
commit.
This updates the related lines in the feature list.

Change-Id: I688be6a7f33251a69782f7bc834f87142c3ef370
---
 features.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/features.md b/features.md
index 264d6afc..fce72289 100644
--- a/features.md
+++ b/features.md
@@ -43,11 +43,10 @@ This list gives a rough overview about the support for a given hardware feature
 |  SD Card                     | good          | good          | good          | good          | good          |               | good               | good          |
 |  Touch AD7879 resistive      |               |               | good          | good          | good          |               |                    |               |
 |  Touch EDT FT5x06            |               |               |               |               |               |               |                    |               |
-|  Touch EETI EXC3000 series   | good          | good          | bad           |               | bad           |               |                    |               |
+|  Touch EETI EXC3000 series   | good          | good          | good          | good          | good          |               |                    |               |
 |  Touch EETI EXC7200 I2C      |               |               |               |               |               |               |                    |               |
 |  Touch EETI EXC7200 USB      |               |               |               |               |               |               |                    |               |
-|  Touch Ilitek 2511 Series    | good          |               |               |               |               |               |                    | good          |
-|  Touch Ilitek ILI2118        |               |               |               |               |               |               |                    |               |
+|  Touch Ilitek 2511 Series    | good          |               | good          | good          | good          |               |                    | good          |
 |  Touch SIS925x               |               |               |               | good          |               |               |                    |               |
 |  Touch STMPE610 resistive    |               |               |               |               |               |               |                    |               |
 |  Touch Atmel MXT series      | good          |               | good          | good          | good          | good          |                    |               |
@@ -64,4 +63,3 @@ This list gives a rough overview about the support for a given hardware feature
 ## Known Issues
 
 - Video decoding and display using wayland has synchronization issues for depending on the rendered video resolution (imx6/San*).
-- EETI EXC3000 touch events are evaluated too slowly on imx6 systems (San*)
-- 
GitLab