Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671673 > unrolled thread
| Started by | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|---|
| First post | 2017-06-21 15:40 +0200 |
| Last post | 2017-06-21 18:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v5 5/6] arm64: marvell: enable ICU and GICP drivers Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2017-06-21 15:40 +0200
Re: [PATCH v5 5/6] arm64: marvell: enable ICU and GICP drivers Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-06-21 18:30 +0200
| From | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|---|
| Date | 2017-06-21 15:40 +0200 |
| Subject | [PATCH v5 5/6] arm64: marvell: enable ICU and GICP drivers |
| Message-ID | <tUO1t-6FS-45@gated-at.bofh.it> |
This commit enables the newly introduced Marvell GICP and ICUs driver for the 64-bit Marvell EBU platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> --- arch/arm64/Kconfig.platforms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4afcffc..bf3b505 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -106,6 +106,8 @@ config ARCH_MVEBU select ARMADA_AP806_SYSCON select ARMADA_CP110_SYSCON select ARMADA_37XX_CLK + select MVEBU_GICP + select MVEBU_ICU select MVEBU_ODMI select MVEBU_PIC help -- 2.9.4
[toc] | [next] | [standalone]
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Date | 2017-06-21 18:30 +0200 |
| Message-ID | <tUQFZ-8uH-33@gated-at.bofh.it> |
| In reply to | #1671673 |
Hi Thomas, On mer., juin 21 2017, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > This commit enables the newly introduced Marvell GICP and ICUs driver > for the 64-bit Marvell EBU platforms. > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > Acked-by: Marc Zyngier <marc.zyngier@arm.com> Applied on mvebu/arm64 Thanks, Gregory > --- > arch/arm64/Kconfig.platforms | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 4afcffc..bf3b505 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -106,6 +106,8 @@ config ARCH_MVEBU > select ARMADA_AP806_SYSCON > select ARMADA_CP110_SYSCON > select ARMADA_37XX_CLK > + select MVEBU_GICP > + select MVEBU_ICU > select MVEBU_ODMI > select MVEBU_PIC > help > -- > 2.9.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web