From: Felipe Balbi <balbi@ti.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: linux-omap@vger.kernel.org, Keerthy <j-keerthy@ti.com>
Subject: Re: Kconfig help descriptions
Date: Thu, 21 Jul 2011 12:57:03 +0300 [thread overview]
Message-ID: <20110721095702.GP23253@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <20110721092221.GA28942@n2100.arm.linux.org.uk>
[-- Attachment #1: Type: text/plain, Size: 2075 bytes --]
Hi,
On Thu, Jul 21, 2011 at 10:22:21AM +0100, Russell King - ARM Linux wrote:
> Some of the Kconfig help descriptions aren't very useful - for example:
>
> | CONFIG_TWL4030_MADC:
> |
> | This driver provides support for triton TWL4030-MADC. The
> | driver supports both RT and SW conversion methods.
> |
> | This driver can be built as a module. If so it will be
> | named twl4030-madc
>
> What is madc? What does it do? Do I enable it for the OMAP 4430SDP ?
the problem seems to be worse then you thought:
$ git ls-files drivers/ | grep madc
drivers/hwmon/twl4030-madc-hwmon.c
drivers/mfd/twl4030-madc.c
Both from the same author:
$ git grep -e MODULE_AUTHOR drivers/mfd/twl4030-madc.c drivers/hwmon/twl4030-madc-hwmon.c
drivers/hwmon/twl4030-madc-hwmon.c:MODULE_AUTHOR("J Keerthy");
drivers/mfd/twl4030-madc.c:MODULE_AUTHOR("J Keerthy");
but added on different commits:
commit f99c1d4f94f91fd3a20bd2eaa3be9c5e7d2668eb
Author: Keerthy <j-keerthy@ti.com>
Date: Tue Mar 1 19:12:26 2011 +0530
mfd: Add twl4030 madc driver
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 cuurent etc.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
commit 0070bddfe7275e5bc763884a8ac59651f4e79eab
Author: Keerthy <j-keerthy@ti.com>
Date: Tue Mar 1 19:12:36 2011 +0530
hwmon: twl4030: Hwmon Driver for TWL4030 MADC
This driver exposes the sysfs nodes of the TWL4030 MADC module.
All the voltage channel values are expressed in terms of mV. Channel 13
and channel 14 are reserved. There are channels which represent
temperature and current the output is represented by celcius
and mA respectively.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
next prev parent reply other threads:[~2011-07-21 9:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-21 9:22 Kconfig help descriptions Russell King - ARM Linux
2011-07-21 9:37 ` Felipe Balbi
2011-07-21 9:45 ` Russell King - ARM Linux
2011-07-21 9:57 ` Felipe Balbi [this message]
2011-07-21 11:19 ` J, KEERTHY
2011-07-21 11:31 ` Santosh Shilimkar
2011-07-25 9:41 ` Mark Brown
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=20110721095702.GP23253@legolas.emea.dhcp.ti.com \
--to=balbi@ti.com \
--cc=j-keerthy@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
/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