mbox series

[GIT,PULL,2/3] arm64: defconfig update for v5.2

Message ID 20190416151140.2598-2-dinguyen@kernel.org
State New
Headers show
Series None | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.2

Message

Dinh Nguyen April 16, 2019, 3:11 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these updates to the arm64 defconfig for v5.2.

Thanks,
Dinh


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.2

for you to fetch changes up to 09d7d3e5291b3a531e36a5b6ef6d6088bb541aad:

  arm64: defconfig: include the Agilex platform to the arm64 defconfig (2019-04-05 17:45:42 -0500)

----------------------------------------------------------------
ARM64 defconfig updates for v5.1
- 'make savedefconfig' cleanup
- Enable PCIE_ALTERA and PCIE_ALTERA_MSI
- Enable the Intel Stratix10 Service layer driver, FPGA manager and
  Altera Freeze Bridge driver.
- Adds the Intel Agilex platform to the arm64 defconfig

----------------------------------------------------------------
Dinh Nguyen (3):
      arm64: defconfig: enable PCIE_ALTERA
      arm64: defconfig: enable fpga and service layer
      arm64: defconfig: include the Agilex platform to the arm64 defconfig

 arch/arm64/configs/defconfig | 88 +++++++++++++++++++++++---------------------
 1 file changed, 47 insertions(+), 41 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:14 a.m. UTC | #1
On Tue, Apr 16, 2019 at 10:11:39AM -0500, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these updates to the arm64 defconfig for v5.2.
> 
> Thanks,
> Dinh
> 
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.2
> 
> for you to fetch changes up to 09d7d3e5291b3a531e36a5b6ef6d6088bb541aad:
> 
>   arm64: defconfig: include the Agilex platform to the arm64 defconfig (2019-04-05 17:45:42 -0500)
> 
> ----------------------------------------------------------------
> ARM64 defconfig updates for v5.1
> - 'make savedefconfig' cleanup
> - Enable PCIE_ALTERA and PCIE_ALTERA_MSI
> - Enable the Intel Stratix10 Service layer driver, FPGA manager and
>   Altera Freeze Bridge driver.
> - Adds the Intel Agilex platform to the arm64 defconfig

Merged, thanks.

In general we don't like it when platforms do a 'savedefconfig' and reorder the
file though, since chaos ensues when more than one does it.


-Olof
Dinh Nguyen April 29, 2019, 8:07 p.m. UTC | #2
On 4/29/19 1:14 AM, Olof Johansson wrote:
> On Tue, Apr 16, 2019 at 10:11:39AM -0500, Dinh Nguyen wrote:
>> Hi Arnd, Kevin, and Olof:
>>
>> Please pull in these updates to the arm64 defconfig for v5.2.
>>
>> Thanks,
>> Dinh
>>
>>
>> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>>
>>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.2
>>
>> for you to fetch changes up to 09d7d3e5291b3a531e36a5b6ef6d6088bb541aad:
>>
>>   arm64: defconfig: include the Agilex platform to the arm64 defconfig (2019-04-05 17:45:42 -0500)
>>
>> ----------------------------------------------------------------
>> ARM64 defconfig updates for v5.1
>> - 'make savedefconfig' cleanup
>> - Enable PCIE_ALTERA and PCIE_ALTERA_MSI
>> - Enable the Intel Stratix10 Service layer driver, FPGA manager and
>>   Altera Freeze Bridge driver.
>> - Adds the Intel Agilex platform to the arm64 defconfig
> 
> Merged, thanks.
> 
> In general we don't like it when platforms do a 'savedefconfig' and reorder the
> file though, since chaos ensues when more than one does it.
> 

Thanks and noted!

Dinh