]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Add Qualcomm IPC router
authorCourtney Cavin <courtney.cavin@sonymobile.com>
Fri, 6 May 2016 14:09:08 +0000 (07:09 -0700)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Fri, 10 Jun 2016 07:59:36 +0000 (09:59 +0200)
commit3a924a25f3d17912bad16a24246eea8fa63922b1
tree2e40f74ff6c753d622e6caf2a1f33ae3a66cfa81
parent2e819926d12140c0ab764736cf27583dd376fd23
net: Add Qualcomm IPC router

Add an implementation of Qualcomm's IPC router protocol, used to
communicate with service providing remote processors.

Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
[bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/socket.h
include/uapi/linux/qrtr.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/qrtr/Kconfig [new file with mode: 0644]
net/qrtr/Makefile [new file with mode: 0644]
net/qrtr/qrtr.c [new file with mode: 0644]
net/qrtr/qrtr.h [new file with mode: 0644]
net/qrtr/smd.c [new file with mode: 0644]