linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: xudong.chen@mediatek.com (xudong chen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] ARM: mediatek: Add driver for Mediatek I2C controller
Date: Tue, 18 Nov 2014 18:07:01 +0800	[thread overview]
Message-ID: <1416305221.4982.23.camel@mhfsdcap03> (raw)
In-Reply-To: <1415934752.2152.58.camel@mhfsdcap03>

On Fri, 2014-11-14 at 11:12 +0800, xudong chen wrote:
> On Thu, 2014-11-13 at 19:31 +0100, Wolfram Sang wrote:
> > > MTK I2C HW has some limitation.
> > > 1. If the i2c_msg number is more than one, STOP will be issued instead of
> > > RS(Repeat Start) between each message.
> > > 
> > > 2. Mediatek I2C controller support WRRD(write then read) mode, in WRRD
> > > mode the Repeat Start will be issued between 2 messages.
> > > In this driver if 2 messages is first write then read, the driver will
> > > combine 2 messages using Write-Read mode so the RS will be issued between
> > > the 2 messages.
> > > Ex: W/R/R, driver will combine first W/R and then R.
> > > 
> > > 3. Due to HW limitation, in this version the max transfer data length is 255
> > > in one message.
> > 
> > This looks to me more like an SMBUS controller instead of I2C. Maybe you
> > should populate smbus_xfer rather than master_xfer?
> 
> This is the HW limitation, we will try to workaround this in the
> separate patch.
> 
Except limited RS and limited length support, our HW follow I2C protocol
spec.
The length is compatible with most I2C devices, only a few I2C devices
need transfer more than 255 bytes.
The future Mediatek IC will fix the RS and length limitation.

Thanks!
> 
> 

      parent reply	other threads:[~2014-11-18 10:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04  5:29 [PATCH v2 0/3] ARM: mediatek: Add driver for Mediatek I2C controller Xudong Chen
2014-11-04  5:29 ` [PATCH v2 1/3] dt-bindings: Add I2C bindings for mt65xx/mt81xx Xudong Chen
2014-11-13 18:16   ` Wolfram Sang
2014-11-14  3:13     ` xudong chen
2014-11-04  5:29 ` [PATCH v2 2/3] ARM: mediatek: Add I2C node for mt8135 and mt8127 Xudong Chen
2014-11-04  5:29 ` [PATCH v2 3/3] I2C: mediatek: Add driver for MediaTek I2C controller Xudong Chen
2014-11-13  2:08 ` [PATCH v2 0/3] ARM: mediatek: Add driver for Mediatek " xudong chen
2014-11-13 18:31 ` Wolfram Sang
2014-11-14  3:12   ` xudong chen
2014-11-14  8:00     ` Yingjoe Chen
2014-11-18 10:07     ` xudong chen [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=1416305221.4982.23.camel@mhfsdcap03 \
    --to=xudong.chen@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.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).