linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
@ 2014-10-20 19:51 Florian Fainelli
  2014-10-20 20:03 ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Florian Fainelli @ 2014-10-20 19:51 UTC (permalink / raw)
  To: linux-arm-kernel

These changes were posted late during the v3.18 release cycle, and were
eventually added to your 'late' branch, but here is an updated version

Thanks!

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19

for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:

  bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)

----------------------------------------------------------------
This pull request contains 3 changes for the brcmstb platform and 2 changes
to the GISB bus arbiter driver

- fist patch adds earlyprintk to brcmstb platforms using the existing 8250
  infrastructure

- second patch re-introduces SMP support after fixing the problems we had in
  the initial implementation, for this patch to apply cleanly, I had to advance
  up to "ARM: brcmstb: revert SMP support"

- third patch is dropping unused Kconfig dependencies

- fourth patch registers the ARM fault code for external aborts that the GISB
  bus arbiter driver is designed to assit

- fifth patch does save/restore the GISB arbiter timeout across S3
  suspend/resume cycles

Thanks!

----------------------------------------------------------------
Brian Norris (2):
      ARM: brcmstb: reintroduce SMP support
      ARM: brcmstb: Kconfig: drop unneeded symbol selections

Florian Fainelli (2):
      bus: brcmstb_gisb: register the fault code hook
      bus: brcmstb_gisb: save and restore GISB timeout

Marc Carino (1):
      ARM: brcmstb: add debug UART for earlyprintk support

 arch/arm/Kconfig.debug              |  16 +-
 arch/arm/mach-bcm/Kconfig           |   3 -
 arch/arm/mach-bcm/Makefile          |   2 +
 arch/arm/mach-bcm/brcmstb.h         |  19 +++
 arch/arm/mach-bcm/headsmp-brcmstb.S |  33 ++++
 arch/arm/mach-bcm/platsmp-brcmstb.c | 329 ++++++++++++++++++++++++++++++++++++
 drivers/bus/brcmstb_gisb.c          |  45 ++++-
 7 files changed, 437 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/mach-bcm/brcmstb.h
 create mode 100644 arch/arm/mach-bcm/headsmp-brcmstb.S
 create mode 100644 arch/arm/mach-bcm/platsmp-brcmstb.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
@ 2014-10-20 19:51 Florian Fainelli
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-10-20 19:51 UTC (permalink / raw)
  To: linux-arm-kernel

These changes were posted late during the v3.18 release cycle, and were
eventually added to your 'late' branch, but here is an updated version

Thanks!

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19

for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:

  bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)

----------------------------------------------------------------
This pull request contains 3 changes for the brcmstb platform and 2 changes
to the GISB bus arbiter driver

- fist patch adds earlyprintk to brcmstb platforms using the existing 8250
  infrastructure

- second patch re-introduces SMP support after fixing the problems we had in
  the initial implementation, for this patch to apply cleanly, I had to advance
  up to "ARM: brcmstb: revert SMP support"

- third patch is dropping unused Kconfig dependencies

- fourth patch registers the ARM fault code for external aborts that the GISB
  bus arbiter driver is designed to assit

- fifth patch does save/restore the GISB arbiter timeout across S3
  suspend/resume cycles

Thanks!

----------------------------------------------------------------
Brian Norris (2):
      ARM: brcmstb: reintroduce SMP support
      ARM: brcmstb: Kconfig: drop unneeded symbol selections

Florian Fainelli (2):
      bus: brcmstb_gisb: register the fault code hook
      bus: brcmstb_gisb: save and restore GISB timeout

Marc Carino (1):
      ARM: brcmstb: add debug UART for earlyprintk support

 arch/arm/Kconfig.debug              |  16 +-
 arch/arm/mach-bcm/Kconfig           |   3 -
 arch/arm/mach-bcm/Makefile          |   2 +
 arch/arm/mach-bcm/brcmstb.h         |  19 +++
 arch/arm/mach-bcm/headsmp-brcmstb.S |  33 ++++
 arch/arm/mach-bcm/platsmp-brcmstb.c | 329 ++++++++++++++++++++++++++++++++++++
 drivers/bus/brcmstb_gisb.c          |  45 ++++-
 7 files changed, 437 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/mach-bcm/brcmstb.h
 create mode 100644 arch/arm/mach-bcm/headsmp-brcmstb.S
 create mode 100644 arch/arm/mach-bcm/platsmp-brcmstb.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-10-20 19:51 Florian Fainelli
@ 2014-10-20 20:03 ` Arnd Bergmann
  2014-10-20 20:05   ` Florian Fainelli
  0 siblings, 1 reply; 9+ messages in thread
From: Arnd Bergmann @ 2014-10-20 20:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 20 October 2014 12:51:28 Florian Fainelli wrote:
> These changes were posted late during the v3.18 release cycle, and were
> eventually added to your 'late' branch, but here is an updated version
> 

I assume the contents are all still good. Please make sure you address
them correctly. You have sent a pull request 'To' the mailing list.
If you want us to pick them up into arm-soc, please send it 'To'
arm at kernel.org, 'Cc' linux-arm-kernel at lists.infradead.org so it
doesn't get lost.

Not pulling this at the moment as I'm still busy catching up with
email after last week's conference. If you send it to the right list,
we'll get to it soon.

	Arnd

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-10-20 20:03 ` Arnd Bergmann
@ 2014-10-20 20:05   ` Florian Fainelli
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-10-20 20:05 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/20/2014 01:03 PM, Arnd Bergmann wrote:
> On Monday 20 October 2014 12:51:28 Florian Fainelli wrote:
>> These changes were posted late during the v3.18 release cycle, and were
>> eventually added to your 'late' branch, but here is an updated version
>>
> 
> I assume the contents are all still good. Please make sure you address
> them correctly. You have sent a pull request 'To' the mailing list.
> If you want us to pick them up into arm-soc, please send it 'To'
> arm at kernel.org, 'Cc' linux-arm-kernel at lists.infradead.org so it
> doesn't get lost.

Yes, that was a mistake, I actually send a second pull request with all
the usual email addresses including those you mention.

> 
> Not pulling this at the moment as I'm still busy catching up with
> email after last week's conference. If you send it to the right list,
> we'll get to it soon.

Thanks!
--
Florian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
@ 2014-10-20 21:26 Florian Fainelli
  2014-11-03 22:28 ` Brian Norris
  2014-11-04  6:19 ` Olof Johansson
  0 siblings, 2 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-10-20 21:26 UTC (permalink / raw)
  To: linux-arm-kernel

These changes were posted late during the v3.18 release cycle, and were
eventually added to your 'late' branch, but here is an updated version

Thanks!

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19

for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:

  bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)

----------------------------------------------------------------
This pull request contains 3 changes for the brcmstb platform and 2 changes
to the GISB bus arbiter driver

- fist patch adds earlyprintk to brcmstb platforms using the existing 8250
  infrastructure

- second patch re-introduces SMP support after fixing the problems we had in
  the initial implementation, for this patch to apply cleanly, I had to advance
  up to "ARM: brcmstb: revert SMP support"

- third patch is dropping unused Kconfig dependencies

- fourth patch registers the ARM fault code for external aborts that the GISB
  bus arbiter driver is designed to assit

- fifth patch does save/restore the GISB arbiter timeout across S3
  suspend/resume cycles

Thanks!

----------------------------------------------------------------
Brian Norris (2):
      ARM: brcmstb: reintroduce SMP support
      ARM: brcmstb: Kconfig: drop unneeded symbol selections

Florian Fainelli (2):
      bus: brcmstb_gisb: register the fault code hook
      bus: brcmstb_gisb: save and restore GISB timeout

Marc Carino (1):
      ARM: brcmstb: add debug UART for earlyprintk support

 arch/arm/Kconfig.debug              |  16 +-
 arch/arm/mach-bcm/Kconfig           |   3 -
 arch/arm/mach-bcm/Makefile          |   2 +
 arch/arm/mach-bcm/brcmstb.h         |  19 +++
 arch/arm/mach-bcm/headsmp-brcmstb.S |  33 ++++
 arch/arm/mach-bcm/platsmp-brcmstb.c | 329 ++++++++++++++++++++++++++++++++++++
 drivers/bus/brcmstb_gisb.c          |  45 ++++-
 7 files changed, 437 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/mach-bcm/brcmstb.h
 create mode 100644 arch/arm/mach-bcm/headsmp-brcmstb.S
 create mode 100644 arch/arm/mach-bcm/platsmp-brcmstb.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-10-20 21:26 [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes Florian Fainelli
@ 2014-11-03 22:28 ` Brian Norris
  2014-11-03 23:10   ` Olof Johansson
  2014-11-04  6:19 ` Olof Johansson
  1 sibling, 1 reply; 9+ messages in thread
From: Brian Norris @ 2014-11-03 22:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 20, 2014 at 02:26:48PM -0700, Florian Fainelli wrote:
> These changes were posted late during the v3.18 release cycle, and were
> eventually added to your 'late' branch, but here is an updated version
> 
> Thanks!
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19
> 
> for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:
> 
>   bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)

Forgive me if I'm being dense, but I don't see these changes in
linux-next, and I only see a portion of them in arm-soc/brcmstb/smp-uart
(plus, they're old, so there are merge conflicts). Did these get
overlooked?

Brian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-11-03 22:28 ` Brian Norris
@ 2014-11-03 23:10   ` Olof Johansson
  2014-11-03 23:12     ` Florian Fainelli
  0 siblings, 1 reply; 9+ messages in thread
From: Olof Johansson @ 2014-11-03 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 3, 2014 at 2:28 PM, Brian Norris
<computersforpeace@gmail.com> wrote:
> On Mon, Oct 20, 2014 at 02:26:48PM -0700, Florian Fainelli wrote:
>> These changes were posted late during the v3.18 release cycle, and were
>> eventually added to your 'late' branch, but here is an updated version
>>
>> Thanks!
>>
>> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
>>
>>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
>>
>> are available in the git repository at:
>>
>>   http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19
>>
>> for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:
>>
>>   bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)
>
> Forgive me if I'm being dense, but I don't see these changes in
> linux-next, and I only see a portion of them in arm-soc/brcmstb/smp-uart
> (plus, they're old, so there are merge conflicts). Did these get
> overlooked?

Not overlooked, we're just running way behind on merges.

I'll do a sweep today/tonight and start doing merges. I normally do it
chronologically though and there are even older ones to take care of.
I'll get to this quickly I hope.


-Olof

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-11-03 23:10   ` Olof Johansson
@ 2014-11-03 23:12     ` Florian Fainelli
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-11-03 23:12 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/03/2014 03:10 PM, Olof Johansson wrote:
> On Mon, Nov 3, 2014 at 2:28 PM, Brian Norris
> <computersforpeace@gmail.com> wrote:
>> On Mon, Oct 20, 2014 at 02:26:48PM -0700, Florian Fainelli wrote:
>>> These changes were posted late during the v3.18 release cycle, and were
>>> eventually added to your 'late' branch, but here is an updated version
>>>
>>> Thanks!
>>>
>>> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
>>>
>>>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19
>>>
>>> for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:
>>>
>>>   bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)
>>
>> Forgive me if I'm being dense, but I don't see these changes in
>> linux-next, and I only see a portion of them in arm-soc/brcmstb/smp-uart
>> (plus, they're old, so there are merge conflicts). Did these get
>> overlooked?
> 
> Not overlooked, we're just running way behind on merges.

I believe the changes Brian refers to is your merge of our 3.18 pull
request in your 'late' branch, these changes are now superseded by this
exact pull request we are discussing right now, which is intended for
3.19 (hope this clears things out).

> 
> I'll do a sweep today/tonight and start doing merges. I normally do it
> chronologically though and there are even older ones to take care of.
> I'll get to this quickly I hope.

Cool, thanks!
--
Florian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes
  2014-10-20 21:26 [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes Florian Fainelli
  2014-11-03 22:28 ` Brian Norris
@ 2014-11-04  6:19 ` Olof Johansson
  1 sibling, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2014-11-04  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 20, 2014 at 02:26:48PM -0700, Florian Fainelli wrote:
> These changes were posted late during the v3.18 release cycle, and were
> eventually added to your 'late' branch, but here is an updated version
> 
> Thanks!
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/brcm/linux.git tags/brcmstb-smp-uart-for-3.19
> 
> for you to fetch changes up to 203bb85ed605e43eadca62afb3a8cd128a8ec10a:
> 
>   bus: brcmstb_gisb: save and restore GISB timeout (2014-10-20 12:44:42 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains 3 changes for the brcmstb platform and 2 changes
> to the GISB bus arbiter driver
> 
> - fist patch adds earlyprintk to brcmstb platforms using the existing 8250
>   infrastructure
> 
> - second patch re-introduces SMP support after fixing the problems we had in
>   the initial implementation, for this patch to apply cleanly, I had to advance
>   up to "ARM: brcmstb: revert SMP support"
> 
> - third patch is dropping unused Kconfig dependencies
> 
> - fourth patch registers the ARM fault code for external aborts that the GISB
>   bus arbiter driver is designed to assit
> 
> - fifth patch does save/restore the GISB arbiter timeout across S3
>   suspend/resume cycles
> 
> Thanks!
> 
> ----------------------------------------------------------------
> Brian Norris (2):
>       ARM: brcmstb: reintroduce SMP support
>       ARM: brcmstb: Kconfig: drop unneeded symbol selections
> 
> Florian Fainelli (2):
>       bus: brcmstb_gisb: register the fault code hook
>       bus: brcmstb_gisb: save and restore GISB timeout
> 
> Marc Carino (1):
>       ARM: brcmstb: add debug UART for earlyprintk support

Ok, actually looking at the pull request now, sorry for the delay.

Looks like the two patches fromy ou should have been in a drivers branch
instead. Since they were trivial I'll keep them in here though.


-Olof

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-04  6:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 21:26 [GIT PULL] ARM: brcmstb: SMP, Kconfig, earlyprintk and GISB fixes Florian Fainelli
2014-11-03 22:28 ` Brian Norris
2014-11-03 23:10   ` Olof Johansson
2014-11-03 23:12     ` Florian Fainelli
2014-11-04  6:19 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2014-10-20 19:51 Florian Fainelli
2014-10-20 19:51 Florian Fainelli
2014-10-20 20:03 ` Arnd Bergmann
2014-10-20 20:05   ` Florian Fainelli

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