[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446722128-11961-1-git-send-email-yamada.masahiro@socionext.com>
Date: Thu, 5 Nov 2015 20:15:21 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kernel@...r.kernel.org,
Philipp Zabel <p.zabel@...gutronix.de>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-mips@...ux-mips.org,
Patrice Chotard <patrice.chotard@...com>,
Sascha Hauer <kernel@...gutronix.de>, kernel@...inux.com,
Haojian Zhuang <haojian.zhuang@...il.com>,
Eric Miao <eric.y.miao@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Michael Turquette <mturquette@...aro.org>,
Vishnu Patekar <vishnupatekar0510@...il.com>,
Arnd Bergmann <arnd@...db.de>, David Airlie <airlied@...ux.ie>,
Barry Song <baohua@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
Terje Bergström <tbergstrom@...dia.com>,
Heiko Stuebner <heiko@...ech.de>,
Tuomas Tynkkynen <ttynkkynen@...dia.com>,
Hans de Goede <hdegoede@...hat.com>,
linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org,
Will Deacon <will.deacon@....com>,
Ralf Baechle <ralf@...ux-mips.org>,
Alexandre Courbot <gnurou@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Benjamin Gaignard <benjamin.gaignard@...aro.org>,
Thierry Reding <thierry.reding@...il.com>,
Mark Yao <mark.yao@...k-chips.com>,
Vincent Abriou <vincent.abriou@...com>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Jens Kuske <jenskuske@...il.com>,
Russell King <linux@....linux.org.uk>,
linux-gpio@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linux-tegra@...r.kernel.org,
Maxime Coquelin <maxime.coquelin@...com>,
Srinivas Kandagatla <srinivas.kandagatla@...il.com>,
Shawn Guo <shawnguo@...nel.org>,
Mark Brown <broonie@...nel.org>,
Stephen Warren <swarren@...dotorg.org>,
linux-spi@...r.kernel.org, Chen-Yu Tsai <wens@...e.org>,
Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [RFC PATCH 0/7] reset: make RESET_CONTROLLER a select'ed option
When I was implementing a new reset controller for my SoCs,
I struggled to make my sub-menu shown under the reset
controller menu.
I noticed the Kconfig in reset sub-system are screwed up due to two
config options (ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER).
I think only the former should be select'ed by relevant SoCs,
but in fact the latter is also select'ed here and there.
Mixing "select" to a user-configurable option is a mess.
Finally, I started to wonder whether it could be more simpler?
The first patch drops ARCH_HAS_RESET_CONTROLLER.
RESET_CONTROLLER should be directly selected by SoCs.
The rest of this series are minor clean ups in other
sub-systems.
I can postpone them if changes over cross sub-systems
are not preferred.
Masahiro Yamada (7):
reset: drop ARCH_HAS_RESET_CONTROLLER
spi: sunxi: remove redundant "depends on RESET_CONTROLLER"
spi: tegra: remove redundant "depends on RESET_CONTROLLER"
pinctrl: sunxi: remove redundant "depends on RESET_CONTROLLER"
drm/sti: replace "select RESET_CONTROLLER" with "depends on ..."
drm/rockchip: remove redundant "depends on RESET_CONTROLLER"
drm/tegra: tegra: remove redundant "depends on RESET_CONTROLLER"
arch/arm/Kconfig | 3 +--
arch/arm/mach-berlin/Kconfig | 2 +-
arch/arm/mach-imx/Kconfig | 2 +-
arch/arm/mach-mmp/Kconfig | 4 ++--
arch/arm/mach-prima2/Kconfig | 2 +-
arch/arm/mach-rockchip/Kconfig | 2 +-
arch/arm/mach-sti/Kconfig | 1 -
arch/arm/mach-sunxi/Kconfig | 1 -
arch/arm/mach-tegra/Kconfig | 1 -
arch/arm64/Kconfig.platforms | 3 +--
arch/mips/Kconfig | 4 +---
drivers/gpu/drm/rockchip/Kconfig | 1 -
drivers/gpu/drm/sti/Kconfig | 4 ++--
drivers/gpu/drm/tegra/Kconfig | 1 -
drivers/pinctrl/sunxi/Kconfig | 2 --
drivers/reset/Kconfig | 12 +++++++-----
drivers/reset/sti/Kconfig | 1 -
drivers/spi/Kconfig | 6 ++----
18 files changed, 20 insertions(+), 32 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists