From: Anand Gadiyar <gadiyar@ti.com>
To: J KEERTHY <j-keerthy@ti.com>,
lm-sensors@lm-sensors.org, guenter.roeck@ericsson.com,
sameo@linux.intel.com, khali@linux-fr.org
Cc: mikko.k.ylinen@nokia.com, Felipe Balbi <balbi@ti.com>,
amit.kucheria@canonical.com, linux-omap@vger.kernel.org,
Balaji T Krishnamoorthy <balajitk@ti.com>
Subject: RE: [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module
Date: Tue, 9 Nov 2010 19:10:07 +0530 [thread overview]
Message-ID: <6d8d369473ef89e6b2c20252b7007b8a@mail.gmail.com> (raw)
In-Reply-To: <1289294457-5330-1-git-send-email-j-keerthy@ti.com>
> Introducing a driver for MADC on TWL4030 powerIC. MADC stands for
monitoring
> ADC. This driver monitors the real time conversion of analog signals
like
> battery temperature, battery type, battery level etc. User can also ask
for
> the conversion on a particular channel using the sysfs nodes.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
...
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index a56f6ad..fef75f2 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -1171,6 +1171,12 @@ config SENSORS_MC13783_ADC
> help
> Support for the A/D converter on MC13783 PMIC.
>
> +config SENSORS_TWL4030_MADC
> + tristate
You need to provide some label text here, otherwise this option
will not show up in the kernel configuration tools, and hence
cannot be turned on or off from there.
- Anand
WARNING: multiple messages have this Message-ID (diff)
From: Anand Gadiyar <gadiyar@ti.com>
To: J KEERTHY <j-keerthy@ti.com>,
lm-sensors@lm-sensors.org, guenter.roeck@ericsson.com,
sameo@linux.intel.com, khali@linux-fr.org
Cc: mikko.k.ylinen@nokia.com, Felipe Balbi <balbi@ti.com>,
amit.kucheria@canonical.com, linux-omap@vger.kernel.org,
Balaji T Krishnamoorthy <balajitk@ti.com>
Subject: Re: [lm-sensors] [PATCH V2] hwmon: twl4030: Driver for twl4030 madc
Date: Tue, 09 Nov 2010 13:52:07 +0000 [thread overview]
Message-ID: <6d8d369473ef89e6b2c20252b7007b8a@mail.gmail.com> (raw)
In-Reply-To: <1289294457-5330-1-git-send-email-j-keerthy@ti.com>
> Introducing a driver for MADC on TWL4030 powerIC. MADC stands for
monitoring
> ADC. This driver monitors the real time conversion of analog signals
like
> battery temperature, battery type, battery level etc. User can also ask
for
> the conversion on a particular channel using the sysfs nodes.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
...
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index a56f6ad..fef75f2 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -1171,6 +1171,12 @@ config SENSORS_MC13783_ADC
> help
> Support for the A/D converter on MC13783 PMIC.
>
> +config SENSORS_TWL4030_MADC
> + tristate
You need to provide some label text here, otherwise this option
will not show up in the kernel configuration tools, and hence
cannot be turned on or off from there.
- Anand
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2010-11-09 13:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-09 9:20 [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module Keerthy
2010-11-09 9:32 ` [lm-sensors] [PATCH V2] hwmon: twl4030: Driver for twl4030 madc Keerthy
2010-11-09 13:40 ` Anand Gadiyar [this message]
2010-11-09 13:52 ` Anand Gadiyar
2010-11-09 13:46 ` [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module J, KEERTHY
2010-11-09 13:58 ` [lm-sensors] [PATCH V2] hwmon: twl4030: Driver for twl4030 madc J, KEERTHY
2010-11-11 0:01 ` [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module Guenter Roeck
2010-11-11 0:01 ` [lm-sensors] [PATCH V2] hwmon: twl4030: Driver for twl4030 madc Guenter Roeck
[not found] ` <AANLkTiniRxNoNn9bSR+PN8B=m6=YVWS8Na_vJUdi1QhT@mail.gmail.com>
2010-11-26 6:32 ` [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module J, KEERTHY
2010-11-26 6:44 ` [lm-sensors] [PATCH V2] hwmon: twl4030: Driver for twl4030 madc J, KEERTHY
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=6d8d369473ef89e6b2c20252b7007b8a@mail.gmail.com \
--to=gadiyar@ti.com \
--cc=amit.kucheria@canonical.com \
--cc=balajitk@ti.com \
--cc=balbi@ti.com \
--cc=guenter.roeck@ericsson.com \
--cc=j-keerthy@ti.com \
--cc=khali@linux-fr.org \
--cc=linux-omap@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mikko.k.ylinen@nokia.com \
--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 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.