linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 2/2] Broadcom defconfig fixes for 4.10
@ 2017-01-15  2:36 Florian Fainelli
  2017-01-15  2:36 ` [GIT PULL 1/2] Broadcom arm Device Tree " Florian Fainelli
  2017-01-17  6:08 ` [GIT PULL 2/2] Broadcom defconfig " Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-01-15  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/defconfig-fixes

for you to fetch changes up to 91546c56624a79f4a8fd80bede6b5a38c0f0ad78:

  ARM: multi_v7_defconfig: set bcm47xx watchdog (2017-01-12 16:03:12 -0800)

----------------------------------------------------------------
This pull request contains fixes to multi_v7_defconfig for Broadcom ARM-based
SoCs, please pull the following changes:

- Valenting fixes two incorrect Kconfig symbols for BCM47xx: NVRAM and watchdog drivers

----------------------------------------------------------------
Valentin Rothberg (2):
      ARM: multi_v7_defconfig: fix config typo
      ARM: multi_v7_defconfig: set bcm47xx watchdog

 arch/arm/configs/multi_v7_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.10
  2017-01-15  2:36 [GIT PULL 2/2] Broadcom defconfig fixes for 4.10 Florian Fainelli
@ 2017-01-15  2:36 ` Florian Fainelli
  2017-01-17  6:09   ` Olof Johansson
  2017-01-17  6:08 ` [GIT PULL 2/2] Broadcom defconfig " Olof Johansson
  1 sibling, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2017-01-15  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/devicetree-fixes

for you to fetch changes up to 6771e01f7965ea13988d0a5a7972f97be4e46452:

  ARM: dts: NSP: Fix DT ranges error (2017-01-12 16:07:27 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree fixes for v4.10, please
pull the following:

- Jon fixes an invalid value for the "ranges" property of the bus nodes on NorthStar
  Plus SoCs

----------------------------------------------------------------
Jon Mason (1):
      ARM: dts: NSP: Fix DT ranges error

 arch/arm/boot/dts/bcm-nsp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 2/2] Broadcom defconfig fixes for 4.10
  2017-01-15  2:36 [GIT PULL 2/2] Broadcom defconfig fixes for 4.10 Florian Fainelli
  2017-01-15  2:36 ` [GIT PULL 1/2] Broadcom arm Device Tree " Florian Fainelli
@ 2017-01-17  6:08 ` Olof Johansson
  2017-01-17 18:57   ` Florian Fainelli
  1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2017-01-17  6:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 14, 2017 at 06:36:36PM -0800, Florian Fainelli wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/defconfig-fixes
> 
> for you to fetch changes up to 91546c56624a79f4a8fd80bede6b5a38c0f0ad78:
> 
>   ARM: multi_v7_defconfig: set bcm47xx watchdog (2017-01-12 16:03:12 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains fixes to multi_v7_defconfig for Broadcom ARM-based
> SoCs, please pull the following changes:
> 
> - Valenting fixes two incorrect Kconfig symbols for BCM47xx: NVRAM and watchdog drivers
> 
> ----------------------------------------------------------------
> Valentin Rothberg (2):
>       ARM: multi_v7_defconfig: fix config typo
>       ARM: multi_v7_defconfig: set bcm47xx watchdog

Merged. How did we even get here? Did the options rename or did someone
edit config files by hand?


-Olof

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

* [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.10
  2017-01-15  2:36 ` [GIT PULL 1/2] Broadcom arm Device Tree " Florian Fainelli
@ 2017-01-17  6:09   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2017-01-17  6:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 14, 2017 at 06:36:37PM -0800, Florian Fainelli wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/devicetree-fixes
> 
> for you to fetch changes up to 6771e01f7965ea13988d0a5a7972f97be4e46452:
> 
>   ARM: dts: NSP: Fix DT ranges error (2017-01-12 16:07:27 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC Device Tree fixes for v4.10, please
> pull the following:
> 
> - Jon fixes an invalid value for the "ranges" property of the bus nodes on NorthStar
>   Plus SoCs

Merged, thanks.


-Olof

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

* [GIT PULL 2/2] Broadcom defconfig fixes for 4.10
  2017-01-17  6:08 ` [GIT PULL 2/2] Broadcom defconfig " Olof Johansson
@ 2017-01-17 18:57   ` Florian Fainelli
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-01-17 18:57 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/16/2017 10:08 PM, Olof Johansson wrote:
> On Sat, Jan 14, 2017 at 06:36:36PM -0800, Florian Fainelli wrote:
>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>>
>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>>
>> are available in the git repository at:
>>
>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.10/defconfig-fixes
>>
>> for you to fetch changes up to 91546c56624a79f4a8fd80bede6b5a38c0f0ad78:
>>
>>   ARM: multi_v7_defconfig: set bcm47xx watchdog (2017-01-12 16:03:12 -0800)
>>
>> ----------------------------------------------------------------
>> This pull request contains fixes to multi_v7_defconfig for Broadcom ARM-based
>> SoCs, please pull the following changes:
>>
>> - Valenting fixes two incorrect Kconfig symbols for BCM47xx: NVRAM and watchdog drivers
>>
>> ----------------------------------------------------------------
>> Valentin Rothberg (2):
>>       ARM: multi_v7_defconfig: fix config typo
>>       ARM: multi_v7_defconfig: set bcm47xx watchdog
> 
> Merged. How did we even get here? Did the options rename or did someone
> edit config files by hand?

It's not me, it's the cat! I hand edited the file and goofed up
stupidly, twice!

Thanks!
-- 
Florian

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

end of thread, other threads:[~2017-01-17 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15  2:36 [GIT PULL 2/2] Broadcom defconfig fixes for 4.10 Florian Fainelli
2017-01-15  2:36 ` [GIT PULL 1/2] Broadcom arm Device Tree " Florian Fainelli
2017-01-17  6:09   ` Olof Johansson
2017-01-17  6:08 ` [GIT PULL 2/2] Broadcom defconfig " Olof Johansson
2017-01-17 18:57   ` 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).