From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Lesly Arackal Manuel <leslyam@ti.com>
Cc: "'Nayak, Rajendra'" <rnayak@ti.com>,
"'Axel Lin'" <axel.lin@gmail.com>,
"'linux-kernel'" <linux-kernel@vger.kernel.org>,
"'Juha Keski-Saari'" <ext-juha.1.keski-saari@nokia.com>,
"'Mark Brown'" <broonie@opensource.wolfsonmicro.com>
Subject: RE: [PATCH] regulator: twl-regulator - fix twlreg_set_mode
Date: Sat, 06 Nov 2010 11:54:45 +0000 [thread overview]
Message-ID: <1289044485.3318.16.camel@odin> (raw)
In-Reply-To: <BD28781F6C8B49EB8AEACE6365DBFFEA@india.ti.com>
On Thu, 2010-11-04 at 15:08 +0530, Lesly Arackal Manuel wrote:
> Forgot to mention-
>
> Only omap hsmmc driver is using regulator_set_mode() which will call
> twlreg_set_mode().
>
> > -----Original Message-----
> > From: Lesly Arackal Manuel [mailto:leslyam@ti.com]
> > Sent: Thursday, November 04, 2010 3:01 PM
> > To: 'Nayak, Rajendra'; 'Liam Girdwood'
> > Cc: 'Axel Lin'; 'linux-kernel'; 'Juha Keski-Saari'; 'Mark Brown'
> > Subject: RE: [PATCH] regulator: twl-regulator - fix twlreg_set_mode
> >
> >
> > I have tested it with MMC card inserted on OMAP3630SDP board (using OMAP3
> > integration tree).
> >
> > The changes seem to be valid.
> >
> > The i2c_transfer() returns '1' on success and the twl_i2c_write() which
> > calls i2c_transfer returns '0' if success and err value if it fails.
> >
> > After writing the MSB if it returns with check:
> > if (status >= 0)
> > return status;
> > It is not writing the LSB.
> >
> > So it should be:
> > if (status < 0)
> > return status;
> >
> > Regards,
> > Lesly AM
> >
Applied.
Thanks
Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
prev parent reply other threads:[~2010-11-06 11:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-22 8:38 [PATCH] regulator: twl-regulator - fix twlreg_set_mode Axel Lin
2010-10-22 15:30 ` Mark Brown
2010-10-23 13:47 ` Liam Girdwood
2010-10-26 10:10 ` Nayak, Rajendra
2010-11-04 9:30 ` Lesly Arackal Manuel
2010-11-04 9:38 ` Lesly Arackal Manuel
2010-11-06 11:54 ` Liam Girdwood [this message]
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=1289044485.3318.16.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=axel.lin@gmail.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=ext-juha.1.keski-saari@nokia.com \
--cc=leslyam@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rnayak@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox