From: Adam YH Lee <adam.yh.lee@gmail.com>
To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-iio@vger.kernel.org, jic23@kernel.org
Cc: sre@kernel.org, pmeerw@pmeerw.net, Adam YH Lee <adam.yh.lee@gmail.com>
Subject: [V4] [TWL4030 MADC] Correction and clean-up
Date: Tue, 4 Aug 2015 11:15:47 -0700 [thread overview]
Message-ID: <1438712148-27004-1-git-send-email-adam.yh.lee@gmail.com> (raw)
The V4 of this patch addresses issues raised by Jonathan [1].
"iio_device_register" call should be the last call in the probe.
All regulators should be configured before that call.
Remove devm_regulator_put as it is not necessary. "devm_allocators"
(devm_regulator_get, in this case) does device removal as well as error
handling.
[1] http://www.spinics.net/lists/linux-omap/msg120871.html
Adam YH Lee (1):
[TWL4030 MADC] Fix ADC[3:6] readings
drivers/iio/adc/twl4030-madc.c | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
--
2.1.4
next reply other threads:[~2015-08-04 18:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-04 18:15 Adam YH Lee [this message]
2015-08-04 18:15 ` [V4] [TWL4030 MADC] Fix ADC[3:6] readings Adam YH Lee
2015-08-08 15:15 ` Jonathan Cameron
2015-08-10 16:56 ` Adam Lee
2015-08-31 17:06 ` Jonathan Cameron
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=1438712148-27004-1-git-send-email-adam.yh.lee@gmail.com \
--to=adam.yh.lee@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=sre@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).