All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler
Date: Sat, 24 May 2014 01:00:32 +0200	[thread overview]
Message-ID: <201405240100.32725.arnd@arndb.de> (raw)
In-Reply-To: <1400529962-9612-1-git-send-email-f.fainelli@gmail.com>

On Monday 19 May 2014, Florian Fainelli wrote:
> 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!

Applied to the next/drivers branch now. I've changed the Kconfig and Makefile
slightly to maintain alphabetical ordering, which helps avoid a merge conflict
with the vexpress drivers.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Nicolas Pitre <nicolas.pitre@linaro.org>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Alexander Shiyan <shc_work@mail.ru>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Randy Dunlap <rdunlap@infradead.org>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Huang Shijie <b32955@freescale.com>,
	"open list:OPEN FIRMWARE AND..." <devicetree@vger.kernel.org>,
	arm@kernel.org, Kumar Gala <galak@codeaurora.org>,
	Grant Likely <grant.likely@linaro.org>,
	Shawn Guo <shawn.guo@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler
Date: Sat, 24 May 2014 01:00:32 +0200	[thread overview]
Message-ID: <201405240100.32725.arnd@arndb.de> (raw)
In-Reply-To: <1400529962-9612-1-git-send-email-f.fainelli@gmail.com>

On Monday 19 May 2014, Florian Fainelli wrote:
> 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!

Applied to the next/drivers branch now. I've changed the Kconfig and Makefile
slightly to maintain alphabetical ordering, which helps avoid a merge conflict
with the vexpress drivers.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: arm@kernel.org, Randy Dunlap <rdunlap@infradead.org>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Grant Likely <grant.likely@linaro.org>,
	Shawn Guo <shawn.guo@linaro.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Nicolas Pitre <nicolas.pitre@linaro.org>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Alexander Shiyan <shc_work@mail.ru>,
	Huang Shijie <b32955@freescale.com>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND..." <devicetree@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler
Date: Sat, 24 May 2014 01:00:32 +0200	[thread overview]
Message-ID: <201405240100.32725.arnd@arndb.de> (raw)
In-Reply-To: <1400529962-9612-1-git-send-email-f.fainelli@gmail.com>

On Monday 19 May 2014, Florian Fainelli wrote:
> 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!

Applied to the next/drivers branch now. I've changed the Kconfig and Makefile
slightly to maintain alphabetical ordering, which helps avoid a merge conflict
with the vexpress drivers.

	Arnd

  parent reply	other threads:[~2014-05-23 23:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Florian Fainelli
2014-05-19 20:05 ` Florian Fainelli
2014-05-19 20:05 ` [PATCH RESEND v2 1/3] " Florian Fainelli
2014-05-19 20:05   ` Florian Fainelli
2014-05-19 20:05   ` 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   ` Florian Fainelli
2014-05-19 20:06   ` Florian Fainelli
2014-05-19 20:06 ` [PATCH RESEND v2 3/3] Documentation: sysfs: add Broadcom GISB arbiter sysfs properties Florian Fainelli
2014-05-19 20:06   ` Florian Fainelli
2014-05-19 20:06   ` Florian Fainelli
2014-05-23 23:00 ` Arnd Bergmann [this message]
2014-05-23 23:00   ` [PATCH RESEND v2 0/3] bus: add Broadcom GISB bus arbiter timeout/error handler Arnd Bergmann
2014-05-23 23:00   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201405240100.32725.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.