linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler
@ 2014-05-14 19:10 Florian Fainelli
  2014-05-14 19:10 ` [PATCH 1/3] bus: add Broadcom GISB arbiter bus " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-05-14 19:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: marc.ceeeee, computersforpeace, gregory.0xf0, Florian Fainelli,
	Randy Dunlap, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Grant Likely, Shawn Guo, Sascha Hauer,
	Nicolas Pitre, Lorenzo Pieralisi, Alexander Shiyan, Huang Shijie,
	open list:DOCUMENTATION, open list:OPEN FIRMWARE AND...

Hi all,

This patch adds support for the Broadcom GISB bus arbiter timeout/error handler.
GISB is a custom and proprietary bus used in the Broadcom Set Top Box devices
exclusively. The bus arbiter offers the possibly to decode faulting masters as
well as masters that are timing out on the bus.

Florian Fainelli (3):
  bus: add Broadcom GISB arbiter bus timeout/error handler
  Documentation: devicetree: add Broadcom GISB arbiter bindings
  Documentation: sysfs: add Broadcom GISB arbiter sysfs properties

 .../ABI/testing/sysfs-platform-brcmstb-gisb-arb    |   8 +
 .../devicetree/bindings/bus/brcm,gisb-arb.txt      |  30 +++
 drivers/bus/Kconfig                                |  11 +-
 drivers/bus/Makefile                               |   1 +
 drivers/bus/brcmstb_gisb.c                         | 289 +++++++++++++++++++++
 5 files changed, 338 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-brcmstb-gisb-arb
 create mode 100644 Documentation/devicetree/bindings/bus/brcm,gisb-arb.txt
 create mode 100644 drivers/bus/brcmstb_gisb.c

-- 
1.9.1


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

end of thread, other threads:[~2014-05-14 19:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 19:10 [PATCH 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler Florian Fainelli
2014-05-14 19:10 ` [PATCH 1/3] bus: add Broadcom GISB arbiter bus " Florian Fainelli
2014-05-14 19:33   ` Arnd Bergmann
2014-05-14 19:46     ` Florian Fainelli
2014-05-14 19:50       ` Arnd Bergmann
2014-05-14 19:10 ` [PATCH 1/3] bus: add Broadcom GISB bus arbiter " Florian Fainelli
     [not found]   ` <5373C2EB.8020806@infradead.org>
2014-05-14 19:26     ` Florian Fainelli
2014-05-14 19:10 ` [PATCH 2/3] Documentation: devicetree: add Broadcom GISB arbiter bindings Florian Fainelli
2014-05-14 19:10 ` [PATCH 3/3] Documentation: sysfs: add Broadcom GISB arbiter sysfs properties Florian Fainelli

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