mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master 0/8] treewide: misc fixes
@ 2025-03-20  5:16 Ahmad Fatoum
  2025-03-20  5:16 ` [PATCH master 1/8] firmware: disable MISSING_FIRMWARE_ERROR for COMPILE_TEST builds Ahmad Fatoum
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ahmad Fatoum @ 2025-03-20  5:16 UTC (permalink / raw)
  To: barebox

Just a loose collection of fixes for master.

Ahmad Fatoum (8):
  firmware: disable MISSING_FIRMWARE_ERROR for COMPILE_TEST builds
  include: asm-generic/pointer.h: fix ASM_PTR definition for i386
  sandbox: do not enable SANDBOX_LINUX_I386 in allyesconfig
  Documentation: devicetree: fix Sphinx warnings
  ARM: mvebu: kwb_bbu: add missing header
  net: phy: fix of_get_phy_mode for XLGMII and beyond
  vsprintf: fix left indentation when formatting wide string arguments
  test: self: printf: add tests for formatting wide strings

 .../bindings/barebox/virtual-reg.rst          |  2 +-
 Documentation/devicetree/index.rst            |  1 +
 arch/arm/mach-mvebu/kwb_bbu.c                 |  1 +
 arch/sandbox/Kconfig                          | 10 ++-
 drivers/of/of_net.c                           | 36 +-------
 firmware/Kconfig                              |  2 +
 include/asm-generic/pointer.h                 |  4 +-
 include/linux/phy.h                           | 82 +++++++++++++++++++
 lib/vsprintf.c                                |  3 +-
 test/self/printf.c                            | 15 ++++
 10 files changed, 116 insertions(+), 40 deletions(-)

-- 
2.39.5




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-03-20 12:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-20  5:16 [PATCH master 0/8] treewide: misc fixes Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 1/8] firmware: disable MISSING_FIRMWARE_ERROR for COMPILE_TEST builds Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 2/8] include: asm-generic/pointer.h: fix ASM_PTR definition for i386 Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 3/8] sandbox: do not enable SANDBOX_LINUX_I386 in allyesconfig Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 4/8] Documentation: devicetree: fix Sphinx warnings Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 5/8] ARM: mvebu: kwb_bbu: add missing header Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 6/8] net: phy: fix of_get_phy_mode for XLGMII and beyond Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 7/8] vsprintf: fix left indentation when formatting wide string arguments Ahmad Fatoum
2025-03-20  5:16 ` [PATCH master 8/8] test: self: printf: add tests for formatting wide strings Ahmad Fatoum
2025-03-20 11:46 ` [PATCH master 0/8] treewide: misc fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox