All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	Janusz Krzysztofik <jmkrzyszt@gmail.com>,
	Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build
Date: Mon, 23 Jan 2023 16:30:17 +0100	[thread overview]
Message-ID: <m2bkmpgteb.fsf@free.fr> (raw)
In-Reply-To: <20230109161636.512203-2-arnd@kernel.org>


Arnd Bergmann <arnd@kernel.org> writes:

> From: Arnd Bergmann <arnd@arndb.de>
>
> After commit b5aaaa666a85 ("ARM: pxa: add Kconfig dependencies 
> for
> ATAGS based boards"), the default PXA build no longer includes 
> support
> for the board files that are considered unused.
>
> As a side-effect of this, the PXA310 and PXA320 support is not 
> built
> into the kernel any more, even though it should work in 
> principle as
> long as the symbols are enabled. As Robert points out, there are 
> dts
> files for zylonite and cm-x300, though those have not made it 
> into the
> mainline kernel.
>
> Link: 
> https://lore.kernel.org/linux-arm-kernel/m2sfglh02h.fsf@free.fr/
> Reported-by: Robert Jarzmik <robert.jarzmik@free.fr>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

--
Robert

WARNING: multiple messages have this Message-ID (diff)
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	Janusz Krzysztofik <jmkrzyszt@gmail.com>,
	Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build
Date: Mon, 23 Jan 2023 16:30:17 +0100	[thread overview]
Message-ID: <m2bkmpgteb.fsf@free.fr> (raw)
In-Reply-To: <20230109161636.512203-2-arnd@kernel.org>


Arnd Bergmann <arnd@kernel.org> writes:

> From: Arnd Bergmann <arnd@arndb.de>
>
> After commit b5aaaa666a85 ("ARM: pxa: add Kconfig dependencies 
> for
> ATAGS based boards"), the default PXA build no longer includes 
> support
> for the board files that are considered unused.
>
> As a side-effect of this, the PXA310 and PXA320 support is not 
> built
> into the kernel any more, even though it should work in 
> principle as
> long as the symbols are enabled. As Robert points out, there are 
> dts
> files for zylonite and cm-x300, though those have not made it 
> into the
> mainline kernel.
>
> Link: 
> https://lore.kernel.org/linux-arm-kernel/m2sfglh02h.fsf@free.fr/
> Reported-by: Robert Jarzmik <robert.jarzmik@free.fr>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

--
Robert

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-01-23 15:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 16:16 [PATCH 0/3] ARM: SoC fixes Arnd Bergmann
2023-01-09 16:16 ` Arnd Bergmann
2023-01-09 16:16 ` [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build Arnd Bergmann
2023-01-09 16:16   ` Arnd Bergmann
2023-01-23 15:30   ` Robert Jarzmik [this message]
2023-01-23 15:30     ` Robert Jarzmik
2023-01-09 16:16 ` [PATCH 2/3] ARM: omap1: fix !ARCH_OMAP1_ANY link failures Arnd Bergmann
2023-01-09 16:16   ` Arnd Bergmann
2023-01-10 21:14   ` Aaro Koskinen
2023-01-10 21:14     ` Aaro Koskinen
2023-01-09 16:16 ` [PATCH 3/3] ARM: omap1: fix building gpio15xx Arnd Bergmann
2023-01-09 16:16   ` Arnd Bergmann
2023-01-10 21:15   ` Aaro Koskinen
2023-01-10 21:15     ` Aaro Koskinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2bkmpgteb.fsf@free.fr \
    --to=robert.jarzmik@free.fr \
    --cc=aaro.koskinen@iki.fi \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=daniel@zonque.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=jmkrzyszt@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.