public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Eugen Hristev <eugen.hristev@collabora.com>
To: Artur Rojek <artur@conclusive.pl>, Simon Glass <sjg@chromium.org>,
	Jakub Klama <jakub@conclusive.pl>,
	Marcin Jabrzyk <marcin@conclusive.pl>
Cc: "Wojciech Kloska" <wojciech@conclusive.pl>,
	"Radosław Adamczyk" <radoslaw.adamczyk@conclusive.pl>,
	u-boot@lists.denx.de
Subject: Re: [PATCH v5 0/4] Conclusive KSTR-SAMA5D27 support
Date: Mon, 23 Oct 2023 17:08:01 +0300	[thread overview]
Message-ID: <e950f705-855d-4b51-a58e-c8aed4a152dc@collabora.com> (raw)
In-Reply-To: <20231018140059.161169-1-artur@conclusive.pl>

On 10/18/23 17:00, Artur Rojek wrote:
> Hi all,
> 
> this is v5 of the Conclusive KSTR-SAMA5D27 support series.
> 
> Patches [1/4], [2/4] and [3/4] remain unchanged.
> 
> In patch [4/4], a new dtsi file has been added in order to keep U-Boot
> specific properties separate from the main dts. As such, MAINTAINERS has
> been modified to feature the new file.
> 
> An alias to the i2c node holding the EEPROM has also been explicitly
> added, so that it always enumerates at bus 2.
> 
> Artur Rojek (4):
>    common: add prototype & rename populate_serial_number()
>    event: add new EVT_SETTINGS_R event
>    arm: dts: at91: sama5: Add flexcom4 node
>    board: Add support for Conclusive KSTR-SAMA5D27
> 
>   arch/arm/dts/Makefile                         |   3 +
>   arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi   |  42 +++
>   arch/arm/dts/at91-kstr-sama5d27.dts           | 127 ++++++++++
>   arch/arm/dts/sama5d2.dtsi                     |  20 ++
>   arch/arm/mach-at91/Kconfig                    |  12 +
>   board/conclusive/kstr-sama5d27/Kconfig        |  15 ++
>   board/conclusive/kstr-sama5d27/MAINTAINERS    |   9 +
>   board/conclusive/kstr-sama5d27/Makefile       |   5 +
>   .../conclusive/kstr-sama5d27/kstr-sama5d27.c  | 239 ++++++++++++++++++
>   cmd/tlv_eeprom.c                              |  14 +-
>   common/board_r.c                              |   1 +
>   common/event.c                                |   1 +
>   configs/kstr_sama5d27_defconfig               |  73 ++++++
>   include/configs/kstr-sama5d27.h               |  15 ++
>   include/event.h                               |   9 +
>   include/init.h                                |  14 +
>   16 files changed, 586 insertions(+), 13 deletions(-)
>   create mode 100644 arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi
>   create mode 100644 arch/arm/dts/at91-kstr-sama5d27.dts
>   create mode 100644 board/conclusive/kstr-sama5d27/Kconfig
>   create mode 100644 board/conclusive/kstr-sama5d27/MAINTAINERS
>   create mode 100644 board/conclusive/kstr-sama5d27/Makefile
>   create mode 100644 board/conclusive/kstr-sama5d27/kstr-sama5d27.c
>   create mode 100644 configs/kstr_sama5d27_defconfig
>   create mode 100644 include/configs/kstr-sama5d27.h
> 


Applied series to u-boot-at91 / master, thanks !

      parent reply	other threads:[~2023-10-23 14:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-18 14:00 [PATCH v5 0/4] Conclusive KSTR-SAMA5D27 support Artur Rojek
2023-10-18 14:00 ` [PATCH v5 1/4] common: add prototype & rename populate_serial_number() Artur Rojek
2023-10-18 14:00 ` [PATCH v5 2/4] event: add new EVT_SETTINGS_R event Artur Rojek
2023-10-18 14:00 ` [PATCH v5 3/4] arm: dts: at91: sama5: Add flexcom4 node Artur Rojek
2023-10-18 14:00 ` [PATCH v5 4/4] board: Add support for Conclusive KSTR-SAMA5D27 Artur Rojek
2023-10-23 14:08 ` Eugen Hristev [this message]

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=e950f705-855d-4b51-a58e-c8aed4a152dc@collabora.com \
    --to=eugen.hristev@collabora.com \
    --cc=artur@conclusive.pl \
    --cc=jakub@conclusive.pl \
    --cc=marcin@conclusive.pl \
    --cc=radoslaw.adamczyk@conclusive.pl \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=wojciech@conclusive.pl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox