public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] spi: Various Kconfig fixes
@ 2024-04-27  5:40 John Watts
  2024-04-27  5:40 ` [PATCH 1/4] spi: Kconfig: Add some required arch depends for drivers John Watts
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: John Watts @ 2024-04-27  5:40 UTC (permalink / raw)
  To: Jagan Teki, Tom Rini, Ryder Lee, Weijie Gao, Chunfeng Yun,
	GSS_MTK_Uboot_upstream, Alex Nemirovsky
  Cc: u-boot, John Watts

I'm doing some SPI work so I tried to compile all the drivers on my
sunxi board to try and avoid some regressions. This failed, so here are
some fixes for this.

Signed-off-by: John Watts <contact@jookia.org>
---
John Watts (4):
      spi: Kconfig: Add some required arch depends for drivers
      spi: mtk_spim: Remove completion.h include
      spi: ca_sflash: Add missing dm include
      spi: rockchip_sfc: Select BOUNCE_BUFFER

 drivers/spi/Kconfig     | 17 +++++++++++++++++
 drivers/spi/ca_sflash.c |  1 +
 drivers/spi/mtk_spim.c  |  1 -
 3 files changed, 18 insertions(+), 1 deletion(-)
---
base-commit: 174ac987655c888017c82df1883c0c2ea0dc2495
change-id: 20240427-spikconfig-2417bbcf4c14

Best regards,
-- 
John Watts <contact@jookia.org>


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

end of thread, other threads:[~2024-10-10  4:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-27  5:40 [PATCH 0/4] spi: Various Kconfig fixes John Watts
2024-04-27  5:40 ` [PATCH 1/4] spi: Kconfig: Add some required arch depends for drivers John Watts
2024-04-27  5:40 ` [PATCH 2/4] spi: mtk_spim: Remove completion.h include John Watts
2024-04-27  5:40 ` [PATCH 3/4] spi: ca_sflash: Add missing dm include John Watts
2024-04-27  5:40 ` [PATCH 4/4] spi: rockchip_sfc: Select BOUNCE_BUFFER John Watts
2024-10-09 22:58 ` [PATCH 0/4] spi: Various Kconfig fixes Tom Rini
2024-10-10  4:25   ` John Watts

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