From: Aaro Koskinen <aaro.koskinen-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
To: "ext Sonasath, Moiz" <m-sonasath-l0cyMroinI0@public.gmane.org>
Cc: "ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org"
<ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>,
"linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH RESEND] I2C: OMAP: Add missing wakeup events
Date: Tue, 13 Oct 2009 12:52:16 +0300 [thread overview]
Message-ID: <4AD44DD0.7000708@nokia.com> (raw)
In-Reply-To: <CD8CC2B65FEE304DA95744A5472698F2029E37200E-UmuGNrFEPrGIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
Hello,
Sonasath, Moiz wrote:
>> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor-l0cyMroinI0@public.gmane.org>
>>
>> Include wake up events for receiver overflow and transmitter
>> underflow in OMAP_I2C_WE_REG configuration. Also fix a small
>> typo.
>>
>> Signed-off-by: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor-l0cyMroinI0@public.gmane.org>
>> Signed-off-by: Aaro Koskinen <aaro.koskinen-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
>> ---
>> drivers/i2c/busses/i2c-omap.c | 5 ++++-
>> 1 files changed, 4 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
>> index 827da08..34ea9ed 100644
>> --- a/drivers/i2c/busses/i2c-omap.c
>> +++ b/drivers/i2c/busses/i2c-omap.c
>> @@ -92,8 +92,10 @@
>> #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */
>>
>> /* I2C WE wakeup enable register */
>> -#define OMAP_I2C_WE_XDR_WE (1 << 14) /* TX drain wakup */
>> +#define OMAP_I2C_WE_XDR_WE (1 << 14) /* TX drain wakeup */
>> #define OMAP_I2C_WE_RDR_WE (1 << 13) /* RX drain wakeup */
>> +#define OMAP_I2C_WE_ROVR_WE (1 << 11) /* RX overflow wakeup */
>> +#define OMAP_I2C_WE_XUDF_WE (1 << 10) /* TX underflow wakeup */
>
> These bits are not documented in OMAP3430, they are reserved. How can they be used?
Hmm, that's a valid point. I will have to check if I can find more info on the background of this patch.
A.
next prev parent reply other threads:[~2009-10-13 9:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-12 10:21 [PATCH RESEND] I2C: OMAP: Add missing wakeup events Aaro Koskinen
2009-10-12 16:21 ` Sonasath, Moiz
2009-10-12 16:35 ` Sonasath, Moiz
[not found] ` <CD8CC2B65FEE304DA95744A5472698F2029E37200E-UmuGNrFEPrGIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2009-10-13 9:52 ` Aaro Koskinen [this message]
2009-10-13 22:12 ` Sonasath, Moiz
2009-10-14 13:25 ` Woodruff, Richard
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=4AD44DD0.7000708@nokia.com \
--to=aaro.koskinen-xnzwkgviw5gavxtiumwx3w@public.gmane.org \
--cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=m-sonasath-l0cyMroinI0@public.gmane.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