1. 29 Nov, 2021 1 commit
  2. 10 Nov, 2021 6 commits
  3. 06 Nov, 2021 1 commit
  4. 05 Nov, 2021 1 commit
  5. 03 Nov, 2021 1 commit
  6. 02 Nov, 2021 1 commit
  7. 17 Oct, 2021 7 commits
  8. 16 Oct, 2021 11 commits
  9. 13 Oct, 2021 2 commits
  10. 12 Oct, 2021 2 commits
  11. 05 Oct, 2021 2 commits
  12. 02 Oct, 2021 1 commit
  13. 23 Sep, 2021 3 commits
  14. 21 Sep, 2021 1 commit
    • Hans de Goede's avatar
      Input: goodix - add support for controllers without flash · 09182ed2
      Hans de Goede authored
      Some Goodix touchscreen controllers, such as for example the GT912,
      don't have flash-storage for their firmware.
      
      These models require the OS to load the firmware at runtime, as well as
      some other special handling. Add support for this to the goodix driver.
      
      This patch was developed and tested on a Glavey TM800A550L tablet.
      
      Note the "goodix,main-clk" and "firmware-name" device-properties used
      by the new code are *not* documented in the
      Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
      device-tree bindings for now.
      
      Not documenting these is intentional. This is done because this code has
      only been tested on x86/ACPI so far, where devicetree is not used.
      Instead these properties are set through a software-fwnode attached to the
      device by the drivers/platform/x86/touchscreen_dmi.c code. This means that
      the use of this properties for now is purely a kernel-internal thing and
      the name/working of the properties may still be changed for now.
      Reviewed-by: default avatarBastien Nocera <hadess@hadess.net>
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Link: https://lore.kernel.org/r/20210920150643.155872-7-hdegoede@redhat.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      09182ed2