]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 May 2016 00:17:20 +0000 (17:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 May 2016 00:17:20 +0000 (17:17 -0700)
commit534757ba7cde40644813b0bc79e0162377f0a2c8
tree069b84dda1a4cfa92a9d2e4b2b20ca507f589f49
parent7e7e183c535aa90cd28adfc6cdd4da138a000c23
parentaef8420e5874c90ff8c484837285f86223c966c9
Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc

Pull rpmsg updates from Bjorn Andersson:
 "Refactor rpmsg module registration to follow other subsystems; by
  introduction of module_rpmsg_driver and hiding of THIS_MODULE from
  clients"

* tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc:
  rpmsg: use module_rpmsg_driver in existing drivers and examples
  rpmsg: add helper macro module_rpmsg_driver
  rpmsg: drop owner assignment from rpmsg_drivers
  rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg core