All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sowjanya Komatineni <skomatineni@nvidia.com>
To: Wolfram Sang <wsa@the-dreams.de>
Cc: "thierry.reding@gmail.com" <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Timo Alho <talho@nvidia.com>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>
Subject: RE: [PATCH V2] i2c: tegra: Fix Maximum transfer size
Date: Wed, 2 Jan 2019 23:35:17 +0000	[thread overview]
Message-ID: <BN7PR12MB283637DD2AA8882E46B76EDFC28C0@BN7PR12MB2836.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20190102224512.GA2750@kunai>

Thanks Wolfram. 

>> Tegra194 supports maximum 64K Bytes transfer per packet.
>
>Linux I2C doesn't support more than 64K of transfers as well...
>
>> +	.max_read_len = 65535,
>> +	.max_write_len = 65535,
>
>... so you can simply drop these lines.

Oh Yes right, msg len is u16. will fix it. Thanks.

Thanks
Sowjanya

      reply	other threads:[~2019-01-02 23:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-02 22:35 [PATCH V2] i2c: tegra: Fix Maximum transfer size Sowjanya Komatineni
2019-01-02 22:35 ` Sowjanya Komatineni
2019-01-02 22:45 ` Wolfram Sang
2019-01-02 23:35   ` Sowjanya Komatineni [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=BN7PR12MB283637DD2AA8882E46B76EDFC28C0@BN7PR12MB2836.namprd12.prod.outlook.com \
    --to=skomatineni@nvidia.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=talho@nvidia.com \
    --cc=thierry.reding@gmail.com \
    --cc=wsa@the-dreams.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.