linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2
@ 2018-11-05 23:48 Florian Fainelli
  2018-11-05 23:48 ` [GIT PULL 2/2] Broadcom maintainers " Florian Fainelli
  2018-11-13 19:25 ` [GIT PULL 1/2] Broadcom drivers " Olof Johansson
  0 siblings, 2 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-11-05 23:48 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/drivers-part2

for you to fetch changes up to 0810d5cc29a1e4bb9e738a478b746aebf8dc1931:

  bus: brcmstb_gisb: simplify getting .driver_data (2018-11-05 12:37:22 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
for 4.20:

- Wolfram converts the Broadcom STB GISB bus arbiter driver to use
  dev_get_drvdata()

- Florian fixes the kernel's re-entry point function when the kernel is
  built with CONFIG_THUMB2_KERNEL

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Fix re-entry point with a THUMB2_KERNEL

Wolfram Sang (1):
      bus: brcmstb_gisb: simplify getting .driver_data

 drivers/bus/brcmstb_gisb.c          | 12 ++++--------
 drivers/soc/bcm/brcmstb/pm/pm-arm.c |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

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

* [GIT PULL 2/2] Broadcom maintainers changes for 4.20 part 2
  2018-11-05 23:48 [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2 Florian Fainelli
@ 2018-11-05 23:48 ` Florian Fainelli
  2018-11-13 19:24   ` Olof Johansson
  2018-11-13 19:25 ` [GIT PULL 1/2] Broadcom drivers " Olof Johansson
  1 sibling, 1 reply; 6+ messages in thread
From: Florian Fainelli @ 2018-11-05 23:48 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/maintainers-part2

for you to fetch changes up to 7900f06c3feedbe74d79f28a0d062dbf11fd10bf:

  MAINTAINERS: Remove self from Broadcom SoCs (2018-11-05 10:41:44 -0800)

----------------------------------------------------------------
This pull request contains update to the MAINTAINERS file for Broadcom
SoCs, please pull the following changes for 4.20:

- Jon removes himself from the MAINTAINERS file since he is no longer
  with Broadcom

----------------------------------------------------------------
Jon Mason (1):
      MAINTAINERS: Remove self from Broadcom SoCs

 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

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

* [GIT PULL 2/2] Broadcom maintainers changes for 4.20 part 2
  2018-11-05 23:48 ` [GIT PULL 2/2] Broadcom maintainers " Florian Fainelli
@ 2018-11-13 19:24   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2018-11-13 19:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 05, 2018 at 03:48:31PM -0800, Florian Fainelli wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/maintainers-part2
> 
> for you to fetch changes up to 7900f06c3feedbe74d79f28a0d062dbf11fd10bf:
> 
>   MAINTAINERS: Remove self from Broadcom SoCs (2018-11-05 10:41:44 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains update to the MAINTAINERS file for Broadcom
> SoCs, please pull the following changes for 4.20:
> 
> - Jon removes himself from the MAINTAINERS file since he is no longer
>   with Broadcom

Merged into fixes. Thanks!


-Olof

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

* [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2
  2018-11-05 23:48 [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2 Florian Fainelli
  2018-11-05 23:48 ` [GIT PULL 2/2] Broadcom maintainers " Florian Fainelli
@ 2018-11-13 19:25 ` Olof Johansson
  2018-11-13 19:32   ` Florian Fainelli
  1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2018-11-13 19:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 05, 2018 at 03:48:30PM -0800, Florian Fainelli wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/drivers-part2
> 
> for you to fetch changes up to 0810d5cc29a1e4bb9e738a478b746aebf8dc1931:
> 
>   bus: brcmstb_gisb: simplify getting .driver_data (2018-11-05 12:37:22 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
> for 4.20:
> 
> - Wolfram converts the Broadcom STB GISB bus arbiter driver to use
>   dev_get_drvdata()
> 
> - Florian fixes the kernel's re-entry point function when the kernel is
>   built with CONFIG_THUMB2_KERNEL

Hi Florian,

Not sure if you inteded this for 4.20 or to queue for next merge window? Right
now we're in bugfixes/regressions only for 4.20, and the GISB patch seems to be
a cleanup/refactor.



-Olof

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

* [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2
  2018-11-13 19:25 ` [GIT PULL 1/2] Broadcom drivers " Olof Johansson
@ 2018-11-13 19:32   ` Florian Fainelli
  2018-11-13 19:34     ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Fainelli @ 2018-11-13 19:32 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/13/18 11:25 AM, Olof Johansson wrote:
> On Mon, Nov 05, 2018 at 03:48:30PM -0800, Florian Fainelli wrote:
>> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>>
>>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/drivers-part2
>>
>> for you to fetch changes up to 0810d5cc29a1e4bb9e738a478b746aebf8dc1931:
>>
>>   bus: brcmstb_gisb: simplify getting .driver_data (2018-11-05 12:37:22 -0800)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
>> for 4.20:
>>
>> - Wolfram converts the Broadcom STB GISB bus arbiter driver to use
>>   dev_get_drvdata()
>>
>> - Florian fixes the kernel's re-entry point function when the kernel is
>>   built with CONFIG_THUMB2_KERNEL
> 
> Hi Florian,
> 
> Not sure if you inteded this for 4.20 or to queue for next merge window? Right
> now we're in bugfixes/regressions only for 4.20, and the GISB patch seems to be
> a cleanup/refactor.

This is intended for 4.20 and the GISB patch is pretty low risk, which
is why I had included it, but I can resubmit without it if you think
this is not appropriate.
-- 
Florian

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

* [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2
  2018-11-13 19:32   ` Florian Fainelli
@ 2018-11-13 19:34     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2018-11-13 19:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 13, 2018 at 11:32 AM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> On 11/13/18 11:25 AM, Olof Johansson wrote:
> > On Mon, Nov 05, 2018 at 03:48:30PM -0800, Florian Fainelli wrote:
> >> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> >>
> >>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> >>
> >> are available in the Git repository at:
> >>
> >>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/drivers-part2
> >>
> >> for you to fetch changes up to 0810d5cc29a1e4bb9e738a478b746aebf8dc1931:
> >>
> >>   bus: brcmstb_gisb: simplify getting .driver_data (2018-11-05 12:37:22 -0800)
> >>
> >> ----------------------------------------------------------------
> >> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
> >> for 4.20:
> >>
> >> - Wolfram converts the Broadcom STB GISB bus arbiter driver to use
> >>   dev_get_drvdata()
> >>
> >> - Florian fixes the kernel's re-entry point function when the kernel is
> >>   built with CONFIG_THUMB2_KERNEL
> >
> > Hi Florian,
> >
> > Not sure if you inteded this for 4.20 or to queue for next merge window? Right
> > now we're in bugfixes/regressions only for 4.20, and the GISB patch seems to be
> > a cleanup/refactor.
>
> This is intended for 4.20 and the GISB patch is pretty low risk, which
> is why I had included it, but I can resubmit without it if you think
> this is not appropriate.

Yeah, let's try to steer away from doing non-fixes post merge window
unless there are strong reasons to do it, even if they might be low
risk.


Thanks!

-Olof

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

end of thread, other threads:[~2018-11-13 19:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 23:48 [GIT PULL 1/2] Broadcom drivers changes for 4.20 part 2 Florian Fainelli
2018-11-05 23:48 ` [GIT PULL 2/2] Broadcom maintainers " Florian Fainelli
2018-11-13 19:24   ` Olof Johansson
2018-11-13 19:25 ` [GIT PULL 1/2] Broadcom drivers " Olof Johansson
2018-11-13 19:32   ` Florian Fainelli
2018-11-13 19:34     ` Olof Johansson

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