1. 17 3月, 2011 1 次提交
  2. 21 2月, 2011 1 次提交
  3. 31 1月, 2011 1 次提交
  4. 16 12月, 2010 1 次提交
  5. 13 10月, 2010 1 次提交
  6. 24 9月, 2010 1 次提交
  7. 02 9月, 2010 1 次提交
  8. 29 8月, 2010 1 次提交
  9. 12 8月, 2010 1 次提交
  10. 31 7月, 2010 1 次提交
  11. 15 7月, 2010 1 次提交
  12. 04 7月, 2010 1 次提交
  13. 28 5月, 2010 1 次提交
  14. 11 5月, 2010 1 次提交
    • E
      input: remove now deprecated corgi_ts.c touchscreen driver · 5700929d
      Eric Miao 提交于
      The corgi touchscreen is now deprecated in favour of the generic ads7846.c
      driver. The noise reduction technique used in corgi_ts.c, which is to wait
      till vsync before ADC sampling, is also integrated into ads7846 driver now.
      Provided that the original driver is not generic and is difficult to maintain,
      it will be removed now.
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      5700929d
  15. 14 4月, 2010 2 次提交
  16. 08 3月, 2010 1 次提交
  17. 16 12月, 2009 1 次提交
  18. 24 11月, 2009 1 次提交
    • A
      Input: add S3C24XX touchscreen driver · f5f96b93
      Arnaud Patard 提交于
      S3C24XX touchscreen driver, originally written by Arnaud Patard and
      other contributors. The driver has had substantial testing as well as
      a number of tidying up passes done by Ben Dooks, as noted:
      
      - added kernel-doc comments to most of the routines
      - removed old code from pre adc framework days
      - updated device probe code to use platform id list matching
      - cleaned up debug, since printk() now has timestamp feature
      - ensure code uses dev_() reporting macros where necessary
      - remove ABS_PRESSURE reporting, tslib can be fixed
      - ensure timer is removed on driver exit
      - move to using dev_pmops for power management
      Signed-off-by: NArnaud Patard <arnaud.patard@rtp-net.org>
      Signed-off-by: NBen Dooks <ben@simtec.co.uk>
      Signed-off-by: NSimtec Linux Team <linux@simtec.co.uk>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      f5f96b93
  19. 27 10月, 2009 1 次提交
  20. 18 9月, 2009 1 次提交
  21. 17 9月, 2009 1 次提交
  22. 11 6月, 2009 1 次提交
  23. 20 5月, 2009 1 次提交
  24. 19 4月, 2009 1 次提交
  25. 10 3月, 2009 2 次提交
  26. 09 3月, 2009 1 次提交
  27. 23 12月, 2008 1 次提交
  28. 20 12月, 2008 1 次提交
  29. 25 11月, 2008 1 次提交
  30. 24 7月, 2008 1 次提交
  31. 08 7月, 2008 1 次提交
  32. 30 6月, 2008 1 次提交
  33. 02 6月, 2008 1 次提交
  34. 17 5月, 2008 1 次提交
    • M
      Input: add support for SuperH MigoR touchscreen · 885c316d
      Magnus Damm 提交于
      This is V2 of the MigoR touch screen driver. The chip we interface to
      is unfortunately a custom designed microcontroller speaking some
      undocumented protocol over i2c.
      
      The board specific code is expected to register this device as an i2c
      chip using struct i2c_board_info [] and i2c_register_board_info().
      
      [dtor@mail.ru: don't enable touchscreen if there are no users]
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      885c316d
  35. 02 4月, 2008 4 次提交