Skip to content
Snippets Groups Projects
  1. May 01, 2018
  2. Aug 21, 2017
  3. May 23, 2017
  4. Jan 22, 2017
  5. Sep 19, 2016
  6. Aug 23, 2016
  7. Apr 25, 2016
  8. Jan 12, 2016
  9. Dec 11, 2015
    • Javier Martinez Canillas's avatar
      Input: atmel_mxt_ts - add maxtouch to I2C table for module autoload · b7d21058
      Javier Martinez Canillas authored
      
      The Atmel maxtouch DT binding documents that the compatible string for
      the device is "atmel,maxtouch" and the I2C core always reports a module
      alias of the form i2c:alias where alias is the compatible string model:
      
      $ grep MODALIAS /sys/devices/platform/12e00000.i2c/i2c-8/8-004b/uevent
      MODALIAS=i2c:maxtouch
      
      But there isn't maxtouch entry in the I2C device ID table so when the
      i2c:maxtouch MODALIAS uevent is reported, kmod is not able to match the
      alias with a module to load:
      
      $ modinfo atmel_mxt_ts | grep alias
      alias:          of:N*T*Catmel,maxtouch
      alias:          i2c:mXT224
      alias:          i2c:atmel_mxt_tp
      alias:          i2c:atmel_mxt_ts
      alias:          i2c:qt602240_ts
      
      So add the maxtouch entry to the I2C device ID table to allow the module
      to be autoloaded when the device is registered via OF.
      
      Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      b7d21058
  10. Dec 02, 2015
  11. Aug 05, 2015
  12. Jul 17, 2015
  13. May 20, 2015
  14. Apr 15, 2015
  15. Apr 06, 2015
  16. Dec 31, 2014
  17. Nov 02, 2014
  18. Sep 10, 2014
  19. Sep 09, 2014
  20. Aug 13, 2014
  21. Aug 08, 2014
  22. Jul 28, 2014
  23. Jul 23, 2014
Loading