Message ID | 20190416151140.2598-2-dinguyen@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 09d7d3e5291b3a531e36a5b6ef6d6088bb541aad |
Headers | show |
Series | [GIT,PULL,1/3] SoCFPGA DTS updates for v5.2 | expand |
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
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