linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwmon: Disable s3c-hwmon build for S3C64xx
@ 2009-08-24 10:48 Mark Brown
  2009-09-02 19:10 ` [lm-sensors] " Jean Delvare
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2009-08-24 10:48 UTC (permalink / raw)
  To: linux-arm-kernel

The s3c-hwmon driver depends on the arch/arm implementation of the core
ADC support for the chip.  Since the S3C64xx version has not yet been
merged disable building of the driver on S3C64xx for now.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/hwmon/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index a54407b..fa94b56 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -704,7 +704,7 @@ config SENSORS_SHT15
 
 config SENSORS_S3C
 	tristate "S3C24XX/S3C64XX Inbuilt ADC"
-	depends on ARCH_S3C2410 || ARCH_S3C64XX
+	depends on ARCH_S3C2410
 	help
 	  If you say yes here you get support for the on-board ADCs of
 	  the Samsung S3C24XX or S3C64XX series of SoC
-- 
1.6.3.3

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

* [lm-sensors] [PATCH] hwmon: Disable s3c-hwmon build for S3C64xx
  2009-08-24 10:48 [PATCH] hwmon: Disable s3c-hwmon build for S3C64xx Mark Brown
@ 2009-09-02 19:10 ` Jean Delvare
  2009-09-02 19:30   ` Jean Delvare
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2009-09-02 19:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mark,

On Mon, 24 Aug 2009 11:48:26 +0100, Mark Brown wrote:
> The s3c-hwmon driver depends on the arch/arm implementation of the core
> ADC support for the chip.  Since the S3C64xx version has not yet been
> merged disable building of the driver on S3C64xx for now.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/hwmon/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index a54407b..fa94b56 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -704,7 +704,7 @@ config SENSORS_SHT15
>  
>  config SENSORS_S3C
>  	tristate "S3C24XX/S3C64XX Inbuilt ADC"
> -	depends on ARCH_S3C2410 || ARCH_S3C64XX
> +	depends on ARCH_S3C2410
>  	help
>  	  If you say yes here you get support for the on-board ADCs of
>  	  the Samsung S3C24XX or S3C64XX series of SoC

I presume this is meant for 2.6.31 and should be sent to Linus very
quickly?

-- 
Jean Delvare

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

* [lm-sensors] [PATCH] hwmon: Disable s3c-hwmon build for S3C64xx
  2009-09-02 19:10 ` [lm-sensors] " Jean Delvare
@ 2009-09-02 19:30   ` Jean Delvare
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-09-02 19:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 2 Sep 2009 21:10:48 +0200, Jean Delvare wrote:
> Hi Mark,
> 
> On Mon, 24 Aug 2009 11:48:26 +0100, Mark Brown wrote:
> > The s3c-hwmon driver depends on the arch/arm implementation of the core
> > ADC support for the chip.  Since the S3C64xx version has not yet been
> > merged disable building of the driver on S3C64xx for now.
> > 
> > Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > ---
> >  drivers/hwmon/Kconfig |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> > index a54407b..fa94b56 100644
> > --- a/drivers/hwmon/Kconfig
> > +++ b/drivers/hwmon/Kconfig
> > @@ -704,7 +704,7 @@ config SENSORS_SHT15
> >  
> >  config SENSORS_S3C
> >  	tristate "S3C24XX/S3C64XX Inbuilt ADC"
> > -	depends on ARCH_S3C2410 || ARCH_S3C64XX
> > +	depends on ARCH_S3C2410
> >  	help
> >  	  If you say yes here you get support for the on-board ADCs of
> >  	  the Samsung S3C24XX or S3C64XX series of SoC
> 
> I presume this is meant for 2.6.31 and should be sent to Linus very
> quickly?

Err, scratch this. I thought the driver was already in mainline but it
isn't yet, so no hurry.

-- 
Jean Delvare

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

end of thread, other threads:[~2009-09-02 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24 10:48 [PATCH] hwmon: Disable s3c-hwmon build for S3C64xx Mark Brown
2009-09-02 19:10 ` [lm-sensors] " Jean Delvare
2009-09-02 19:30   ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).