public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Ulf Magnusson <ulfalizer@gmail.com>
Cc: Mark Brown <broonie@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	broonie@kernel.org, linux-kernel@vger.kernel.org,
	clabbe.montjoie@gmail.com, viresh.kumar@linaro.org,
	linux-pwm@vger.kernel.org, thierry.reding@gmail.com,
	b.zolnierkie@samsung.com, daniel.vetter@ffwll.ch,
	christophe.leroy@c-s.fr, seanpaul@chromium.org,
	linux-spi@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-fbdev@vger.kernel.org, linux-spi@vger.kernel.org
Subject: Applied "spi: kconfig: Remove AVR32 dep. from SPI_ATMEL" to the spi tree
Date: Mon, 12 Feb 2018 12:10:05 +0000	[thread overview]
Message-ID: <E1elCvt-0007br-Ss@debutante> (raw)
In-Reply-To: <20180208024414.jjcxvd2q4o5rifgh@huvuddator>

The patch

   spi: kconfig: Remove AVR32 dep. from SPI_ATMEL

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From e3d001a0c29d6c9a87dd9e86bcb84fc66c2ddbe8 Mon Sep 17 00:00:00 2001
From: Ulf Magnusson <ulfalizer@gmail.com>
Date: Thu, 8 Feb 2018 23:00:16 +0100
Subject: [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL

The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture").

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/spi/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 603783976b81..6fb0347a24f2 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -72,10 +72,10 @@ config SPI_ARMADA_3700
 config SPI_ATMEL
 	tristate "Atmel SPI Controller"
 	depends on HAS_DMA
-	depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
+	depends on (ARCH_AT91 || COMPILE_TEST)
 	help
 	  This selects a driver for the Atmel SPI Controller, present on
-	  many AT32 (AVR32) and AT91 (ARM) chips.
+	  many AT91 (ARM) chips.
 
 config SPI_AU1550
 	tristate "Au1550/Au1200/Au1300 SPI Controller"
-- 
2.16.1

  parent reply	other threads:[~2018-02-12 12:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05  8:11 [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol Corentin Labbe
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
2018-02-06 12:08   ` Mark Brown
2018-02-06 22:52     ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE Ulf Magnusson
2018-03-12 15:01       ` Bartlomiej Zolnierkiewicz
2018-02-06 22:55     ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Ulf Magnusson
2018-02-07  8:58       ` Matthias Brugger
2018-02-07  8:59         ` Matthias Brugger
2018-02-08  2:44           ` [PATCH v2] " Ulf Magnusson
2018-02-08 16:33             ` Matthias Brugger
2018-02-08 22:00               ` [PATCH v3] " Ulf Magnusson
2018-02-12 12:10             ` Mark Brown [this message]
2018-02-06 22:58     ` [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol Ulf Magnusson
2018-02-06 22:57   ` Ulf Magnusson

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=E1elCvt-0007br-Ss@debutante \
    --to=broonie@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=christophe.leroy@c-s.fr \
    --cc=clabbe.montjoie@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=seanpaul@chromium.org \
    --cc=thierry.reding@gmail.com \
    --cc=ulfalizer@gmail.com \
    --cc=viresh.kumar@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox