From: eddie.huang@mediatek.com (Eddie Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 3/3] I2C: mediatek: Add driver for MediaTek MT8173 I2C controller
Date: Tue, 28 Apr 2015 16:44:48 +0800 [thread overview]
Message-ID: <1430210688.26793.1.camel@mtksdaap41> (raw)
In-Reply-To: <553F4681.7040404@pengutronix.de>
Hi Marc,
On Tue, 2015-04-28 at 10:36 +0200, Marc Kleine-Budde wrote:
> On 04/28/2015 10:31 AM, Eddie Huang wrote:
> > Add mediatek MT8173 I2C controller driver. Compare to I2C controller
> > of earlier mediatek SoC, MT8173 fix write-then-read limitation, and
> > also increase message size to 64kb.
> >
> > Signed-off-by: Xudong Chen <xudong.chen@mediatek.com>
> > Signed-off-by: Liguo Zhang <liguo.zhang@mediatek.com>
> > Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
> > ---
> > drivers/i2c/busses/i2c-mt65xx.c | 106 +++++++++++++++++++++++++++++-----------
> > 1 file changed, 77 insertions(+), 29 deletions(-)
> >
> > diff --git a/drivers/i2c/busses/i2c-mt65xx.c b/drivers/i2c/busses/i2c-mt65xx.c
> > index 2ecf0d1..c501421 100644
> > --- a/drivers/i2c/busses/i2c-mt65xx.c
> > +++ b/drivers/i2c/busses/i2c-mt65xx.c
> [...]
>
> > static const struct of_device_id mtk_i2c_of_match[] = {
> > { .compatible = "mediatek,mt6577-i2c", .data = (void *)&mt6577_compat },
> > { .compatible = "mediatek,mt6589-i2c", .data = (void *)&mt6589_compat },
> > + { .compatible = "mediatek,mt8173-i2c", .data = (void *)&mt8173_compat },
> > {}
> > };
> > -MODULE_DEVICE_TABLE(of, mtk_i2c_match);
> > +MODULE_DEVICE_TABLE(of, mtk_i2c_of_match);
>
> This should go into the previous patch, as 2/3 will probably not compile
> without this change.
>
That's right, my mistake, should be in 2/3.
Eddie
next prev parent reply other threads:[~2015-04-28 8:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-28 8:31 [PATCH v6 0/3] ARM: mediatek: Add driver for Mediatek I2C Eddie Huang
2015-04-28 8:31 ` [PATCH v6 1/3] dt-bindings: Add I2C bindings for mt65xx/mt81xx Eddie Huang
2015-04-29 5:18 ` rajeev kumar
2015-04-28 8:31 ` [PATCH v6 2/3] I2C: mediatek: Add driver for MediaTek I2C controller Eddie Huang
2015-04-28 8:31 ` [PATCH v6 3/3] I2C: mediatek: Add driver for MediaTek MT8173 " Eddie Huang
2015-04-28 8:36 ` Marc Kleine-Budde
2015-04-28 8:44 ` Eddie Huang [this message]
2015-04-28 10:02 ` [PATCH v6 0/3] ARM: mediatek: Add driver for Mediatek I2C Lee Jones
2015-04-28 10:08 ` Jean Delvare
-- strict thread matches above, loose matches on Subject: below --
2015-04-01 5:29 [PATCH v6 0/3] ARM: mediatek: Add driver for Mediatek I2C controller Eddie Huang
2015-04-01 5:29 ` [PATCH v6 3/3] I2C: mediatek: Add driver for MediaTek MT8173 " Eddie Huang
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=1430210688.26793.1.camel@mtksdaap41 \
--to=eddie.huang@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).