mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case
@ 2021-05-28 13:30 Lucas Stach
  2021-05-28 13:30 ` [PATCH v2 2/4] ARM: protonic: add initial support for the Protonic PRT8MM family of boards Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lucas Stach @ 2021-05-28 13:30 UTC (permalink / raw)
  To: barebox

From: David Jander <david@protonic.nl>

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/mci/imx-esdhc-common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mci/imx-esdhc-common.c b/drivers/mci/imx-esdhc-common.c
index c9d589468f6c..7ee0674b997f 100644
--- a/drivers/mci/imx-esdhc-common.c
+++ b/drivers/mci/imx-esdhc-common.c
@@ -156,7 +156,9 @@ static void __udelay(int us)
 
 #define udelay(n)	__udelay(n)
 #undef  dev_err
+#undef  dev_dbg
 #define dev_err(d, ...)	pr_err(__VA_ARGS__)
+#define dev_dbg(d, ...)	pr_debug(__VA_ARGS__)
 
 #endif
 
-- 
2.29.2


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


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

end of thread, other threads:[~2021-05-31  7:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 13:30 [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case Lucas Stach
2021-05-28 13:30 ` [PATCH v2 2/4] ARM: protonic: add initial support for the Protonic PRT8MM family of boards Lucas Stach
2021-05-28 13:30 ` [PATCH v2 3/4] ARM: imx_v8_defconfig: enable PRT8MM board Lucas Stach
2021-05-28 13:30 ` [PATCH v2 4/4] ARM: imx_v8_defconfig: enable EHCI Lucas Stach
2021-05-31  7:20 ` [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case Sascha Hauer

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