From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler Date: Wed, 14 May 2014 12:10:45 -0700 Message-ID: <1400094649-11193-1-git-send-email-f.fainelli@gmail.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, gregory.0xf0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, 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..." List-Id: devicetree@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html