1. 11 1月, 2012 5 次提交
  2. 05 1月, 2012 9 次提交
  3. 04 1月, 2012 2 次提交
  4. 31 12月, 2011 5 次提交
  5. 30 12月, 2011 4 次提交
  6. 28 12月, 2011 2 次提交
    • A
      Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() · b5d798cc
      Axel Lin 提交于
      Since commit 6384fd "ARM: pxa: rename IRQ_GPIO to PXA_GPIO_TO_IRQ",
      I got below buid errors due to implicit declaration of function 'IRQ_GPIO'.
      
      Use common gpio_to_irq() to replace machine dependant macro IRQ_GPIO().
      
        CC      drivers/input/touchscreen/zylonite-wm97xx.o
      drivers/input/touchscreen/zylonite-wm97xx.c: In function 'zylonite_wm97xx_probe':
      drivers/input/touchscreen/zylonite-wm97xx.c:195: error: implicit declaration of function 'IRQ_GPIO'
      make[3]: *** [drivers/input/touchscreen/zylonite-wm97xx.o] Error 1
      make[2]: *** [drivers/input/touchscreen] Error 2
      make[1]: *** [drivers/input] Error 2
      make: *** [drivers] Error 2
      
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      b5d798cc
    • H
      Input: add driver for AUO In-Cell touchscreens using pixcir ICs · 5245db49
      Heiko Stübner 提交于
      Some displays from AUO have a so called in-cell touchscreen, meaning it
      is built directly into the display unit.
      
      Touchdata is gathered through PIXCIR Tango-ICs and processed in an
      Atmel ATmega168P with custom firmware. Communication between the host
      system and ATmega is done via I2C.
      
      Devices using this touch solution include the Dell Streak5 and the family
      of Qisda ebook readers.
      
      The driver reports single- and multi-touch events including touch area
      values.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5245db49
  7. 26 12月, 2011 1 次提交
  8. 24 12月, 2011 3 次提交
  9. 23 12月, 2011 2 次提交
  10. 12 12月, 2011 7 次提交