U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix ADI driver header dependencies
@ 2025-09-03 23:42 Greg Malysa
  2025-09-03 23:42 ` [PATCH 1/2] net: dwc_eth_qos_adi: Add missing header Greg Malysa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Greg Malysa @ 2025-09-03 23:42 UTC (permalink / raw)
  To: u-boot
  Cc: philip.molloy, adsp-linux, Greg Malysa, Arturs Artamonovs,
	Ian Roberts, Jaehoon Chung, Joe Hershberger,
	Nathan Barrett-Morrison, Peng Fan, Ramon Fried, Tom Rini,
	Utsav Agarwal, Vasileios Bimpikas

Between 2025.07 and 2025.10 many header dependency chains were improved,
but this exposed implicit header usage in several of our drivers. This
wasn't discovered before or included in the original fixes because our
drivers are not yet used by any mainline-supported boards, so build
tests did not find them. This series addresses the two build failures
I've encountered while rebasing our work onto 2025.10 and continuing to
prepare the next submission of our board files.


Greg Malysa (2):
  net: dwc_eth_qos_adi: Add missing header
  mmc: adi_sdhci: Update headers

 drivers/mmc/adi_sdhci.c       | 1 +
 drivers/net/dwc_eth_qos_adi.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.45.2

base-commit: 76b8edbc732e327d1e56f08c641f51fdefdbff06
branch: dev/uboot2025.10-fixes

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

end of thread, other threads:[~2025-09-16 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03 23:42 [PATCH 0/2] Fix ADI driver header dependencies Greg Malysa
2025-09-03 23:42 ` [PATCH 1/2] net: dwc_eth_qos_adi: Add missing header Greg Malysa
2025-09-03 23:42 ` [PATCH 2/2] mmc: adi_sdhci: Update headers Greg Malysa
2025-09-04  1:57   ` Peng Fan
2025-09-16 22:06 ` [PATCH 0/2] Fix ADI driver header dependencies Tom Rini

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