From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Paul Bolle'" <pebolle@tiscali.nl>,
"'Sascha Hauer'" <kernel@pengutronix.de>,
"'Russell King'" <linux@arm.linux.org.uk>,
"'Ben Dooks'" <ben-linux@fluff.org>,
"'Samuel Ortiz'" <sameo@linux.intel.com>
Cc: "'Mark Brown'" <broonie@opensource.wolfsonmicro.com>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH v2] mfd: remove twelve unused Kconfig symbols
Date: Mon, 25 Mar 2013 10:08:19 +0900 [thread overview]
Message-ID: <16df01ce28f5$3d2904c0$b77b0e40$%kim@samsung.com> (raw)
In-Reply-To: <1363770579.1390.82.camel@x61.thuisdomein>
Paul Bolle wrote:
>
> Twelve Kconfig symbols, all related to WM8350, WM8351, and WM8352, are
> unused. Commit 19d57ed5a308472a02e773f33c03ad4cb2ec6a9 ("mfd: Remove
> custom wm8350 cache implementation") removed all their (actual) users.
> Remove these symbols too.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks.
- Kukjin
> ---
> 0) This version adds Mark's ACK. It is now also sent to the ARM
> maintainers, as Mark suggested.
>
> 1) Still only eyeball tested.
>
> arch/arm/mach-imx/Kconfig | 2 --
> arch/arm/mach-s3c64xx/Kconfig | 3 ---
> drivers/mfd/Kconfig | 48 -----------------------------------------
> --
> 3 files changed, 53 deletions(-)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 4c9c6f9..6d9ae09 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -481,8 +481,6 @@ config MACH_MX31ADS_WM1133_EV1
> depends on MACH_MX31ADS
> depends on MFD_WM8350_I2C
> depends on REGULATOR_WM8350 = y
> - select MFD_WM8350_CONFIG_MODE_0
> - select MFD_WM8352_CONFIG_MODE_0
> help
> Include support for the Wolfson Microelectronics 1133-EV1 PMU
> and audio module for the MX31ADS platform.
> diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
> index 131c862..041da51 100644
> --- a/arch/arm/mach-s3c64xx/Kconfig
> +++ b/arch/arm/mach-s3c64xx/Kconfig
> @@ -198,10 +198,7 @@ endchoice
> config SMDK6410_WM1190_EV1
> bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
> depends on MACH_SMDK6410
> - select MFD_WM8350_CONFIG_MODE_0
> - select MFD_WM8350_CONFIG_MODE_3
> select MFD_WM8350_I2C
> - select MFD_WM8352_CONFIG_MODE_0
> select REGULATOR
> select REGULATOR_WM8350
> select SAMSUNG_GPIO_EXTRA64
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index c346941..ebb1bed 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -687,54 +687,6 @@ config MFD_WM8350
> bool
> depends on GENERIC_HARDIRQS
>
> -config MFD_WM8350_CONFIG_MODE_0
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8350_CONFIG_MODE_1
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8350_CONFIG_MODE_2
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8350_CONFIG_MODE_3
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8351_CONFIG_MODE_0
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8351_CONFIG_MODE_1
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8351_CONFIG_MODE_2
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8351_CONFIG_MODE_3
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8352_CONFIG_MODE_0
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8352_CONFIG_MODE_1
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8352_CONFIG_MODE_2
> - bool
> - depends on MFD_WM8350
> -
> -config MFD_WM8352_CONFIG_MODE_3
> - bool
> - depends on MFD_WM8350
> -
> config MFD_WM8350_I2C
> bool "Support Wolfson Microelectronics WM8350 with I2C"
> select MFD_WM8350
> --
> 1.7.11.7
next prev parent reply other threads:[~2013-03-25 1:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 22:38 [PATCH] " Paul Bolle
[not found] ` <20130320082427.GB28775@opensource.wolfsonmicro.com>
2013-03-20 9:09 ` [PATCH v2] " Paul Bolle
2013-03-25 1:08 ` Kukjin Kim [this message]
2013-04-09 8:14 ` Samuel Ortiz
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='16df01ce28f5$3d2904c0$b77b0e40$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=pebolle@tiscali.nl \
--cc=sameo@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®