From: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
To: Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Cc: "Ray Jui" <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
"Uwe Kleine-König"
<u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Subhendu Sekhar Behera"
<sbehera-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v4 2/3] i2c: xlp9xx: Driver for Netlogic XLP9XX/5XX I2C controller
Date: Fri, 10 Apr 2015 19:04:18 +0200 [thread overview]
Message-ID: <20150410170418.GC2408@katana> (raw)
In-Reply-To: <1426679430-26134-3-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
> + if (priv->msg_err) {
> + dev_dbg(priv->dev, "transfer error %x!\n", priv->msg_err);
> + if (priv->msg_err & XLP9XX_I2C_INTEN_BUSERR)
> + xlp9xx_i2c_init(priv);
> + return -EAGAIN;
> + }
According to Documentation/i2c/fault-codes this should -EIO. I fixed
that and applied the series to my local tree. Please send the missing
Signed-off for patch 3 for completeness.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-04-10 17:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-18 11:50 [PATCH v4 0/3] i2c: Support for Netlogic XLP9XX/5XX I2C controller Jayachandran C
[not found] ` <1426679430-26134-1-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-03-18 11:50 ` [PATCH v4 1/3] of: Add vendor prefix 'netlogic' Jayachandran C
2015-03-18 11:50 ` [PATCH v4 2/3] i2c: xlp9xx: Driver for Netlogic XLP9XX/5XX I2C controller Jayachandran C
[not found] ` <1426679430-26134-3-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-04-10 17:04 ` Wolfram Sang [this message]
2015-03-18 11:50 ` [PATCH v4 3/3] i2c: xlp9xx: device tree bindings Jayachandran C
[not found] ` <1426679430-26134-4-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-04-10 17:02 ` Wolfram Sang
2015-04-10 17:17 ` [PATCH v4 0/3] i2c: Support for Netlogic XLP9XX/5XX I2C controller Wolfram Sang
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=20150410170418.GC2408@katana \
--to=wsa-z923lk4zbo2bacvfa/9k2g@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=sbehera-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@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;
as well as URLs for NNTP newsgroup(s).