Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1346257 > unrolled thread
| Started by | Andreas Färber <afaerber@suse.de> |
|---|---|
| First post | 2016-03-01 00:50 +0100 |
| Last post | 2016-03-01 17:10 +0100 |
| Articles | 4 — 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 1/8] ARM64: Enable Amlogic Meson GXBaby platform Andreas Färber <afaerber@suse.de> - 2016-03-01 00:50 +0100
Re: [PATCH 1/8] ARM64: Enable Amlogic Meson GXBaby platform Sudeep Holla <sudeep.holla@arm.com> - 2016-03-01 15:50 +0100
Re: [PATCH 1/8] ARM64: Enable Amlogic Meson GXBaby platform Andreas Färber <afaerber@suse.de> - 2016-03-01 16:30 +0100
Re: [PATCH 1/8] ARM64: Enable Amlogic Meson GXBaby platform Sudeep Holla <sudeep.holla@arm.com> - 2016-03-01 17:10 +0100
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Date | 2016-03-01 00:50 +0100 |
| Subject | [PATCH 1/8] ARM64: Enable Amlogic Meson GXBaby platform |
| Message-ID | <r7FJD-1gw-13@gated-at.bofh.it> |
Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial and i2c drivers. Signed-off-by: Andreas Färber <afaerber@suse.de> --- arch/arm64/Kconfig.platforms | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a0a69589e46c..17d0ddaa0516 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -56,6 +56,12 @@ config ARCH_MEDIATEK help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs +config ARCH_MESON + bool "Amlogic Platforms" + select ARM_GIC + help + This enables support for the S905 SoCs + config ARCH_MVEBU bool "Marvell EBU SoC Family" select ARMADA_AP806_CORE_CLK -- 2.6.2
[toc] | [next] | [standalone]
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Date | 2016-03-01 15:50 +0100 |
| Message-ID | <r7TMB-1XE-5@gated-at.bofh.it> |
| In reply to | #1346257 |
On 29/02/16 23:44, Andreas Färber wrote: > Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial > and i2c drivers. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > arch/arm64/Kconfig.platforms | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index a0a69589e46c..17d0ddaa0516 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -56,6 +56,12 @@ config ARCH_MEDIATEK > help > Support for Mediatek MT65xx & MT81xx ARMv8 SoCs > > +config ARCH_MESON > + bool "Amlogic Platforms" > + select ARM_GIC Why do you need this ? CONFIG_ARM64 selects GIC for you. -- Regards, Sudeep
[toc] | [prev] | [next] | [standalone]
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Date | 2016-03-01 16:30 +0100 |
| Message-ID | <r7Upj-2rl-15@gated-at.bofh.it> |
| In reply to | #1346661 |
Am 01.03.2016 um 15:43 schrieb Sudeep Holla: > On 29/02/16 23:44, Andreas Färber wrote: >> Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial >> and i2c drivers. >> >> Signed-off-by: Andreas Färber <afaerber@suse.de> >> --- >> arch/arm64/Kconfig.platforms | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms >> index a0a69589e46c..17d0ddaa0516 100644 >> --- a/arch/arm64/Kconfig.platforms >> +++ b/arch/arm64/Kconfig.platforms >> @@ -56,6 +56,12 @@ config ARCH_MEDIATEK >> help >> Support for Mediatek MT65xx & MT81xx ARMv8 SoCs >> >> +config ARCH_MESON >> + bool "Amlogic Platforms" >> + select ARM_GIC > > Why do you need this ? CONFIG_ARM64 selects GIC for you. ARCH_MEDIATEK above does and should be fixed too then. I only need ARCH_MESON itself, I guess. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg)
[toc] | [prev] | [next] | [standalone]
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Date | 2016-03-01 17:10 +0100 |
| Message-ID | <r7V22-2XK-17@gated-at.bofh.it> |
| In reply to | #1346692 |
On 01/03/16 15:26, Andreas Färber wrote: > Am 01.03.2016 um 15:43 schrieb Sudeep Holla: >> On 29/02/16 23:44, Andreas Färber wrote: >>> Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial >>> and i2c drivers. >>> >>> Signed-off-by: Andreas Färber <afaerber@suse.de> >>> --- >>> arch/arm64/Kconfig.platforms | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms >>> index a0a69589e46c..17d0ddaa0516 100644 >>> --- a/arch/arm64/Kconfig.platforms >>> +++ b/arch/arm64/Kconfig.platforms >>> @@ -56,6 +56,12 @@ config ARCH_MEDIATEK >>> help >>> Support for Mediatek MT65xx & MT81xx ARMv8 SoCs >>> >>> +config ARCH_MESON >>> + bool "Amlogic Platforms" >>> + select ARM_GIC >> >> Why do you need this ? CONFIG_ARM64 selects GIC for you. > > ARCH_MEDIATEK above does and should be fixed too then. Yes I did see that when I checked before replying to you and assumed you might have taken it as reference as it's just above this entry :) -- Regards, Sudeep
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web