1. 22 12月, 2019 1 次提交
  2. 04 11月, 2019 2 次提交
  3. 30 7月, 2019 1 次提交
  4. 23 7月, 2019 1 次提交
    • E
      leds: apu: drop superseeded apu2/3 led support · 0344e616
      Enrico Weigelt 提交于
      This driver only supports gpio-attached LEDs on apu1/2/3 boards,
      but neither gpio's themselves, nor other gpio-attached devices
      (eg. front button).
      
      For apu2+ a newer, more complete driver exists, based on a generic
      driver for the AMD SOCs gpio-controller, supporting LEDs as well
      other devices. Therefore these boards don't need legacy support
      from this driver anymore.
      
      Both drivers claim the same device, so only one driver may exist
      in a system, putting distros in the position to decide between
      either apu2+ keys or apu1 led support.
      
      Therefore drop the apu2+ led support from the old driver, solve
      the conflict and reduce unnecessary code.
      Signed-off-by: NEnrico Weigelt <info@metux.net>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NJacek Anaszewski <jacek.anaszewski@gmail.com>
      0344e616
  5. 08 6月, 2019 1 次提交
  6. 25 5月, 2019 3 次提交
  7. 21 5月, 2019 1 次提交
  8. 08 5月, 2019 1 次提交
  9. 08 4月, 2019 1 次提交
  10. 04 4月, 2019 1 次提交
  11. 01 4月, 2019 2 次提交
  12. 11 9月, 2018 1 次提交
  13. 29 6月, 2018 1 次提交
  14. 24 5月, 2018 1 次提交
  15. 15 5月, 2018 1 次提交
  16. 17 4月, 2018 1 次提交
  17. 20 2月, 2018 1 次提交
  18. 16 2月, 2018 1 次提交
  19. 13 2月, 2018 2 次提交
  20. 09 1月, 2018 2 次提交
  21. 07 11月, 2017 1 次提交
  22. 06 9月, 2017 1 次提交
  23. 27 8月, 2017 1 次提交
  24. 15 8月, 2017 1 次提交
  25. 20 6月, 2017 1 次提交
    • P
      leds: Remove SEAD-3 driver · 64601cb1
      Paul Burton 提交于
      SEAD3 is using the generic syscon & regmap based register-bit-led
      driver as of commit c764583f ("MIPS: SEAD3: Use register-bit-led
      driver via DT for LEDs") merged in the v4.9 cycle. As such the custom
      SEAD-3 LED driver is now unused, so remove it.
      Signed-off-by: NPaul Burton <paul.burton@imgtec.com>
      Cc: Jacek Anaszewski <jacek.anaszewski@gmail.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: linux-leds@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Signed-off-by: NJacek Anaszewski <jacek.anaszewski@gmail.com>
      64601cb1
  26. 14 5月, 2017 1 次提交
  27. 30 3月, 2017 1 次提交
  28. 24 3月, 2017 1 次提交
  29. 22 3月, 2017 1 次提交
  30. 07 3月, 2017 2 次提交
  31. 25 2月, 2017 1 次提交
    • H
      leds: class: Add new optional brightness_hw_changed attribute · b8c5099b
      Hans de Goede 提交于
      Some LEDs may have their brightness level changed autonomously
      (outside of kernel control) by hardware / firmware. This commit
      adds support for an optional brightness_hw_changed attribute to
      signal such changes to userspace (if a driver can detect them):
      
      What:		/sys/class/leds/<led>/brightness_hw_changed
      Date:		January 2017
      KernelVersion:	4.11
      Description:
      		Last hardware set brightness level for this LED. Some LEDs
      		may be changed autonomously by hardware/firmware. Only LEDs
      		where this happens and the driver can detect this, will
      		have this file.
      
      		This file supports poll() to detect when the hardware
      		changes the brightness.
      
      		Reading this file will return the last brightness level set
      		by the hardware, this may be different from the current
      		brightness.
      
      Drivers which want to support this, simply add LED_BRIGHT_HW_CHANGED to
      their flags field and call led_classdev_notify_brightness_hw_changed()
      with the hardware set brightness when they detect a hardware / firmware
      triggered brightness change.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NJacek Anaszewski <jacek.anaszewski@gmail.com>
      b8c5099b
  32. 30 1月, 2017 1 次提交
    • H
      leds: class: Add new optional brightness_hw_changed attribute · 0cb8eb30
      Hans de Goede 提交于
      Some LEDs may have their brightness level changed autonomously
      (outside of kernel control) by hardware / firmware. This commit
      adds support for an optional brightness_hw_changed attribute to
      signal such changes to userspace (if a driver can detect them):
      
      What:		/sys/class/leds/<led>/brightness_hw_changed
      Date:		January 2017
      KernelVersion:	4.11
      Description:
      		Last hardware set brightness level for this LED. Some LEDs
      		may be changed autonomously by hardware/firmware. Only LEDs
      		where this happens and the driver can detect this, will
      		have this file.
      
      		This file supports poll() to detect when the hardware
      		changes the brightness.
      
      		Reading this file will return the last brightness level set
      		by the hardware, this may be different from the current
      		brightness.
      
      Drivers which want to support this, simply add LED_BRIGHT_HW_CHANGED to
      their flags field and call led_classdev_notify_brightness_hw_changed()
      with the hardware set brightness when they detect a hardware / firmware
      triggered brightness change.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NJacek Anaszewski <jacek.anaszewski@gmail.com>
      0cb8eb30
  33. 22 11月, 2016 1 次提交