]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Mar 2020 15:39:40 +0000 (10:39 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Mar 2020 15:39:40 +0000 (10:39 -0500)
commit5e97f6c5ef377e0f0e1c10b29d5e06a634fec25c
tree01c2f2ecee284b0f8ee098bd2af3c54ff91b067b
parent4d75e75776da45e9df4fe6cd8d720057c449b292
parent100a5f1223803fcc5f263daf52ba2c7d0cad2c3f
Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core and debugfs fixes from Greg KH:
 "Here are four small driver core / debugfs patches for 5.6-rc3:

   - debugfs api cleanup now that all debugfs_create_regset32() callers
     have been fixed up. This was waiting until after the -rc1 merge as
     these fixes came in through different trees

   - driver core sync state fixes based on reports of minor issues found
     in the feature

  All of these have been in linux-next with no reported issues"

* tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  driver core: Skip unnecessary work when device doesn't have sync_state()
  driver core: Add dev_has_sync_state()
  driver core: Call sync_state() even if supplier has no consumers
  debugfs: remove return value of debugfs_create_regset32()