All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] arm: renesas: Change platform dependency to ARCH_RENESAS
@ 2018-04-20 13:28 ` Geert Uytterhoeven
  0 siblings, 0 replies; 128+ messages in thread
From: Geert Uytterhoeven @ 2018-04-20 13:28 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm, Russell King, Catalin Marinas,
	Will Deacon, Dan Williams, Vinod Koul, Mauro Carvalho Chehab,
	Sergei Shtylyov, David S . Miller, Greg Kroah-Hartman,
	Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Arnd Bergmann, Kuninori Morimoto, Laurent Pinchart
  Cc: devel, alsa-devel, Geert Uytterhoeven, netdev, linux-kernel,
	linux-renesas-soc, dmaengine, linux-arm-kernel, linux-media

	Hi all,

Commit 9b5ba0df4ea4f940 ("ARM: shmobile: Introduce ARCH_RENESAS")
started the conversion from ARCH_SHMOBILE to ARCH_RENESAS for Renesas
ARM SoCs.  This patch series completes the conversion, by:
  1. Updating dependencies for drivers that weren't converted yet,
  2. Removing the ARCH_SHMOBILE Kconfig symbols on ARM and ARM64.

The first 6 patches can be applied independently by subsystem
maintainers.
The last two patches depend on the first 6 patches, and are thus marked
RFC.

Thanks for your comments!

Geert Uytterhoeven (8):
  arm: shmobile: Change platform dependency to ARCH_RENESAS
  dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS
  [media] v4l: rcar_fdp1: Change platform dependency to ARCH_RENESAS
  sh_eth: Change platform check to CONFIG_ARCH_RENESAS
  staging: emxx_udc: Change platform dependency to ARCH_RENESAS
  ASoC: sh: Update menu title and platform dependency
  [RFC] ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbol
  [RFC] arm64: renesas: Remove the ARCH_SHMOBILE Kconfig symbol

 arch/arm/Kconfig                      |  2 +-
 arch/arm/Makefile                     |  2 +-
 arch/arm/mach-shmobile/Kconfig        |  4 ---
 arch/arm64/Kconfig.platforms          | 42 +++++++++++++----------------
 drivers/dma/sh/shdmac.c               | 50 +++++++++++++++--------------------
 drivers/media/platform/Kconfig        |  2 +-
 drivers/net/ethernet/renesas/sh_eth.h |  2 +-
 drivers/staging/emxx_udc/Kconfig      |  2 +-
 sound/soc/sh/Kconfig                  |  4 +--
 9 files changed, 47 insertions(+), 63 deletions(-)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2018-04-25  9:18 UTC | newest]

Thread overview: 128+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20 13:28 [PATCH 0/8] arm: renesas: Change platform dependency to ARCH_RENESAS Geert Uytterhoeven
2018-04-20 13:28 ` Geert Uytterhoeven
2018-04-20 13:28 ` Geert Uytterhoeven
2018-04-20 13:28 ` Geert Uytterhoeven
2018-04-20 13:28 ` [PATCH 1/8] arm: shmobile: " Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [1/8] " Geert Uytterhoeven
2018-04-20 14:53   ` [PATCH 1/8] " Sergei Shtylyov
2018-04-20 14:53     ` Sergei Shtylyov
2018-04-20 14:53     ` Sergei Shtylyov
2018-04-20 14:53     ` [1/8] " Sergei Shtylyov
2018-04-23  7:50     ` [PATCH 1/8] " Simon Horman
2018-04-23  7:50       ` Simon Horman
2018-04-23  7:50       ` Simon Horman
2018-04-23  7:50       ` [1/8] " Simon Horman
2018-04-20 13:28 ` [PATCH 2/8] dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [2/8] " Geert Uytterhoeven
2018-04-23  7:53   ` [PATCH 2/8] " Simon Horman
2018-04-23  7:53     ` Simon Horman
2018-04-23  7:53     ` Simon Horman
2018-04-23  7:53     ` Simon Horman
2018-04-23  7:53     ` [2/8] " Simon Horman
2018-04-25  9:18   ` [PATCH 2/8] " Vinod Koul
2018-04-25  9:18     ` Vinod Koul
2018-04-25  9:18     ` Vinod Koul
2018-04-25  9:18     ` Vinod Koul
2018-04-25  9:18     ` [2/8] " Vinod Koul
2018-04-20 13:28 ` [PATCH 3/8] [media] v4l: rcar_fdp1: Change platform dependency to ARCH_RENESAS Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [3/8,media] " Geert Uytterhoeven
2018-04-21  8:07   ` [PATCH 3/8] [media] " Laurent Pinchart
2018-04-21  8:07     ` Laurent Pinchart
2018-04-21  8:07     ` Laurent Pinchart
2018-04-21  8:07     ` [3/8,media] " Laurent Pinchart
2018-04-22  8:46     ` [PATCH 3/8] [media] " Laurent Pinchart
2018-04-22  8:46       ` Laurent Pinchart
2018-04-22  8:46       ` Laurent Pinchart
2018-04-22  8:46       ` Laurent Pinchart
2018-04-22  8:46       ` Laurent Pinchart
2018-04-22  8:46       ` [3/8,media] " Laurent Pinchart
2018-04-23  8:08       ` [PATCH 3/8] [media] " Geert Uytterhoeven
2018-04-23  8:08         ` Geert Uytterhoeven
2018-04-23  8:08         ` Geert Uytterhoeven
2018-04-23  8:08         ` Geert Uytterhoeven
2018-04-23  8:08         ` [3/8,media] " Geert Uytterhoeven
2018-04-23  7:54   ` [PATCH 3/8] [media] " Simon Horman
2018-04-23  7:54     ` Simon Horman
2018-04-23  7:54     ` Simon Horman
2018-04-23  7:54     ` Simon Horman
2018-04-23  7:54     ` [3/8,media] " Simon Horman
2018-04-20 13:28 ` [PATCH 4/8] sh_eth: Change platform check to CONFIG_ARCH_RENESAS Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [4/8] " Geert Uytterhoeven
2018-04-20 15:22   ` [PATCH 4/8] " Sergei Shtylyov
2018-04-20 15:22     ` Sergei Shtylyov
2018-04-20 15:22     ` Sergei Shtylyov
2018-04-20 15:22     ` Sergei Shtylyov
2018-04-20 15:22     ` [4/8] " Sergei Shtylyov
2018-04-23  7:56   ` [PATCH 4/8] " Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` [4/8] " Simon Horman
2018-04-20 13:28 ` [PATCH 5/8] staging: emxx_udc: Change platform dependency to ARCH_RENESAS Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [5/8] " Geert Uytterhoeven
2018-04-23  7:56   ` [PATCH 5/8] " Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` [5/8] " Simon Horman
2018-04-20 13:28 ` [PATCH 6/8] ASoC: sh: Update menu title and platform dependency Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [6/8] " Geert Uytterhoeven
2018-04-23  7:56   ` [PATCH 6/8] " Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` Simon Horman
2018-04-23  7:56     ` [6/8] " Simon Horman
2018-04-20 13:28 ` [PATCH/RFC 7/8] ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbol Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [PATCH/RFC,7/8] " Geert Uytterhoeven
2018-04-23  9:20   ` [PATCH/RFC 7/8] " Simon Horman
2018-04-23  9:20     ` Simon Horman
2018-04-23  9:20     ` Simon Horman
2018-04-23  9:20     ` Simon Horman
2018-04-23  9:20     ` [PATCH/RFC,7/8] " Simon Horman
2018-04-23  9:29   ` [PATCH/RFC 7/8] " Simon Horman
2018-04-23  9:29     ` Simon Horman
2018-04-23  9:29     ` Simon Horman
2018-04-23  9:29     ` Simon Horman
2018-04-23  9:29     ` [PATCH/RFC,7/8] " Simon Horman
2018-04-24  9:51   ` [PATCH/RFC 7/8] " Geert Uytterhoeven
2018-04-24  9:51     ` Geert Uytterhoeven
2018-04-20 13:28 ` [PATCH/RFC 8/8] arm64: renesas: " Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` Geert Uytterhoeven
2018-04-20 13:28   ` [PATCH/RFC,8/8] " Geert Uytterhoeven
2018-04-20 13:40 ` [PATCH 0/8] arm: renesas: Change platform dependency to ARCH_RENESAS Arnd Bergmann
2018-04-20 13:40   ` Arnd Bergmann
2018-04-20 13:40   ` Arnd Bergmann
2018-04-20 13:40   ` Arnd Bergmann
2018-04-20 13:40   ` Arnd Bergmann
2018-04-20 16:48 ` Mark Brown
2018-04-20 16:48   ` Mark Brown
2018-04-20 16:48   ` Mark Brown
2018-04-20 16:48   ` Mark Brown
2018-04-23  7:45   ` Geert Uytterhoeven
2018-04-23  7:45     ` Geert Uytterhoeven
2018-04-23  7:45     ` Geert Uytterhoeven
2018-04-23  7:45     ` Geert Uytterhoeven

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.