1. 08 Jun, 2014 1 commit
  2. 26 May, 2014 3 commits
  3. 14 May, 2014 3 commits
  4. 12 May, 2014 2 commits
    • Arnd Bergmann's avatar
      Input: atmel-wm97xx - only build for AVR32 · ba77341c
      Arnd Bergmann authored
      Building this driver on ARM/at91 always gives us this error message:
      
      drivers/input/touchscreen/atmel-wm97xx.c:63:2: error: #error Unknown CPU, this driver only supports AT32AP700X CPUs.
      
      Clearly this configuration is not meant to work, so let's just prevent
      it in Kconfig. If we ever want to use it on another platform, we should
      also pass proper resources for GPIO, IRQ and memory, which are hardcoded
      to AT32AP700X at the moment.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      ba77341c
    • Arnd Bergmann's avatar
      Input: fix ps2/serio module dependency · 0a4ac2ea
      Arnd Bergmann authored
      The ps2 mouse and keyboard drivers use the "serio" framework that they
      correctly select in Kconfig, and that in turn depends on the i8042 driver,
      which is also allowed to be disabled for architectures that don't have an
      i8042.
      
      However, Kconfig also allows i8042 to be built as a module while
      the serio framework is built-in, which causes this link error:
      
      drivers/built-in.o: In function `ps2_begin_command':
      :(.text+0x26b6cc): undefined reference to `i8042_check_port_owner'
      :(.text+0x26b6d4): undefined reference to `i8042_lock_chip'
      drivers/built-in.o: In function `ps2_end_command':
      :(.text+0x26b734): undefined reference to `i8042_check_port_owner'
      :(.text+0x26b73c): undefined reference to `i8042_unlock_chip'
      
      On x86, a specific 'select SERIO_I8042' takes care of it, but
      not on the other architecture that potentially have a i8042.
      
      This patch changes the Kconfig logic to ensure that whenever
      there is an i8042, it does get used for the serio driver, avoiding
      the link error above.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      0a4ac2ea
  5. 05 May, 2014 1 commit
  6. 25 Apr, 2014 3 commits
  7. 24 Apr, 2014 1 commit
  8. 23 Apr, 2014 2 commits
  9. 20 Apr, 2014 5 commits
  10. 19 Apr, 2014 7 commits
  11. 03 Apr, 2014 2 commits
  12. 31 Mar, 2014 3 commits
  13. 30 Mar, 2014 7 commits