Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1613751 > unrolled thread

[git pull] base: soc: Improvements for the SoC bus and soc_device_match()

Started byGeert Uytterhoeven <geert+renesas@glider.be>
First post2017-03-31 11:00 +0200
Last post2017-04-08 22:10 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [git pull] base: soc: Improvements for the SoC bus and soc_device_match() Geert Uytterhoeven <geert+renesas@glider.be> - 2017-03-31 11:00 +0200
    Re: [git pull] base: soc: Improvements for the SoC bus and  soc_device_match() Simon Horman <horms@verge.net.au> - 2017-04-03 12:30 +0200
      Re: [git pull] base: soc: Improvements for the SoC bus and  soc_device_match() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-08 17:40 +0200
        Re: [git pull] base: soc: Improvements for the SoC bus and  soc_device_match() Simon Horman <horms@verge.net.au> - 2017-04-08 22:10 +0200

#1613751 — [git pull] base: soc: Improvements for the SoC bus and soc_device_match()

FromGeert Uytterhoeven <geert+renesas@glider.be>
Date2017-03-31 11:00 +0200
Subject[git pull] base: soc: Improvements for the SoC bus and soc_device_match()
Message-ID<tr0zv-2ht-1@gated-at.bofh.it>
	Hi Greg,
	Hi Arnd, Kevin, Olof,
	Hi Magnus, Simon,

The following changes since commit c470abd4fde40ea6a0846a2beab642a578c0b8cd:

  Linux 4.10 (2017-02-19 14:34:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/soc-device-match-tag2

for you to fetch changes up to 6e12db376b60b7158e4e6006af60566f8c68f7ab:

  base: soc: Allow early registration of a single SoC device (2017-03-29 21:43:26 +0200)

----------------------------------------------------------------
base: soc: Improvements for the SoC bus and soc_device_match()

This is a dependency for handling different SoC revisions in the Renesas
R-Car SYSC driver, which manages PM Domains and thus needs to be
initialized from an early_initcall().

Hence this will serve as an immutable branch between the driver core,
arm-soc, and renesas trees, to allow queueing the Renesas R-Car SYSC
changes on top in the renesas tree.

All changes in this pull request have been Acked by Arnd.

Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (2):
      base: soc: Let soc_device_match() return no match when called too early
      base: soc: Allow early registration of a single SoC device

 drivers/base/soc.c | 52 ++++++++++++++++++++++++++++++++++------------------
 1 file changed, 34 insertions(+), 18 deletions(-)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

[toc] | [next] | [standalone]


#1615069 — Re: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()

FromSimon Horman <horms@verge.net.au>
Date2017-04-03 12:30 +0200
SubjectRe: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()
Message-ID<ts7pf-5zy-11@gated-at.bofh.it>
In reply to#1613751
On Fri, Mar 31, 2017 at 10:54:20AM +0200, Geert Uytterhoeven wrote:
> 	Hi Greg,
> 	Hi Arnd, Kevin, Olof,
> 	Hi Magnus, Simon,
> 
> The following changes since commit c470abd4fde40ea6a0846a2beab642a578c0b8cd:
> 
>   Linux 4.10 (2017-02-19 14:34:00 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/soc-device-match-tag2
> 
> for you to fetch changes up to 6e12db376b60b7158e4e6006af60566f8c68f7ab:
> 
>   base: soc: Allow early registration of a single SoC device (2017-03-29 21:43:26 +0200)

Hi Geert,

I have pulled this into the renesas tree.

Hi Greg,

I would be most grateful if you could pull the above tag too.

> ----------------------------------------------------------------
> base: soc: Improvements for the SoC bus and soc_device_match()
> 
> This is a dependency for handling different SoC revisions in the Renesas
> R-Car SYSC driver, which manages PM Domains and thus needs to be
> initialized from an early_initcall().
> 
> Hence this will serve as an immutable branch between the driver core,
> arm-soc, and renesas trees, to allow queueing the Renesas R-Car SYSC
> changes on top in the renesas tree.
> 
> All changes in this pull request have been Acked by Arnd.
> 
> Thanks for pulling!
> ----------------------------------------------------------------
> Geert Uytterhoeven (2):
>       base: soc: Let soc_device_match() return no match when called too early
>       base: soc: Allow early registration of a single SoC device
> 
>  drivers/base/soc.c | 52 ++++++++++++++++++++++++++++++++++------------------
>  1 file changed, 34 insertions(+), 18 deletions(-)
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds
> 

[toc] | [prev] | [next] | [standalone]


#1619312 — Re: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-04-08 17:40 +0200
SubjectRe: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()
Message-ID<tu0D0-73I-29@gated-at.bofh.it>
In reply to#1615069
On Mon, Apr 03, 2017 at 06:28:31AM -0400, Simon Horman wrote:
> On Fri, Mar 31, 2017 at 10:54:20AM +0200, Geert Uytterhoeven wrote:
> > 	Hi Greg,
> > 	Hi Arnd, Kevin, Olof,
> > 	Hi Magnus, Simon,
> > 
> > The following changes since commit c470abd4fde40ea6a0846a2beab642a578c0b8cd:
> > 
> >   Linux 4.10 (2017-02-19 14:34:00 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/soc-device-match-tag2
> > 
> > for you to fetch changes up to 6e12db376b60b7158e4e6006af60566f8c68f7ab:
> > 
> >   base: soc: Allow early registration of a single SoC device (2017-03-29 21:43:26 +0200)
> 
> Hi Geert,
> 
> I have pulled this into the renesas tree.
> 
> Hi Greg,
> 
> I would be most grateful if you could pull the above tag too.

Pull it into where?  Why do I need this if they are going in through
your tree?

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1619380 — Re: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()

FromSimon Horman <horms@verge.net.au>
Date2017-04-08 22:10 +0200
SubjectRe: [git pull] base: soc: Improvements for the SoC bus and soc_device_match()
Message-ID<tu4Qi-1sE-3@gated-at.bofh.it>
In reply to#1619312
On Sat, Apr 08, 2017 at 05:35:05PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Apr 03, 2017 at 06:28:31AM -0400, Simon Horman wrote:
> > On Fri, Mar 31, 2017 at 10:54:20AM +0200, Geert Uytterhoeven wrote:
> > > 	Hi Greg,
> > > 	Hi Arnd, Kevin, Olof,
> > > 	Hi Magnus, Simon,
> > > 
> > > The following changes since commit c470abd4fde40ea6a0846a2beab642a578c0b8cd:
> > > 
> > >   Linux 4.10 (2017-02-19 14:34:00 -0800)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/soc-device-match-tag2
> > > 
> > > for you to fetch changes up to 6e12db376b60b7158e4e6006af60566f8c68f7ab:
> > > 
> > >   base: soc: Allow early registration of a single SoC device (2017-03-29 21:43:26 +0200)
> > 
> > Hi Geert,
> > 
> > I have pulled this into the renesas tree.
> > 
> > Hi Greg,
> > 
> > I would be most grateful if you could pull the above tag too.
> 
> Pull it into where?  Why do I need this if they are going in through
> your tree?

Good point. I don't think you need to pull it unless it would satisfy
dependencies you have and it seems there are none at this time.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web