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 'rproc-v4.6-rc1' of git://github.com/andersson/remoteproc
Pull remoteproc fix from Bjorn Andersson: "Fix incorrect error check in the ST remoteproc driver and advertise the newly created linux-remoteproc mailing list" * tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteproc: MAINTAINERS: Add mailing list for remote processor subsystems remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return value
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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 |
---|---|---|
|
@@ -5042,6 +5042,7 @@ F: include/linux/hw_random.h | |
HARDWARE SPINLOCK CORE | ||
M: Ohad Ben-Cohen <[email protected]> | ||
M: Bjorn Andersson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git | ||
F: Documentation/hwspinlock.txt | ||
|
@@ -9314,6 +9315,7 @@ F: include/linux/regmap.h | |
REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM | ||
M: Ohad Ben-Cohen <[email protected]> | ||
M: Bjorn Andersson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git | ||
S: Maintained | ||
F: drivers/remoteproc/ | ||
|
@@ -9323,6 +9325,7 @@ F: include/linux/remoteproc.h | |
REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM | ||
M: Ohad Ben-Cohen <[email protected]> | ||
M: Bjorn Andersson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git | ||
S: Maintained | ||
F: drivers/rpmsg/ | ||
|
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