|
|
Log in / Subscribe / Register

caif-u5500: CAIF shared memory/mailbox driver

From:  Sjur Braendeland <sjur.brandeland@stericsson.com>
To:  davem@davemloft.net, Russell King <linux@arm.linux.org.uk>
Subject:  [RFC arm-kernel 0/4] caif-u5500: CAIF shared memory/mailbox driver
Date:  Tue, 12 Oct 2010 13:10:17 +0200
Message-ID:  <1286881821-2916-1-git-send-email-sjur.brandeland@stericsson.com>
Cc:  stefan.xk.nilsson@stericsson.com, linus.walleij@stericsson.com, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, kim.lilliestierna@stericsson.com, daniel.martensson@stericsson.com, =?UTF-8?q?Sjur=20Br=C3=A6ndeland?= <sjur.brandeland@stericsson.com>
Archive‑link:  Article

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

This patch-set introduces the CAIF protocol driver for shared memory
over mailbox for u5500.

It implements the driver for transporting CAIF frames between the DB5500
modem portion and host side for the u5500 architecture.

The patches depends on the patch-set "U5500 mailbox driver and
modem irq handler" submitted on the linux-arm-kernel list by Stefan Nilsson.
http://www.arm.linux.org.uk/developer/patches/viewpatch.p...

These patches applies cleanly on latest linux-next git, but depends on
the U5500 mailbox driver for compilation.

Please note that the size and address of the shared memory are specified as module
parameters: shm_total_size, shm_start.

Regards,
Sjur Braendeland

Amarnath Revanna (4):
  caif-u5500: Adding shared memory include
  caif-u5500: CAIF shared memory transport protocol
  caif-u5500: CAIF shared memory mailbox interface
  caif-u5500: Build config for CAIF shared mem driver

 drivers/net/caif/Kconfig          |    7 +
 drivers/net/caif/Makefile         |    4 +
 drivers/net/caif/caif_shm_u5500.c |  129 ++++++
 drivers/net/caif/caif_shmcore.c   |  792 +++++++++++++++++++++++++++++++++++++
 include/net/caif/caif_shm.h       |   26 ++
 5 files changed, 958 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/caif/caif_shm_u5500.c
 create mode 100644 drivers/net/caif/caif_shmcore.c
 create mode 100644 include/net/caif/caif_shm.h

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds