1. 09 Feb, 2016 1 commit
  2. 28 Jan, 2016 1 commit
  3. 27 Jan, 2016 4 commits
    • Grygorii Strashko's avatar
      Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver() · 015bb5e1
      Grygorii Strashko authored
      Now serio_find_driver() will print warnings in case device_attach()
      returns -EPROBE_DEFER. Those warnings are obsolete, in genral, because:
      - DD core can report the same if required
      - since commit 013c074f ("PM / sleep: prohibit devices probing
      during suspend/hibernation") the devices probing is prohibited during
      System suspend and deferred device will be carefully reprobed once
      Resume is finished.
      
      Hence, drop warnings in case of EPROBE_DEFER from serio_find_driver().
      Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
      Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      015bb5e1
    • Amitoj Kaur Chawla's avatar
      Input: cap11xx - add missing of_node_put · 497e1b3f
      Amitoj Kaur Chawla authored
      for_each_child_of_node performs an of_node_get on each iteration, so
      to break out of the loop an of_node_put is required.
      
      Found using Coccinelle.
      Signed-off-by: default avatarAmitoj Kaur Chawla <amitoj1606@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      497e1b3f
    • Arnd Bergmann's avatar
      Input: sirfsoc-onkey - allow modular build · af6e9463
      Arnd Bergmann authored
      CONFIG_INPUT may itself be a loadable module, but the sirf power key
      driver is listed as 'bool', which makes it possible to select
      a broken configuration with the driver built-in but the subsystem
      not loaded. In this configuration, we get a link error:
      
      drivers/input/built-in.o: In function `sirfsoc_pwrc_isr':
      drivers/input/misc/sirfsoc-onkey.c:63: undefined reference to `input_event'
      drivers/input/built-in.o: In function `sirfsoc_pwrc_isr':
      include/linux/input.h:414: undefined reference to `input_event'
      drivers/input/built-in.o: In function `sirfsoc_pwrc_probe':
      drivers/input/misc/sirfsoc-onkey.c:132: undefined reference to `devm_input_allocate_device'
      drivers/input/misc/sirfsoc-onkey.c:139: undefined reference to `input_set_capability'
      drivers/input/misc/sirfsoc-onkey.c:161: undefined reference to `input_register_device'
      drivers/input/built-in.o: In function `sirfsoc_pwrc_report_event':
      drivers/input/misc/sirfsoc-onkey.c:48: undefined reference to `input_event'
      drivers/input/built-in.o: In function `sirfsoc_pwrc_report_event':
      include/linux/input.h:414: undefined reference to `input_event'
      drivers/input/built-in.o:(.debug_addr+0x24): undefined reference to `input_event'
      drivers/input/built-in.o:(.debug_addr+0xbc): undefined reference to `devm_input_allocate_device'
      drivers/input/built-in.o:(.debug_addr+0x104): undefined reference to `input_set_capability'
      drivers/input/built-in.o:(.debug_addr+0x128): undefined reference to `input_register_device'
      
      This marks the driver as 'tristate' so it becomes possible to have
      it in a loadable module, mainly to help with randconfig builds.
      
      We also have to add a missing semicolon here, which ended up not
      being needed in built-in mode because the following MODULE_DEVICE_TABLE
      is an empty macro followed by another semicolon then.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      af6e9463
    • Arnd Bergmann's avatar
      Input: xpad - remove unused function · a6ed4a18
      Arnd Bergmann authored
      There are two definitions of xpad_identify_controller(), one is used
      when CONFIG_JOYSTICK_XPAD_LEDS is set, but the other one is empty
      and never used, and we get a gcc warning about it:
      
      drivers/input/joystick/xpad.c:1210:13: warning: 'xpad_identify_controller' defined but not used [-Wunused-function]
      
      This removes the second definition.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: cae705ba ("Input: xpad - re-send LED command on present event")
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      a6ed4a18
  4. 22 Jan, 2016 1 commit
  5. 13 Jan, 2016 4 commits
  6. 12 Jan, 2016 3 commits
  7. 11 Jan, 2016 1 commit
  8. 10 Jan, 2016 1 commit
  9. 08 Jan, 2016 2 commits
  10. 07 Jan, 2016 5 commits
  11. 04 Jan, 2016 4 commits
  12. 03 Jan, 2016 3 commits
  13. 20 Dec, 2015 1 commit
  14. 19 Dec, 2015 4 commits
  15. 18 Dec, 2015 5 commits