mbox

[GIT,PULL] Broadcom MAINTAINERS file updates for 3.20 (v3)

Message ID 1422564023-28977-1-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/broadcom/stblinux tags/arm-soc/for-3.20/maintainer

Message

Florian Fainelli Jan. 29, 2015, 8:40 p.m. UTC
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  http://github.com/broadcom/stblinux tags/arm-soc/for-3.20/maintainer

for you to fetch changes up to 5e2aed2746a02f677cc07679407360ab80b4106a:

  MAINTAINERS: add a git entry for BMIPS-based BCM7xxx SoCs (2015-01-29 12:31:30 -0800)

Arnd, Olof, please drop the previous pull request and use this one instead, thanks!

Changes in v3:
- provide working git repositories links

Changes in v2:
- consistently use github.com/broadcom (lower case) everywhere

----------------------------------------------------------------
This pull request contains updates to our MAINTAINERS files for all relevant
Broadcom SoCs: BCM63xx, Cygnus/iProc, ARM & MIPS-based BCM7xxx (brcmstb).

Our new code location for all Broadcom-related kernel activities is now on
http://github.com/broadcom/.

----------------------------------------------------------------
Florian Fainelli (4):
      MAINTAINERS: move BCM63xx ARM-based SoCs git tree
      MAINTAINERS: update Broadcom Cygnus SoC git tree
      MAINTAINERS: add a git entry for BCM7xxx ARM-based SoCs
      MAINTAINERS: add a git entry for BMIPS-based BCM7xxx SoCs

 MAINTAINERS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Olof Johansson Jan. 29, 2015, 10:13 p.m. UTC | #1
Hi,

On Thu, Jan 29, 2015 at 12:40 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>
> are available in the git repository at:
>
>   http://github.com/broadcom/stblinux tags/arm-soc/for-3.20/maintainer
>
> for you to fetch changes up to 5e2aed2746a02f677cc07679407360ab80b4106a:
>
>   MAINTAINERS: add a git entry for BMIPS-based BCM7xxx SoCs (2015-01-29 12:31:30 -0800)
>
> Arnd, Olof, please drop the previous pull request and use this one instead, thanks!

Unfortuantely, we don't just swap out merges for you when you have a
better branch to send us. It's a lot of work to do so.

If you need to fix something up, please send either a patch that we
apply on the same next/* branch, or a pull request of an incremental
branch (i.e. based on the previously merged branch head but with the
patch applied on top).


-Olof