All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] drivers: brcmaxi: AMBA AXI functionality library module
@ 2011-03-21 20:16 Arend van Spriel
  2011-03-21 20:16 ` [RFC] drivers: brcmaxi: provide amba axi functionality in separate module Arend van Spriel
  0 siblings, 1 reply; 9+ messages in thread
From: Arend van Spriel @ 2011-03-21 20:16 UTC (permalink / raw)
  To: george; +Cc: zajec5, mb, linville, arend, linux-wireless

To feed the active discussion some more I offer this patch to be
reviewed by those interested. I do not expect this to be all peachy
but would like to get a more concrete discussion going here.

Refer to thread 'new utility kernel module for detecting cores in newer
chipsets'. George used the term 'backplane agents'. This module could
be considered such an agent. It exposes cores to the 'core driver' by
calling driver provided callbacks. Currently it also exposes register
space (wrapper) which only concerns 'backplane agents' and not so much
to 'core drivers'. Currently, this module does not provide any code
for the 'core drivers'.

Arend van Spriel (1):
  drivers: brcmaxi: provide amba axi functionality in separate module

 drivers/Kconfig          |    2 +
 drivers/Makefile         |    1 +
 drivers/brcmaxi/Makefile |   23 ++
 drivers/brcmaxi/axi.c    |  859 ++++++++++++++++++++++++++++++++++++++++++++++
 include/brcmaxi/axi.h    |  340 ++++++++++++++++++
 5 files changed, 1225 insertions(+), 0 deletions(-)
 create mode 100644 drivers/brcmaxi/Makefile
 create mode 100644 drivers/brcmaxi/axi.c
 create mode 100644 include/brcmaxi/axi.h



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

end of thread, other threads:[~2011-03-23 14:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 20:16 [RFC] drivers: brcmaxi: AMBA AXI functionality library module Arend van Spriel
2011-03-21 20:16 ` [RFC] drivers: brcmaxi: provide amba axi functionality in separate module Arend van Spriel
2011-03-21 20:28   ` Randy Dunlap
2011-03-21 20:38     ` Johannes Berg
2011-03-21 20:42       ` Randy Dunlap
2011-03-21 20:45         ` Johannes Berg
2011-03-23 10:51     ` Arend van Spriel
     [not found]       ` <1300888183.18815.5.camel@Nokia-N900>
2011-03-23 13:54         ` Arend van Spriel
2011-03-23 14:09           ` Michael Büsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.