Re: [PATCH master v2 0/3] Fixes for WolfVision board code library and PF5 mainboard code

2024-05-15 Thread Sascha Hauer


On Wed, 15 May 2024 12:35:54 +0200, Michael Riesch wrote:
> Habidere,
> 
> This series is a follow-up to
> https://lore.barebox.org/barebox/20240412-feature-wolfvision-pf5-v2-0-7e277cc88...@wolfvision.net/
> and fixes a few things. I tried to reply to said thread and announce a
> v3, but I just found that this reply never hit the list for ... reasons.
> 
> [...]

Applied, thanks!

[1/3] arm: boards: add pr_fmt() prefix to wolfvision pf5 board code
  https://git.pengutronix.de/cgit/barebox/commit/?id=cfde0d207cd3 (link may 
not be stable)
[2/3] common: boards: move dependencies to wolfvision board code library
  https://git.pengutronix.de/cgit/barebox/commit/?id=adb7cbee7b31 (link may 
not be stable)
[3/3] common: boards: wolfvision: fix handling of overlays parameter
  https://git.pengutronix.de/cgit/barebox/commit/?id=cc211bb091fc (link may 
not be stable)

Best regards,
-- 
Sascha Hauer 




[PATCH master v2 0/3] Fixes for WolfVision board code library and PF5 mainboard code

2024-05-15 Thread Michael Riesch
Habidere,

This series is a follow-up to 
https://lore.barebox.org/barebox/20240412-feature-wolfvision-pf5-v2-0-7e277cc88...@wolfvision.net/
and fixes a few things. I tried to reply to said thread and announce a
v3, but I just found that this reply never hit the list for ... reasons.

Anyway, here are the fixes. Do you think they can be applied directly
to master?

Looking forward to your comments!

Signed-off-by: Michael Riesch 
---
Changes in v2:
- replace basprintf() with xstrdup() to avoid compiler warning
- Link to v1: 
https://lore.kernel.org/r/20240515-b4-pf5-fixup-v1-0-a58c8ec94...@wolfvision.net

---
Michael Riesch (3):
  arm: boards: add pr_fmt() prefix to wolfvision pf5 board code
  common: boards: move dependencies to wolfvision board code library
  common: boards: wolfvision: fix handling of overlays parameter

 arch/arm/boards/wolfvision-pf5/board.c | 3 +++
 arch/arm/mach-rockchip/Kconfig | 2 --
 common/boards/Kconfig  | 2 ++
 common/boards/wolfvision/common.c  | 5 -
 4 files changed, 9 insertions(+), 3 deletions(-)
---
base-commit: 593248cde35ddedcb27c0791c621e6a4403d7068
change-id: 20240515-b4-pf5-fixup-1c0f8b592313

Best regards,
-- 
Michael Riesch