mbox series

[GIT,PULL,3/3,part,2,v2] Broadcom maintainers changes for 5.6

Message ID 20200117222705.25391-3-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3,part,2,v2] Broadcom defconfig-arm64 changes for 5.6 | expand

Pull-request

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

Message

Florian Fainelli Jan. 17, 2020, 10:27 p.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7f4d4e232f3789bb4bd418d01cf97f195a76b2de:

  MAINTAINERS: Add brcmstb PCIe controller (2020-01-15 15:39:48 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoCs MAINTAINERS file updates for
5.6, please pull the following:

- Nicolas adds an entry for the Broadcom STB PCIe Root Complex files for
  both BCM7xxx (actual STB SoCs) and BCM2711 (Raspberry Pi 4).

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      MAINTAINERS: Add brcmstb PCIe controller

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Olof Johansson Jan. 18, 2020, 1:10 a.m. UTC | #1
Hi,

On Fri, Jan 17, 2020 at 02:27:05PM -0800, Florian Fainelli wrote:
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/maintainers
> 
> for you to fetch changes up to 7f4d4e232f3789bb4bd418d01cf97f195a76b2de:
> 
>   MAINTAINERS: Add brcmstb PCIe controller (2020-01-15 15:39:48 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom SoCs MAINTAINERS file updates for
> 5.6, please pull the following:
> 
> - Nicolas adds an entry for the Broadcom STB PCIe Root Complex files for
>   both BCM7xxx (actual STB SoCs) and BCM2711 (Raspberry Pi 4).
> 
> ----------------------------------------------------------------
> Nicolas Saenz Julienne (1):
>       MAINTAINERS: Add brcmstb PCIe controller
> 

My addition of checking scripts seem to be paying off already. You missed
signing off on this patch when you applied it. :-)

Btw, this could have gone in with the pcie controller patchset too. But either
way, mind respinning with the sign-off fixed?


Thanks,

-Olof
Florian Fainelli Jan. 18, 2020, 3:34 a.m. UTC | #2
On 1/17/2020 5:10 PM, Olof Johansson wrote:
> Hi,
> 
> On Fri, Jan 17, 2020 at 02:27:05PM -0800, Florian Fainelli wrote:
>> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
>>
>>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/maintainers
>>
>> for you to fetch changes up to 7f4d4e232f3789bb4bd418d01cf97f195a76b2de:
>>
>>   MAINTAINERS: Add brcmstb PCIe controller (2020-01-15 15:39:48 -0800)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom SoCs MAINTAINERS file updates for
>> 5.6, please pull the following:
>>
>> - Nicolas adds an entry for the Broadcom STB PCIe Root Complex files for
>>   both BCM7xxx (actual STB SoCs) and BCM2711 (Raspberry Pi 4).
>>
>> ----------------------------------------------------------------
>> Nicolas Saenz Julienne (1):
>>       MAINTAINERS: Add brcmstb PCIe controller
>>
> 
> My addition of checking scripts seem to be paying off already. You missed
> signing off on this patch when you applied it. :-)

Indeed my bad, I have now added Stephen's check_commits to my pull
request script, thanks!

> 
> Btw, this could have gone in with the pcie controller patchset too. But either
> way, mind respinning with the sign-off fixed?

True it could have gone through Bjorn's tree. Now done:

https://lore.kernel.org/linux-arm-kernel/20200118032935.1346-1-f.fainelli@gmail.com/

Thanks