Touch Display 2 excess load fixes#7263
Merged
pelwell merged 3 commits intoraspberrypi:rpi-6.12.yfrom Mar 4, 2026
Merged
Conversation
…ine" This reverts commit dd4cc67.
There are designs incorporating Goodix touch controller that do not connect interrupt pin, for example Raspberry Pi. To support such systems use polling mode for the input device when I2C client does not have interrupt assigned to it. Signed-off-by: Joseph Guo <qijian.guo@nxp.com> Reviewed-by: Haibo Chen <haibo.chen@nxp.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20250522020418.1963422-1-qijian.guo@nxp.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Some Goodix controllers report the buffer isn't ready continuously when there are no touch points to report. That triggers the retry mechanism within the driver required as supposedly the data can be 10ms after the interrupt occurs. Seeing as we don't have an interrupt there is little point in retrying, and we can wait for the next poll event. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Mar 6, 2026
kernel: Touch Display 2 excess load fixes See: raspberrypi/linux#7263 kernel: drm/vc4: plane: Add support for RGB[AX]8888 and BGR[AX]8888 formats See: raspberrypi/linux#7262
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Mar 6, 2026
kernel: Touch Display 2 excess load fixes See: raspberrypi/linux#7263 kernel: drm/vc4: plane: Add support for RGB[AX]8888 and BGR[AX]8888 formats See: raspberrypi/linux#7262
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've reverted my downstream version of adding polling, and backported the upstream version so that the other change forward-ports trivially.
https://forums.raspberrypi.com/viewtopic.php?t=396649