mbox series

[GIT,PULL,1/2] Broadcom drivers changes for 4.20 part 2

Message ID 20181105234831.30526-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/2] Broadcom drivers changes for 4.20 part 2 | expand

Pull-request

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

Message

Florian Fainelli Nov. 5, 2018, 11:48 p.m. UTC
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(-)

Comments

Olof Johansson Nov. 13, 2018, 7:25 p.m. UTC | #1
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
Florian Fainelli Nov. 13, 2018, 7:32 p.m. UTC | #2
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.
Olof Johansson Nov. 13, 2018, 7:34 p.m. UTC | #3
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