]> 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)
commit7642a7c6279a32dd7373a47a8e4b8971b8895ea3
tree069b84dda1a4cfa92a9d2e4b2b20ca507f589f49
parentaa888bcb0e4f8e734767e14067a63b763ffcba4d
parentf9a9f7284aac49426557d38ca7369a604354fc0a
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