1. 10 10月, 2014 4 次提交
  2. 09 10月, 2014 1 次提交
  3. 08 10月, 2014 3 次提交
  4. 25 9月, 2014 1 次提交
  5. 16 9月, 2014 3 次提交
  6. 13 9月, 2014 1 次提交
  7. 12 9月, 2014 3 次提交
    • T
      Input: joystick - use ktime for measuring timing · 76460a7b
      Takashi Iwai 提交于
      The current codes in gameport and analog joystick drivers for the time
      accounting have a long-standing problem when the system is running
      with CPU freq; since the timing is measured via TSC or sample counter,
      the calculation isn't reliable.
      
      In this patch, as a simple fix, use the standard ktime to measure the
      timing.  In case where no high resolution timer is available,
      use_ktime bool option is provided to both modules.  Setting
      use_ktime=false switches to the old methods.
      Tested-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      76460a7b
    • J
      Input: add haptic driver on max77693 · a3b3ca75
      Jaewon Kim 提交于
      This driver to supports the haptic controller on MAX77693 Multifunction
      device with PMIC, CHARGER, LED, MUIC, HAPTIC.
      
      This driver supports external pwm and LRA (Linear Resonant Actuator) motor.
      User can control the haptic device via force feedback framework.
      Signed-off-by: NJaewon Kim <jaewon02.kim@samsung.com>
      Acked-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      a3b3ca75
    • N
      Input: introduce palmas-pwrbutton · adff5962
      Nishanth Menon 提交于
      Many palmas family of PMICs have support for interrupt based power button.
      This allows the device to notify the processor of external push button
      events over the shared palmas interrupt. However, this event is generated
      only during a "press" operation. Software is supposed to poll(sigh!) for
      detecting a release event.
      
      The PMIC also supports ability to power off independent of the software
      decisions when the button is pressed for a long duration if the PMIC is
      appropriately configured on the platform.
      
      Even though the function is similar to twl4030_pwrbutton, it is
      substantially different in operation to belong to a new driver of it's own.
      
      Based on original work done by Girish S Ghongdemath <girishsg@ti.com>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      adff5962
  8. 09 9月, 2014 3 次提交
  9. 04 9月, 2014 1 次提交
  10. 27 8月, 2014 2 次提交
  11. 20 8月, 2014 1 次提交
  12. 14 8月, 2014 5 次提交
  13. 13 8月, 2014 1 次提交
  14. 09 8月, 2014 2 次提交
  15. 08 8月, 2014 3 次提交
  16. 07 8月, 2014 1 次提交
  17. 01 8月, 2014 3 次提交
  18. 31 7月, 2014 2 次提交