mbox series

[GIT,PULL,2/6] Broadcom defconfig-arm64 changes for 4.19

Message ID 20180709153035.6376-2-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] Broadcom defconfig changes for 4.19 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64

Message

Florian Fainelli July 9, 2018, 3:30 p.m. UTC
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64

for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:

  Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs defconfig changes
for 4.19, please pull the following changes:

- Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
  arm64 defconfig file

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next

Stefan Wahren (1):
      arm64: defconfig: Enable RPi voltage sensor

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson July 14, 2018, 9:10 p.m. UTC | #1
On Mon, Jul 09, 2018 at 08:30:31AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64
> 
> for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:
> 
>   Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig changes
> for 4.19, please pull the following changes:
> 
> - Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
>   arm64 defconfig file
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next
> 
> Stefan Wahren (1):
>       arm64: defconfig: Enable RPi voltage sensor

It looks like you revisited this tag and branch after you sent the pull
request. It's usually better to do a new tag instead (and remove the
old one in case you don't want me to merge it), to avoid confusion.

New contents looks reasonable so I merged anyway.


-Olof
Florian Fainelli July 16, 2018, 9:24 a.m. UTC | #2
On 07/14/2018 02:10 PM, Olof Johansson wrote:
> On Mon, Jul 09, 2018 at 08:30:31AM -0700, Florian Fainelli wrote:
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64
>>
>> for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:
>>
>>   Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs defconfig changes
>> for 4.19, please pull the following changes:
>>
>> - Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
>>   arm64 defconfig file
>>
>> ----------------------------------------------------------------
>> Florian Fainelli (1):
>>       Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next
>>
>> Stefan Wahren (1):
>>       arm64: defconfig: Enable RPi voltage sensor
> 
> It looks like you revisited this tag and branch after you sent the pull
> request. It's usually better to do a new tag instead (and remove the
> old one in case you don't want me to merge it), to avoid confusion.

Good point, I did send out new emails with [GIT PULL v2] in the subject,
but depending on your mail client (e.g: Gmail) this can be easy to
conflate with the original one.

> 
> New contents looks reasonable so I merged anyway.

Thanks!