mbox series

[v3,00/10] TQMLS1021A support

Message ID 20230124110213.3221264-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series TQMLS1021A support | expand

Message

Alexander Stein Jan. 24, 2023, 11:02 a.m. UTC
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

Alexander Stein (7):
  ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
  ARM: dts: ls1021a: add TQMLS1021A flash partition layout
  ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay
  ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
  ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay
  ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay
  ARM: multi_v7_defconfig: Add options to support TQMLS102xA series

Matthias Schiffer (1):
  dt-bindings: arm: fsl: add TQ-Systems LS1021A board

Nicolas Saenz Julienne (2):
  kbuild: Add config fragment merge functionality
  ARM: add multi_v7_lpae_defconfig

 .../devicetree/bindings/arm/fsl.yaml          |  10 +
 arch/arm/Makefile                             |   6 +
 arch/arm/boot/dts/Makefile                    |  12 +
 ...1021a-tqmls1021a-mbls1021a-cdtech-dc44.dts |  55 +++
 ...1021a-tqmls1021a-mbls1021a-cdtech-fc21.dts |  55 +++
 .../ls1021a-tqmls1021a-mbls1021a-hdmi.dtso    |  36 ++
 ...tqmls1021a-mbls1021a-lvds-tm070jvhg33.dtso |  56 +++
 .../boot/dts/ls1021a-tqmls1021a-mbls1021a.dts | 406 ++++++++++++++++++
 arch/arm/boot/dts/ls1021a-tqmls1021a.dtsi     | 112 +++++
 arch/arm/configs/lpae.config                  |   2 +
 arch/arm/configs/multi_v7_defconfig           |  13 +
 arch/powerpc/Makefile                         |  12 +-
 scripts/Makefile.defconf                      |  15 +
 13 files changed, 779 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a-mbls1021a-cdtech-dc44.dts
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a-mbls1021a-cdtech-fc21.dts
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a-mbls1021a-hdmi.dtso
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a-mbls1021a-lvds-tm070jvhg33.dtso
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a-mbls1021a.dts
 create mode 100644 arch/arm/boot/dts/ls1021a-tqmls1021a.dtsi
 create mode 100644 arch/arm/configs/lpae.config
 create mode 100644 scripts/Makefile.defconf

Comments

patchwork-bot+linux-soc@kernel.org Jan. 24, 2023, 9:31 p.m. UTC | #1
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

You are awesome, thank you!
Arnd Bergmann Jan. 24, 2023, 9:37 p.m. UTC | #2
On Tue, Jan 24, 2023, at 12:02, Alexander Stein wrote:
>
> 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
>
> Alexander Stein (7):
>   ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
>   ARM: dts: ls1021a: add TQMLS1021A flash partition layout
>   ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay
>   ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
>   ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay
>   ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay
>   ARM: multi_v7_defconfig: Add options to support TQMLS102xA series
>
> Matthias Schiffer (1):
>   dt-bindings: arm: fsl: add TQ-Systems LS1021A board
>
> Nicolas Saenz Julienne (2):
>   kbuild: Add config fragment merge functionality
>   ARM: add multi_v7_lpae_defconfig

I have applied the last three patches in the defconfig branch
to make things easier here. The dts patches should go through
the layerscape tree, so I'll wait for Shawn Guo or Li Yang
to pick those up once everyone is happy with them.

     Arnd