]> 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)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2016 03:46:14 +0000 (23:46 -0400)
commitbdabad3e363d825ddf9679dd431cca0b2c30f881
tree4389faff05dd23ddcc296277aa7c51a4ec65bc3f
parent43315f31adc2bf3b35e04dcf2372c3bb08014ed1
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]