An error occurred fetching the project authors.
  1. 10 Jun, 2017 2 commits
  2. 15 May, 2017 1 commit
  3. 07 Mar, 2017 2 commits
  4. 03 Feb, 2017 1 commit
  5. 29 Dec, 2016 1 commit
  6. 17 Oct, 2016 1 commit
  7. 27 Sep, 2016 1 commit
  8. 19 Aug, 2016 1 commit
  9. 17 Aug, 2016 1 commit
  10. 10 Aug, 2016 2 commits
  11. 27 Jun, 2016 1 commit
  12. 06 Jun, 2016 1 commit
  13. 30 May, 2016 3 commits
  14. 18 May, 2016 1 commit
    • Arnd Bergmann's avatar
      ARM: exynos: don't select keyboard driver · 8a6f71cc
      Arnd Bergmann authored
      The samsung-keypad driver is implicitly selected by ARCH_EXYNOS4 (why?),
      but this fails if CONFIG_INPUT is a loadable module:
      
      drivers/input/built-in.o: In function `samsung_keypad_remove':
      drivers/input/keyboard/samsung-keypad.c:461: undefined reference to `input_unregister_device'
      drivers/input/built-in.o: In function `samsung_keypad_irq':
      drivers/input/keyboard/samsung-keypad.c:137: undefined reference to `input_event'
      drivers/input/built-in.o: In function `samsung_keypad_irq':
      include/linux/input.h:389: undefined reference to `input_event'
      drivers/input/built-in.o: In function `samsung_keypad_probe':
      drivers/input/keyboard/samsung-keypad.c:358: undefined reference to `devm_input_allocate_device'
      drivers/input/built-in.o:(.debug_addr+0x34): undefined reference to `input_set_capability'
      
      This removes the 'select' as suggested by Krzysztof Kozlowski and
      instead enables the driver from the defconfig files.
      
      The problem does not happen on mainline kernels, as we don't normally
      build built-in input drivers when CONFIG_INPUT=m, but I am experimenting
      with a patch to change this, and the samsung keypad driver showed up
      as one example that was silently broken before.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Link: https://lkml.org/lkml/2016/2/14/55Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
      8a6f71cc
  15. 12 Apr, 2016 2 commits
  16. 05 Feb, 2016 1 commit
  17. 25 Jan, 2016 2 commits
  18. 30 Nov, 2015 2 commits
  19. 19 Nov, 2015 1 commit
  20. 17 Nov, 2015 2 commits
  21. 03 Nov, 2015 1 commit
  22. 26 Oct, 2015 1 commit
  23. 23 Oct, 2015 6 commits
  24. 14 Aug, 2015 1 commit
  25. 13 Aug, 2015 1 commit
  26. 11 Aug, 2015 1 commit