All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: patchwork-bot+linux-soc <patchwork-bot+linux-soc@kernel.org>,
	"Alexander Stein" <alexander.stein@ew.tq-group.com>
Cc: soc@kernel.org
Subject: Re: [PATCH v3 00/10] TQMLS1021A support
Date: Tue, 24 Jan 2023 22:35:06 +0100	[thread overview]
Message-ID: <51126fc9-6b8a-47c7-9b69-50e5fe9376cc@app.fastmail.com> (raw)
In-Reply-To: <167459588964.12731.7302577492098297722.git-patchwork-notify@kernel.org>

On Tue, Jan 24, 2023, at 22:31, patchwork-bot+linux-soc@kernel.org wrote:
> Hello:
>
> This series was applied to soc/soc.git (for-next)
> by Arnd Bergmann <arnd@arndb.de>:
>
> On Tue, 24 Jan 2023 12:02:03 +0100 you wrote:
>> Hi,
>> 
>> thanks everyone for the feedback. This is the third round of this series to
>> add support for the TQMLS1021A using the MBLS1021A mainboard.
>> The changelog is included in the individual patches.
>> 
>> Best regards,
>> Alexander
>> 
>> [...]
>
> Here is the summary with links:
>   - [v3,01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board
>     (no matching commit)
>   - [v3,02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
>     (no matching commit)
>   - [v3,03/10] ARM: dts: ls1021a: add TQMLS1021A flash partition layout
>     (no matching commit)
>   - [v3,04/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS 
> TM070JVHG33 overlay
>     (no matching commit)
>   - [v3,05/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
>     (no matching commit)
>   - [v3,06/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH 
> DC44 overlay
>     (no matching commit)
>   - [v3,07/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH 
> FC21 overlay
>     (no matching commit)
>   - [v3,08/10] ARM: multi_v7_defconfig: Add options to support 
> TQMLS102xA series
>     https://git.kernel.org/soc/soc/c/af8bd008315a
>   - [v3,09/10] kbuild: Add config fragment merge functionality
>     https://git.kernel.org/soc/soc/c/a400c287ce98
>   - [v3,10/10] ARM: add multi_v7_lpae_defconfig
>     https://git.kernel.org/soc/soc/c/e9faf9b0b07a
>

To clarify: only the last three patches are in the soc/defconfig
branch, the dts patches are not yet applied.

      Arnd

  reply	other threads:[~2023-01-24 21:35 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24 11:02 [PATCH v3 00/10] TQMLS1021A support Alexander Stein
2023-01-24 11:02 ` Alexander Stein
2023-01-24 11:02 ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 03/10] ARM: dts: ls1021a: add TQMLS1021A flash partition layout Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 04/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 05/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 06/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 07/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 08/10] ARM: multi_v7_defconfig: Add options to support TQMLS102xA series Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 09/10] kbuild: Add config fragment merge functionality Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02 ` [PATCH v3 10/10] ARM: add multi_v7_lpae_defconfig Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 11:02   ` Alexander Stein
2023-01-24 21:31 ` [PATCH v3 00/10] TQMLS1021A support patchwork-bot+linux-soc
2023-01-24 21:35   ` Arnd Bergmann [this message]
2023-01-24 21:37 ` Arnd Bergmann
2023-01-24 21:37   ` Arnd Bergmann
2023-01-24 21:37   ` Arnd Bergmann

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=51126fc9-6b8a-47c7-9b69-50e5fe9376cc@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=patchwork-bot+linux-soc@kernel.org \
    --cc=soc@kernel.org \
    /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.