mbox

[GIT,PULL,2/2] Broadcom defconfig fixes for 4.10

Message ID 20170115023637.24759-1-f.fainelli@gmail.com
State New
Headers show

Pull-request

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

Message

Florian Fainelli Jan. 15, 2017, 2:36 a.m. UTC
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(-)

Comments

Olof Johansson Jan. 17, 2017, 6:08 a.m. UTC | #1
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
Florian Fainelli Jan. 17, 2017, 6:57 p.m. UTC | #2
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!