Staging: HTC Dream: add smd code
authorBrian Swetland <swetland@google.com>
Fri, 17 Jul 2009 11:08:15 +0000 (13:08 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:42 +0000 (12:01 -0700)
commit0d8dc6b05bf2645181eeac1f7e0cc4b105911565
tree8247700fcfbd6f88faafaaaf672d3dfb7f2037f2
parentdda7940539b7f2122776ec22737d6f6c24d8724f
Staging: HTC Dream: add smd code

Infrastructure to support the Qualcomm "shared memory driver"
interface, used to communicate with the baseband processor on MSM7k
SoCs.  The smd core provides low level facilities to interact with the
shared memory comms region, and a "virtual serial channel" interface
that higher level transports (AT command channel, rmnet virtual
ethernet, qmi network management protocol, and oncrpc, for example)
are routed over.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Cc: Brian Swetland <swetland@google.com>
Cc: Iliyan Malchev <ibm@android.com>
Cc: San Mehat <san@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/dream/smd/smd.c [new file with mode: 0644]
drivers/staging/dream/smd/smd_private.h [new file with mode: 0644]
drivers/staging/dream/smd/smd_qmi.c [new file with mode: 0644]
drivers/staging/dream/smd/smd_tty.c [new file with mode: 0644]