All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN
@ 2020-05-30 16:29 Simon Glass
  2020-05-30 16:29 ` [PATCH 2/2] dma-mapping: " Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Simon Glass @ 2020-05-30 16:29 UTC (permalink / raw)
  To: u-boot

This is defined in the asm/cache.h header file. Update this header file to
include it so it gets the same value consistently across U-Boot.

This fixes 'usb host' on omapl138_lcdk.

Fixes: 90526e9fbac ("common: Drop net.h from common header")
Reported-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/usb/host/ohci.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h
index 9b264bd92a..a38cd25eb8 100644
--- a/drivers/usb/host/ohci.h
+++ b/drivers/usb/host/ohci.h
@@ -11,6 +11,7 @@
  * e.g. PCI controllers need this
  */
 
+#include <asm/cache.h>
 #include <asm/io.h>
 
 #ifdef CONFIG_SYS_OHCI_SWAP_REG_ACCESS
-- 
2.27.0.rc0.183.gde8f92d652-goog

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

end of thread, other threads:[~2020-06-03 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 16:29 [PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN Simon Glass
2020-05-30 16:29 ` [PATCH 2/2] dma-mapping: " Simon Glass
2020-05-30 17:20   ` Tom Rini
2020-05-30 17:27     ` Tom Rini
2020-05-30 18:15       ` Adam Ford
2020-05-31 14:10       ` Simon Glass
2020-06-03 16:27   ` Tom Rini
2020-05-30 16:35 ` [PATCH 1/2] usb: ohci: " Adam Ford
2020-05-30 17:28 ` Tom Rini
2020-06-03 16:27 ` Tom Rini

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.