From: Ben Dooks <ben-linux@fluff.org>
To: Maurus Cuelenaere <mcuelenaere@gmail.com>
Cc: linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Ben Dooks <ben-linux@fluff.org>,
lm-sensors@lm-sensors.org
Subject: Re: [PATCH 2/2] HWMON: Add s3c64xx support to s3c-hwmon
Date: Wed, 27 Jan 2010 01:07:48 +0000 [thread overview]
Message-ID: <20100127010747.GI9153@trinity.fluff.org> (raw)
In-Reply-To: <b2e8f9f71001260316h7fe29effn290648178ff42397@mail.gmail.com>
On Tue, Jan 26, 2010 at 12:16:17PM +0100, Maurus Cuelenaere wrote:
> Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
> ---
> drivers/hwmon/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 68cf877..a8a267c 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -702,7 +702,7 @@ config SENSORS_SHT15
>
> config SENSORS_S3C
> tristate "S3C24XX/S3C64XX Inbuilt ADC"
> - depends on ARCH_S3C2410
> + depends on ARCH_S3C2410 || ARCH_S3C64XX
> 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.6.1
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
WARNING: multiple messages have this Message-ID (diff)
From: Ben Dooks <ben-linux@fluff.org>
To: Maurus Cuelenaere <mcuelenaere@gmail.com>
Cc: linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Ben Dooks <ben-linux@fluff.org>,
lm-sensors@lm-sensors.org
Subject: Re: [lm-sensors] [PATCH 2/2] HWMON: Add s3c64xx support to s3c-hwmon
Date: Wed, 27 Jan 2010 01:07:48 +0000 [thread overview]
Message-ID: <20100127010747.GI9153@trinity.fluff.org> (raw)
In-Reply-To: <b2e8f9f71001260316h7fe29effn290648178ff42397@mail.gmail.com>
On Tue, Jan 26, 2010 at 12:16:17PM +0100, Maurus Cuelenaere wrote:
> Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
> ---
> drivers/hwmon/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 68cf877..a8a267c 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -702,7 +702,7 @@ config SENSORS_SHT15
>
> config SENSORS_S3C
> tristate "S3C24XX/S3C64XX Inbuilt ADC"
> - depends on ARCH_S3C2410
> + depends on ARCH_S3C2410 || ARCH_S3C64XX
> 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.6.1
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] HWMON: Add s3c64xx support to s3c-hwmon
Date: Wed, 27 Jan 2010 01:07:48 +0000 [thread overview]
Message-ID: <20100127010747.GI9153@trinity.fluff.org> (raw)
In-Reply-To: <b2e8f9f71001260316h7fe29effn290648178ff42397@mail.gmail.com>
On Tue, Jan 26, 2010 at 12:16:17PM +0100, Maurus Cuelenaere wrote:
> Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
> ---
> drivers/hwmon/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 68cf877..a8a267c 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -702,7 +702,7 @@ config SENSORS_SHT15
>
> config SENSORS_S3C
> tristate "S3C24XX/S3C64XX Inbuilt ADC"
> - depends on ARCH_S3C2410
> + depends on ARCH_S3C2410 || ARCH_S3C64XX
> 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.6.1
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2010-01-27 1:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-26 11:16 [PATCH 2/2] HWMON: Add s3c64xx support to s3c-hwmon Maurus Cuelenaere
2010-01-26 11:16 ` Maurus Cuelenaere
2010-01-26 11:16 ` [lm-sensors] " Maurus Cuelenaere
2010-01-27 1:07 ` Ben Dooks [this message]
2010-01-27 1:07 ` Ben Dooks
2010-01-27 1:07 ` [lm-sensors] " Ben Dooks
2010-01-27 7:49 ` Jean Delvare
2010-01-27 7:49 ` Jean Delvare
2010-01-27 7:49 ` Jean Delvare
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=20100127010747.GI9153@trinity.fluff.org \
--to=ben-linux@fluff.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mcuelenaere@gmail.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 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.