netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] caif-u5500: CAIF shared memory/mailbox driver
@ 2010-10-22 19:03 Sjur Braendeland
  2010-10-22 19:03 ` [PATCH 1/4] caif-u5500: Adding shared memory include Sjur Braendeland
  0 siblings, 1 reply; 14+ messages in thread
From: Sjur Braendeland @ 2010-10-22 19:03 UTC (permalink / raw)
  To: Russel King, David S. Miller
  Cc: stefan.xk.nilsson, linus.walleij, sjurbr, netdev,
	linux-arm-kernel, Sjur Braendeland


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.

These patches depends on the patch-set "U5500 mailbox driver and
modem irq handler" submitted on the linux-arm-kernel list,
commit e81fcc97350755e021c85b816877ae292b8f28d0.

They applies cleanly on latest net-next-2.6 and linux-next git,
and depends on the CONFIG_U5500_MBX 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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-10-27 19:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 19:03 [PATCH 0/4] caif-u5500: CAIF shared memory/mailbox driver Sjur Braendeland
2010-10-22 19:03 ` [PATCH 1/4] caif-u5500: Adding shared memory include Sjur Braendeland
2010-10-22 19:03   ` [PATCH 2/4] caif-u5500: CAIF shared memory transport protocol Sjur Braendeland
2010-10-22 19:03     ` [PATCH 3/4] caif-u5500: CAIF shared memory mailbox interface Sjur Braendeland
2010-10-22 19:03       ` [PATCH 4/4] caif-u5500: Build config for CAIF shared mem driver Sjur Braendeland
2010-10-27 18:07     ` [PATCH 2/4] caif-u5500: CAIF shared memory transport protocol David Miller
2010-10-27 18:34       ` [PATCHv2 1/4] caif-u5500: Adding shared memory include Sjur Braendeland
2010-10-27 18:34         ` [PATCHv2 2/4] caif-u5500: CAIF shared memory transport protocol Sjur Braendeland
2010-10-27 18:34           ` [PATCHv2 3/4] caif-u5500: CAIF shared memory mailbox interface Sjur Braendeland
2010-10-27 18:34             ` [PATCHv2 4/4] caif-u5500: Build config for CAIF shared mem driver Sjur Braendeland
2010-10-27 19:31               ` David Miller
2010-10-27 19:31             ` [PATCHv2 3/4] caif-u5500: CAIF shared memory mailbox interface David Miller
2010-10-27 19:31           ` [PATCHv2 2/4] caif-u5500: CAIF shared memory transport protocol David Miller
2010-10-27 19:31         ` [PATCHv2 1/4] caif-u5500: Adding shared memory include David Miller

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).