All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: John Watts <contact@jookia.org>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Tom Rini <trini@konsulko.com>,
	 Ryder Lee <ryder.lee@mediatek.com>,
	Weijie Gao <weijie.gao@mediatek.com>,
	 Chunfeng Yun <chunfeng.yun@mediatek.com>,
	 GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
	 Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
Cc: u-boot@lists.denx.de, John Watts <contact@jookia.org>
Subject: [PATCH 0/4] spi: Various Kconfig fixes
Date: Sat, 27 Apr 2024 15:40:39 +1000	[thread overview]
Message-ID: <20240427-spikconfig-v1-0-8a54772522f4@jookia.org> (raw)

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>


             reply	other threads:[~2024-04-27  5:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27  5:40 John Watts [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240427-spikconfig-v1-0-8a54772522f4@jookia.org \
    --to=contact@jookia.org \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=alex.nemirovsky@cortina-access.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=jagan@amarulasolutions.com \
    --cc=ryder.lee@mediatek.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=weijie.gao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.