From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] A question about unconfigured pads check in omap24xx_i2c
Date: Wed, 06 Nov 2013 14:12:27 +0200 [thread overview]
Message-ID: <527A322B.6070703@compulab.co.il> (raw)
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to
detect unconfigured pads for the i2c bus in use. These checks are
all in the form of
if (status == I2C_STAT_XRDY) {
printf("unconfigured pads\n");
return -1;
}
This check seems peculiar to me since the meaning of I2C_STAT_XRDY is
that new data is requested for transmission. Why is that indication that
the bus is not padconf'd for I2C?
--
Regards,
Nikita.
next reply other threads:[~2013-11-06 12:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 12:12 Nikita Kiryanov [this message]
2013-11-06 13:19 ` [U-Boot] A question about unconfigured pads check in omap24xx_i2c Lubomir Popov
2013-11-07 5:14 ` Heiko Schocher
2013-11-07 7:57 ` Lubomir Popov
2013-11-07 8:04 ` Heiko Schocher
2013-11-07 8:15 ` Lubomir Popov
2013-11-08 17:27 ` Nikita Kiryanov
2013-11-08 21:26 ` Lubomir Popov
2013-11-11 11:15 ` Nikita Kiryanov
2013-11-11 15:51 ` Lubomir Popov
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=527A322B.6070703@compulab.co.il \
--to=nikita@compulab.co.il \
--cc=u-boot@lists.denx.de \
/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.