An error occurred fetching the project authors.
  1. 07 Aug, 2015 2 commits
  2. 09 Jun, 2015 1 commit
  3. 08 May, 2015 2 commits
  4. 21 Mar, 2015 1 commit
  5. 06 Mar, 2015 1 commit
  6. 10 Jan, 2015 1 commit
  7. 08 Jan, 2015 1 commit
  8. 28 Dec, 2014 1 commit
  9. 22 Dec, 2014 1 commit
  10. 12 Sep, 2014 2 commits
    • Jaewon Kim's avatar
      Input: add haptic driver on max77693 · a3b3ca75
      Jaewon Kim authored
      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: default avatarJaewon Kim <jaewon02.kim@samsung.com>
      Acked-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      a3b3ca75
    • Nishanth Menon's avatar
      Input: introduce palmas-pwrbutton · adff5962
      Nishanth Menon authored
      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: default avatarNishanth Menon <nm@ti.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      adff5962
  11. 08 Sep, 2014 1 commit
  12. 20 Aug, 2014 1 commit
  13. 14 May, 2014 1 commit
  14. 31 Mar, 2014 1 commit
  15. 24 Mar, 2014 1 commit
  16. 10 Feb, 2014 1 commit
    • Sascha Hauer's avatar
      pwm: Remove obsolete HAVE_PWM Kconfig symbol · 557fe99d
      Sascha Hauer authored
      Before we had the PWM framework we used to have a barebone PWM api. The
      HAVE_PWM Kconfig symbol used to be selected by the PWM drivers to specify
      the PWM API is present in the kernel. Since the last legacy driver is gone
      the HAVE_PWM symbol can go aswell.
      Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Eric Miao <eric.y.miao@gmail.com>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: linux-pwm@vger.kernel.orig
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
      557fe99d
  17. 21 Jan, 2014 1 commit
  18. 26 Nov, 2013 1 commit
  19. 22 Oct, 2013 1 commit
    • Majunath Goudar's avatar
      Input: fix PWM-related undefined reference errors · 33777f34
      Majunath Goudar authored
      This patch adds a PWM dependency to configure the INPUT_MAX8997_HAPTIC
      and INPUT_PWM_BEEPER. Without this patch, build system can lead to build
      failure. This was observed during randconfig testing, in which
      INPUT_MAX8997_HAPTIC or INPUT_PWM_BEEPER was enabled w/o PWM being
      enabled, leading to the following errors:
      
      init/built-in.o
      drivers/built-in.o: In function `max8997_haptic_disable':
      :(.text+0x1073a0): undefined reference to `pwm_disable'
      drivers/built-in.o: In function `max8997_haptic_remove':
      :(.text+0x1073fc): undefined reference to `pwm_free'
      drivers/built-in.o: In function `max8997_haptic_play_effect_work':
      :(.text+0x1074f0): undefined reference to `pwm_config'
      :(.text+0x1075b0): undefined reference to `pwm_enable'
      drivers/built-in.o: In function `max8997_haptic_probe':
      :(.text+0x1076f8): undefined reference to `pwm_request'
      :(.text+0x1077e8): undefined reference to `pwm_free'
      drivers/built-in.o: In function `pwm_beeper_resume':
      :(.text+0x1081a4): undefined reference to `pwm_config'
      make: *** [vmlinux] Error 1
      Signed-off-by: default avatarManjunath Goudar <csmanjuvijay@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      33777f34
  20. 26 Aug, 2013 1 commit
  21. 03 Jun, 2013 1 commit
  22. 16 Apr, 2013 1 commit
  23. 12 Mar, 2013 1 commit
    • Dmitry Torokhov's avatar
      Input: add IMS Passenger Control Unit driver · 628329d5
      Dmitry Torokhov authored
      The PCU is a device installed in the armrest of a plane seat and
      is connected to IMS Rave Entertainment System. It has a set of control
      buttons (Volume Up/Down, Attendant, Lights, etc) on one side and
      gamepad-like controls on the other side.
      
      Originally the device was handled from userspace and because of that
      it presents itself on USB bus as a CDC-ACM modem device that however
      can not make calls. However the custom handling is not as convenient
      as using standard input subsystem facilities. If it was pure input
      device it would be possible to continue using userspace solution
      (moving it over to uinput), but the device also has backlighted keys
      which can not be supported via uinput.
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      628329d5
  24. 28 Nov, 2012 1 commit
    • Mark Brown's avatar
      Input - arizona-haptics: Add driver haptics module on Arizona CODECs · 9dd555e2
      Mark Brown authored
      The Arizona CODECs contain a haptics module providing vibration feedback
      support. Implement basic support for this, providing simple start/stop and
      signal magnitude control.
      
      Since the output path for haptics is routed through the CODEC audio routing
      it is modelled as a signal generator within ASoC, the haptics driver calls
      DAPM to start and stop the output drivers. An appropriate output path must
      be configured via ALSA to connect the haptics source to the correct output.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      9dd555e2
  25. 10 Nov, 2012 1 commit
  26. 03 Nov, 2012 1 commit
  27. 30 Oct, 2012 1 commit
  28. 25 Oct, 2012 1 commit
  29. 24 Jul, 2012 1 commit
  30. 16 Apr, 2012 1 commit
  31. 17 Mar, 2012 1 commit
  32. 16 Mar, 2012 1 commit
  33. 04 Mar, 2012 1 commit
  34. 31 Jan, 2012 1 commit
  35. 12 Dec, 2011 1 commit
  36. 01 Dec, 2011 1 commit
    • Heiko Stübner's avatar
      Input: add generic GPIO-tilt driver · 3bfd5c5b
      Heiko Stübner authored
      There exist tilt switches that simply report their tilt-state via
      some gpios. The number and orientation of their axes can vary
      depending on the switch used and the build of the device. Also two
      or more one-axis switches could be combined to provide multi-dimensional
      orientation.
      
      One example of a device using such a switch is the family of Qisda
      ebook readers, where the switch provides information about the
      landscape / portrait orientation of the device. The example in
      Documentation/input/gpio-tilt.txt documents exactly this one-axis
      device.
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      3bfd5c5b
  37. 24 Oct, 2011 1 commit