]> git.baikalelectronics.ru Git - kernel.git/commit
Phonet: Implement Pipe Controller to support Nokia Slim Modems
authorKumar Sanghvi <kumar.sanghvi@stericsson.com>
Sun, 26 Sep 2010 19:07:59 +0000 (19:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Sep 2010 04:30:41 +0000 (21:30 -0700)
commitad01f96ada6a72a623d90b7481f9a2b85e6ac412
tree1bf9c2f58502a930963579d50f3bcd49e5a8ed70
parent3d9eb73ea05a2fe332ce578a2b0775db258363a4
Phonet: Implement Pipe Controller to support Nokia Slim Modems

Phonet stack assumes the presence of Pipe Controller, either in Modem or
on Application Processing Engine user-space for the Pipe data.
Nokia Slim Modems like WG2.5 used in ST-Ericsson U8500 platform do not
implement Pipe controller in them.
This patch adds Pipe Controller implemenation to Phonet stack to support
Pipe data over Phonet stack for Nokia Slim Modems.

Signed-off-by: Kumar Sanghvi <kumar.sanghvi@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/phonet.h
include/net/phonet/pep.h
net/phonet/Kconfig
net/phonet/pep.c