]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Nov 2018 23:49:04 +0000 (17:49 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Nov 2018 23:49:04 +0000 (17:49 -0600)
commit916e9cc656a70c5b9e31eb57e6fa38e74c4e1a00
tree4f7bae081788909c210c4d3d3adf227775a04175
parentdcbead4f3bd438288728fb8d693bb1108e28a861
parentb56370f7efc3a5c3738be15787f2447068fcab47
Merge tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds

Pull LED fixes from Jacek Anaszewski:
 "All three fixes are related to the newly added pattern trigger:

   - remove mutex_lock() from timer callback, which would trigger
     problems related to sleeping in atomic context, the removal is
     harmless since mutex protection turned out to be redundant in this
     case

   - fix pattern parsing to properly handle intervals with brightness == 0

   - fix typos in the ABI documentation"

* tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds:
  Documentation: ABI: led-trigger-pattern: Fix typos
  leds: trigger: Fix sleeping function called from invalid context
  Fix pattern handling optimalization