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 v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445
Date: Fri, 17 Jan 2014 18:04:29 +0100	[thread overview]
Message-ID: <201401171804.30572.arnd@arndb.de> (raw)
In-Reply-To: <20140116134732.GB17314@sirena.org.uk>

On Thursday 16 January 2014, Mark Brown wrote:
> On Thu, Jan 16, 2014 at 12:19:00PM +0100, Arnd Bergmann wrote:
> 
> > 1. Other platforms also require the syscon driver to be active before
> > the regular device driver probing starts. Michal Simek has the same
> > issue in the zynq clock driver that you have for SMP initialization.
> > We have talked about this with Mark Brown already, and I think we will
> > find a solution for this in the end, but it's not as straightforward
> > as I first hoped. We can probably use help in this area.
> 
> I thought the solution with deferring registration of the resource for
> dev_get_regmap() until a proper device materialised seemed simple and
> enough, did you folks run into any problems with that?  I had assumed a
> patch was likely to materialise so wasn't worrying about it myself.

I'm still hoping that Michal will do that patch.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Mark Brown <broonie@kernel.org>
Cc: Marc C <marc.ceeeee@gmail.com>,
	Michal Simek <michal.simek@xilinx.com>,
	David Brown <davidb@codeaurora.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Christian Daudt <bcm@fixthebug.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Matt Porter <matt.porter@linaro.org>,
	Russell King <linux@arm.linux.org.uk>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445
Date: Fri, 17 Jan 2014 18:04:29 +0100	[thread overview]
Message-ID: <201401171804.30572.arnd@arndb.de> (raw)
In-Reply-To: <20140116134732.GB17314@sirena.org.uk>

On Thursday 16 January 2014, Mark Brown wrote:
> On Thu, Jan 16, 2014 at 12:19:00PM +0100, Arnd Bergmann wrote:
> 
> > 1. Other platforms also require the syscon driver to be active before
> > the regular device driver probing starts. Michal Simek has the same
> > issue in the zynq clock driver that you have for SMP initialization.
> > We have talked about this with Mark Brown already, and I think we will
> > find a solution for this in the end, but it's not as straightforward
> > as I first hoped. We can probably use help in this area.
> 
> I thought the solution with deferring registration of the resource for
> dev_get_regmap() until a proper device materialised seemed simple and
> enough, did you folks run into any problems with that?  I had assumed a
> patch was likely to materialise so wasn't worrying about it myself.

I'm still hoping that Michal will do that patch.

	Arnd

  reply	other threads:[~2014-01-17 17:04 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 23:48 [PATCH v3 0/7] ARM: brcmstb: Add Broadcom STB SoC support Marc Carino
2014-01-14 23:48 ` Marc Carino
2014-01-14 23:48 ` Marc Carino
2014-01-14 23:48 ` [PATCH v3 1/7] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-14 23:48 ` [PATCH v3 2/7] ARM: brcmstb: add debug UART for earlyprintk support Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-14 23:48 ` [PATCH v3 3/7] ARM: do CPU-specific init for Broadcom Brahma15 cores Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-15 17:19   ` Will Deacon
2014-01-15 17:19     ` Will Deacon
2014-01-14 23:48 ` [PATCH v3 4/7] ARM: brcmstb: add CPU binding for Broadcom Brahma15 Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-15 16:58   ` Mark Rutland
2014-01-15 16:58     ` Mark Rutland
2014-01-15 16:58     ` Mark Rutland
2014-01-14 23:48 ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm, brcmstb-* Marc Carino
2014-01-14 23:48   ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm,brcmstb-* Marc Carino
2014-01-15 17:11   ` Mark Rutland
2014-01-15 17:11     ` Mark Rutland
2014-01-15 17:11     ` Mark Rutland
2014-01-15 17:15     ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm, brcmstb-* Arnd Bergmann
2014-01-15 17:15       ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm,brcmstb-* Arnd Bergmann
2014-01-15 17:15       ` Arnd Bergmann
2014-01-15 17:55     ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm, brcmstb-* Florian Fainelli
2014-01-15 17:55       ` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm,brcmstb-* Florian Fainelli
2014-01-14 23:48 ` [PATCH v3 6/7] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15 Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-15 17:20   ` Mark Rutland
2014-01-15 17:20     ` Mark Rutland
2014-01-15 17:20     ` Mark Rutland
2014-01-14 23:48 ` [PATCH v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445 Marc Carino
2014-01-14 23:48   ` Marc Carino
2014-01-15 13:10   ` Arnd Bergmann
2014-01-15 13:10     ` Arnd Bergmann
2014-01-15 13:10     ` Arnd Bergmann
2014-01-15 18:22     ` Marc
2014-01-15 18:22       ` Marc
2014-01-15 18:22       ` Marc
2014-01-16  1:03       ` Marc C
2014-01-16  1:03         ` Marc C
2014-01-16 11:19         ` Arnd Bergmann
2014-01-16 11:19           ` Arnd Bergmann
2014-01-16 11:19           ` Arnd Bergmann
2014-01-16 13:37           ` Michal Simek
2014-01-16 13:37             ` Michal Simek
2014-01-16 13:37             ` Michal Simek
2014-01-16 13:47           ` Mark Brown
2014-01-16 13:47             ` Mark Brown
2014-01-17 17:04             ` Arnd Bergmann [this message]
2014-01-17 17:04               ` Arnd Bergmann
2014-01-23  8:58               ` Michal Simek
2014-01-23  8:58                 ` Michal Simek
2014-01-23 12:25                 ` Mark Brown
2014-01-23 12:25                   ` Mark Brown
2014-01-23 12:25                   ` Mark Brown
2014-01-15 17:40   ` Mark Rutland
2014-01-15 17:40     ` Mark Rutland
2014-01-15 17:40     ` Mark Rutland

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=201401171804.30572.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.