* [GIT PULL 1/3] SoCFPGA DTS updates for v5.2
@ 2019-04-16 15:11 Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 2/3] arm64: defconfig update " Dinh Nguyen
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Dinh Nguyen @ 2019-04-16 15:11 UTC (permalink / raw)
To: arm; +Cc: dinguyen, linux-arm-kernel
Hi Arnd, Kevin, and Olof:
Please pull in these SoCFPGA DTS updates 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/socfpga_dts_updates_for_v5.2
for you to fetch changes up to 4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2:
arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA (2019-04-05 16:36:07 -0500)
----------------------------------------------------------------
SoCFPGA DTS updates for v5.2
- Add base support for Agilex platform
- Add 'cap-mmc-highspeed' Stratix10 and 32-bit SoCFPGA platform
- Increase Stratix10 QSPI support to 100 MHz
----------------------------------------------------------------
Dinh Nguyen (4):
ARM: dts: socfpga: enable MMC highspeed support
arm64: dts: stratix10: enable MMC highspeed support
arm64: dts: stratix10: increase QSPI max frequency to 100MHz
arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts | 1 +
arch/arm64/Kconfig.platforms | 5 +
arch/arm64/boot/dts/Makefile | 1 +
.../boot/dts/altera/socfpga_stratix10_socdk.dts | 3 +-
arch/arm64/boot/dts/intel/Makefile | 1 +
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 444 +++++++++++++++++++++
arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 75 ++++
7 files changed, 529 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/intel/Makefile
create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread* [GIT PULL 2/3] arm64: defconfig update for v5.2
2019-04-16 15:11 [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Dinh Nguyen
@ 2019-04-16 15:11 ` Dinh Nguyen
2019-04-29 6:14 ` Olof Johansson
2019-04-16 15:11 ` [GIT PULL 3/3] MAINTAINERS: add Agilex platform under Dinh Nguyen Dinh Nguyen
2019-04-28 19:38 ` [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Olof Johansson
2 siblings, 1 reply; 7+ messages in thread
From: Dinh Nguyen @ 2019-04-16 15:11 UTC (permalink / raw)
To: arm; +Cc: dinguyen, linux-arm-kernel
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(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [GIT PULL 2/3] arm64: defconfig update for v5.2
2019-04-16 15:11 ` [GIT PULL 2/3] arm64: defconfig update " Dinh Nguyen
@ 2019-04-29 6:14 ` Olof Johansson
2019-04-29 20:07 ` Dinh Nguyen
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2019-04-29 6:14 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: arm, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL 2/3] arm64: defconfig update for v5.2
2019-04-29 6:14 ` Olof Johansson
@ 2019-04-29 20:07 ` Dinh Nguyen
0 siblings, 0 replies; 7+ messages in thread
From: Dinh Nguyen @ 2019-04-29 20:07 UTC (permalink / raw)
To: Olof Johansson; +Cc: arm, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/3] MAINTAINERS: add Agilex platform under Dinh Nguyen
2019-04-16 15:11 [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 2/3] arm64: defconfig update " Dinh Nguyen
@ 2019-04-16 15:11 ` Dinh Nguyen
2019-04-29 6:15 ` Olof Johansson
2019-04-28 19:38 ` [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Olof Johansson
2 siblings, 1 reply; 7+ messages in thread
From: Dinh Nguyen @ 2019-04-16 15:11 UTC (permalink / raw)
To: arm; +Cc: dinguyen, linux-arm-kernel
Hi Arnd, Kevin, and Olof:
Please pull in this update to MAINTAINERS 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/maintainers_for_v5.2
for you to fetch changes up to a0bdc85e6dbc6b27030e7d9b3b1a7d905501c334:
MAINTAINERS: Add arm64/intel entry for SoCFPGA (2019-04-16 09:57:43 -0500)
----------------------------------------------------------------
MAINTAINERS
- Add Intel Agilex platform under Dinh Nguyen
----------------------------------------------------------------
Dinh Nguyen (1):
MAINTAINERS: Add arm64/intel entry for SoCFPGA
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [GIT PULL 1/3] SoCFPGA DTS updates for v5.2
2019-04-16 15:11 [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 2/3] arm64: defconfig update " Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 3/3] MAINTAINERS: add Agilex platform under Dinh Nguyen Dinh Nguyen
@ 2019-04-28 19:38 ` Olof Johansson
2 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2019-04-28 19:38 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: arm, linux-arm-kernel
On Tue, Apr 16, 2019 at 10:11:38AM -0500, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
>
> Please pull in these SoCFPGA DTS updates 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/socfpga_dts_updates_for_v5.2
>
> for you to fetch changes up to 4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2:
>
> arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA (2019-04-05 16:36:07 -0500)
>
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v5.2
> - Add base support for Agilex platform
> - Add 'cap-mmc-highspeed' Stratix10 and 32-bit SoCFPGA platform
> - Increase Stratix10 QSPI support to 100 MHz
>
> ----------------------------------------------------------------
> Dinh Nguyen (4):
> ARM: dts: socfpga: enable MMC highspeed support
> arm64: dts: stratix10: enable MMC highspeed support
> arm64: dts: stratix10: increase QSPI max frequency to 100MHz
> arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA
>
> arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts | 1 +
> arch/arm64/Kconfig.platforms | 5 +
> arch/arm64/boot/dts/Makefile | 1 +
> .../boot/dts/altera/socfpga_stratix10_socdk.dts | 3 +-
> arch/arm64/boot/dts/intel/Makefile | 1 +
> arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 444 +++++++++++++++++++++
> arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 75 ++++
Merged, even though it's unclear to me if it makes sense to add this under
a new intel/ directory or next to existing socfpga platforms.
-Olof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-04-29 20:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 15:11 [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 2/3] arm64: defconfig update " Dinh Nguyen
2019-04-29 6:14 ` Olof Johansson
2019-04-29 20:07 ` Dinh Nguyen
2019-04-16 15:11 ` [GIT PULL 3/3] MAINTAINERS: add Agilex platform under Dinh Nguyen Dinh Nguyen
2019-04-29 6:15 ` Olof Johansson
2019-04-28 19:38 ` [GIT PULL 1/3] SoCFPGA DTS updates for v5.2 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox