forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g…
…it/ohad/rpmsg Pull rpmsg changes from Ohad Ben-Cohen: "A small pull request consisting of: - Make rpmsg process all pending messages instead of just one, from Robert Tivy - Fix Kconfig dependency on VIRTUALIZATION, from Suman. Note: this was submitted late during the 3.9 rc cycle and it seemed appropriate to wait with it for the merge window. - Belated addition of an rpmsg entry to the MAINTAINERS file. People seem to look for this" * tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg: rpmsg: fix kconfig dependencies for VIRTIO MAINTAINERS: add rpmsg entry rpmsg: process _all_ pending messages in rpmsg_recv_done
- Loading branch information
Showing
3 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6716,6 +6716,14 @@ F: drivers/remoteproc/ | |
F: Documentation/remoteproc.txt | ||
F: include/linux/remoteproc.h | ||
|
||
REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM | ||
M: Ohad Ben-Cohen <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | ||
S: Maintained | ||
F: drivers/rpmsg/ | ||
F: Documentation/rpmsg.txt | ||
F: include/linux/rpmsg.h | ||
|
||
RFKILL | ||
M: Johannes Berg <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ menu "Rpmsg drivers" | |
config RPMSG | ||
tristate | ||
select VIRTIO | ||
select VIRTUALIZATION | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters