1. 08 6月, 2014 1 次提交
  2. 27 5月, 2014 3 次提交
  3. 15 5月, 2014 1 次提交
  4. 14 5月, 2014 2 次提交
  5. 13 5月, 2014 2 次提交
    • A
      Input: atmel-wm97xx - only build for AVR32 · ba77341c
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      ba77341c
    • A
      Input: fix ps2/serio module dependency · 0a4ac2ea
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      0a4ac2ea
  6. 06 5月, 2014 1 次提交
  7. 25 4月, 2014 3 次提交
  8. 24 4月, 2014 1 次提交
  9. 23 4月, 2014 2 次提交
  10. 20 4月, 2014 12 次提交
  11. 04 4月, 2014 2 次提交
  12. 31 3月, 2014 10 次提交