All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v6 0/5] add different OF board fixups
Date: Thu, 5 May 2022 09:15:31 +0200	[thread overview]
Message-ID: <20220505071531.GH4012@pengutronix.de> (raw)
In-Reply-To: <20220503091220.3871612-1-o.rempel@pengutronix.de>

On Tue, May 03, 2022 at 11:12:15AM +0200, Oleksij Rempel wrote:
> changes v6:
> - remove MACHINE_FIXUP Kconfig
> - use barebox_get_serial_number instead of getenv
> - use of_device_is_compatible() instead of of_machine_is_compatible()
>   and remove warning if compatible is already registered.
> 
> changes v5:
> - remove SERIAL_NUMBER_FIXUP Kconfig
> - s/of_fixup_machine_compatible/of_prepend_machine_compatible
> - remove bogus comment
> - check if the passed device tree already is compatible to @compat
> 
> changes v4:
> - s/code info device/code into device/
> 
> changes v3:
> - rename global.of_machine_compatible to global.of.kernel.add_machine_compatible
> 
> changes v2:
> - protonic: use only allowed chars for generated compatible
> - protonic: make use of of_get_machine_compatible() to get board name
> - of_fixup_machine_compatible: make curcompat optional
> - add $global.of_machine_compatible
> 
> Add optional fixups for board serial-number and machine compatible.
> 
> Ahmad Fatoum (1):
>   common: add $global.serial_number with device tree fixup
> 
> Oleksij Rempel (4):
>   ARM: boards: protonic-imx6: make use of barebox_set_serial_number()
>   of: add generic of_prepend_machine_compatible()
>   ARM: boards: skov-imx6: make use of of_prepend_machine_compatible()
>   ARM: boards: protonic-imx6: add HW revision specific machine
>     compatible
> 
>  arch/arm/boards/protonic-imx6/board.c | 42 ++++++++++++---------------
>  arch/arm/boards/skov-imx6/board.c     | 40 ++-----------------------
>  common/misc.c                         | 39 +++++++++++++++++++++++++
>  common/oftree.c                       | 41 ++++++++++++++++++++++++++
>  include/common.h                      |  6 ++++
>  include/of.h                          |  6 ++++
>  6 files changed, 114 insertions(+), 60 deletions(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


      parent reply	other threads:[~2022-05-05  7:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03  9:12 [PATCH v6 0/5] add different OF board fixups Oleksij Rempel
2022-05-03  9:12 ` [PATCH v6 1/5] common: add $global.serial_number with device tree fixup Oleksij Rempel
2022-05-03  9:12 ` [PATCH v6 2/5] ARM: boards: protonic-imx6: make use of barebox_set_serial_number() Oleksij Rempel
2022-05-03  9:12 ` [PATCH v6 3/5] of: add generic of_prepend_machine_compatible() Oleksij Rempel
2022-05-03  9:12 ` [PATCH v6 4/5] ARM: boards: skov-imx6: make use of of_prepend_machine_compatible() Oleksij Rempel
2022-05-03  9:12 ` [PATCH v6 5/5] ARM: boards: protonic-imx6: add HW revision specific machine compatible Oleksij Rempel
2022-05-05  7:15 ` Sascha Hauer [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=20220505071531.GH4012@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=o.rempel@pengutronix.de \
    /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.