devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler
@ 2014-05-19 20:05 Florian Fainelli
  2014-05-19 20:05 ` [PATCH RESEND v2 1/3] " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Fainelli @ 2014-05-19 20:05 UTC (permalink / raw)
  To: arm
  Cc: 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 list:OPEN FIRMWARE AND..., linux-arm-kernel

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.

V2 addresses some comments made by Arnd, and widens the audience by posting
on linux-arm-kernel as well.

These patches should be merged via the 'arm-soc' tree. I am resending those
such that every mailing-list has them in copy.

Thank you!

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] 5+ messages in thread

end of thread, other threads:[~2014-05-23 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 20:05 [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler Florian Fainelli
2014-05-19 20:05 ` [PATCH RESEND v2 1/3] " Florian Fainelli
2014-05-19 20:06 ` [PATCH RESEND v2 2/3] Documentation: devicetree: add Broadcom GISB arbiter bindings Florian Fainelli
2014-05-19 20:06 ` [PATCH RESEND v2 3/3] Documentation: sysfs: add Broadcom GISB arbiter sysfs properties Florian Fainelli
2014-05-23 23:00 ` [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler Arnd Bergmann

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