Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710298

Re: [PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek MT7622

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek MT7622
Date 2017-08-12 16:50 +0200
Message-ID <udFTI-22H-17@gated-at.bofh.it> (permalink)
References <uduOC-3iT-7@gated-at.bofh.it> <uduOC-3iT-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

> +static const struct i2c_adapter_quirks mt7622_i2c_quirks = {
> +	.max_num_msgs = 255,
> +	.max_write_len = 65535,
> +	.max_read_len = 65535,
> +	.max_comb_1st_msg_len = 65535,
> +	.max_comb_2nd_msg_len = 65535,
> +};

That looks like no quirks? Then just leave the quirks pointer below
empty.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek MT7622 Jun Gao <jun.gao@mediatek.com> - 2017-08-12 05:00 +0200
  Re: [PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek  MT7622 Wolfram Sang <wsa@the-dreams.de> - 2017-08-12 16:50 +0200
    Re: [PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek  MT7622 Jun Gao <jun.gao@mediatek.com> - 2017-08-14 03:40 +0200
      Re: [PATCH v2 2/2] i2c: mediatek: Add i2c compatible for MediaTek  MT7622 Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 21:50 +0200

csiph-web