From: Bjorn Andersson
Date: Wed, 27 Apr 2016 10:14:45 -0700
> On Wed 27 Apr 09:22 PDT 2016, David Miller wrote:
>
>> This code can now only be build tested on ARCH_QCOM architectures, and
>> that's a serious negative downside.
>
> For normal usage the QRTR_SMD doesn't make much sense to be sele
On Wed 27 Apr 09:22 PDT 2016, David Miller wrote:
> From: Bjorn Andersson
> Date: Tue, 26 Apr 2016 22:48:05 -0700
>
> > + rc = qcom_smd_send(qdev->channel, skb->data, skb->len);
>
> I truly dislike adding networking protocols that depend upon some
> piece of infrastructure that only some plat
From: Bjorn Andersson
Date: Tue, 26 Apr 2016 22:48:05 -0700
> + rc = qcom_smd_send(qdev->channel, skb->data, skb->len);
I truly dislike adding networking protocols that depend upon some
piece of infrastructure that only some platforms can enable, it's even
worse when that set of platforms do
From: Courtney Cavin
Add an implementation of Qualcomm's IPC router protocol, used to
communicate with service providing remote processors.
Signed-off-by: Courtney Cavin
Signed-off-by: Bjorn Andersson
[bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR]
Signed-off-by: Bjorn And