linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dwalker@codeaurora.org (Daniel Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] msm: smd: Add smd_pkt driver
Date: Wed, 26 Jan 2011 16:49:39 -0800	[thread overview]
Message-ID: <1296089379.29801.52.camel@c-dwalke-linux.qualcomm.com> (raw)
In-Reply-To: <20110126153240.9cc6c2e2.akpm@linux-foundation.org>

On Wed, 2011-01-26 at 15:32 -0800, Andrew Morton wrote:
> On Tue, 25 Jan 2011 11:20:51 -0800
> David Brown <davidb@codeaurora.org> wrote:
> 
> > On Wed, Dec 15 2010, Niranjana Vishwanathapura wrote:
> > 
> > > Add smd_pkt driver which provides device interface
> > > to smd packet ports.
> > >
> > > Signed-off-by: Niranjana Vishwanathapura <nvishwan@codeaurora.org>
> > > ---
> > >  drivers/char/Kconfig       |    8 +
> > >  drivers/char/Makefile      |    2 +
> > >  drivers/char/msm_smd_pkt.c |  466 ++++++++++++++++++++++++++++++++++++++++++++
> > >  3 files changed, 476 insertions(+), 0 deletions(-)
> > >  create mode 100644 drivers/char/msm_smd_pkt.c
> > 
> > Andrew, what's the proper destination for this change?  Should this go
> > into your tree?  Is there anything you want me to do with this change?
> > 
> 
> Looks OK, I grabbed it.
> 
> I read the entire email trying to work out what an "SMD" is.  Failed. 
> Oh well.

+       bool "MSM Shared Memory Driver (SMD)"
+       help
+         Support for the shared memory interface between the apps
+         processor and the baseband processor.  Provides access to
+         the "shared heap", as well as virtual serial channels
+         used to communicate with various services on the baseband
+         processor.

It's an an interface from the cpu running Linux, and the other processor
that co-exists with the one running Linux. They need to communicate for
certain reasons .. I _think_ something like sending a text message is
sent by communicating over this interface, or getting the phone to dial
a number, along with many other things.

Thats my take on it anyway.

Daniel

-- 

Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

      parent reply	other threads:[~2011-01-27  0:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-15 18:27 [PATCH] msm: smd: Add smd_pkt driver Niranjana Vishwanathapura
2011-01-25 19:20 ` David Brown
2011-01-26 23:32   ` Andrew Morton
2011-01-27  0:19     ` David Brown
2011-01-27  0:49     ` Daniel Walker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1296089379.29801.52.camel@c-dwalke-linux.qualcomm.com \
    --to=dwalker@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).