From: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
To: Brendan Higgins <brendanhiggins@google.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
linux-i2c@vger.kernel.org,
OpenBMC Maillist <openbmc@lists.ozlabs.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
linux-aspeed@lists.ozlabs.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
james.feist@linux.intel.com, vernon.mauery@linux.intel.com,
Benjamin Fair <benjaminfair@google.com>,
Patrick Venture <venture@google.com>,
gary_hsu@aspeedtech.com, Ryan Chen <ryan_chen@aspeedtech.com>
Subject: Re: [PATCH] i2c: aspeed: Improve driver to support multi-master use cases stably
Date: Fri, 13 Jul 2018 11:54:24 -0700 [thread overview]
Message-ID: <b8232faa-58f5-f3a5-d12a-3f326cf1d03d@linux.intel.com> (raw)
In-Reply-To: <CAFd5g47zdPdqqjVJtNHtFk+jKgciKbMcEH9M-W9rL4DgLM5hkg@mail.gmail.com>
On 7/13/2018 11:12 AM, Brendan Higgins wrote:
> On Fri, Jul 13, 2018 at 10:22 AM Jae Hyun Yoo
> <jae.hyun.yoo@linux.intel.com> wrote:
>>
>> On 7/12/2018 11:21 AM, Jae Hyun Yoo wrote:
>>> On 7/12/2018 2:33 AM, Brendan Higgins wrote:
>>>> On Wed, Jun 27, 2018 at 10:55 AM Jae Hyun Yoo
>>>> <jae.hyun.yoo@linux.intel.com> wrote:
> <snip>
>>>> <snip>
>>>>>>> + for (;;) {
>>>>>>> + if (!(readl(bus->base + ASPEED_I2C_CMD_REG) &
>>>>>>> + (ASPEED_I2CD_BUS_BUSY_STS |
>>>>>>> + ASPEED_I2CD_XFER_MODE_STS_MASK)))
>>>>>>
>>>>>> Is using the Transfer Mode State Machine bits necessary? The
>>>>>> documentation marks it as "for debugging purpose only," so relying on
>>>>>> it makes me nervous.
>>>>>>
>>>>>
>>>>> As you said, the documentation marks it as "for debugging purpose only."
>>>>> but ASPEED also uses this way in their SDK code because it's the best
>>>>> way for checking bus busy status which can cover both single and
>>>>> multi-master use cases.
>>>>>
>>>>
>>>> Well, it would also be really nice to have access to this bit if
>>>> someone wants
>>>> to implement MCTP. Could we maybe check with Aspeed what them meant by
>>>> "for
>>>> debugging purposes only" and document it here? It makes me nervous to
>>>> rely on
>>>> debugging functionality for normal usage.
>>>>
>>>
>>> Okay, I'll check it with Aspeed. Will let you know their response.
>>>
>>
>> I've checked it with Gary Hsu <gary_hsu@aspeedtech.com> and he confirmed
>> that the bits reflect real information and good to be used in practical
>> code.
>
> Huh. For my own edification, could you ask them why they said "for debugging
> purpose only" in the documentation? I am just really curious what they meant by
> that. I would be satisfied if you just CC'ed me on your email thread with Gary,
> and I can ask him myself.
>
I've already CC'ed Gary and Ryan in this thread.
Hi Gary,
Can you explain why the documentation says that the bit field is 'for
debugging purpose only'? Any plan to change the description?
Thanks,
Jae
>>
>> I'll add a comment like below:
>>
>> /*
>> * This is marked as 'for debugging purpose only' in datasheet but
>> * ASPEED confirmed that this reflects real information and good
>> * to be used in practical code.
>> */
>>
>> Is it acceptable then?
>
> Yeah, that's fine.
>
> <snip>
>
> Cheers
>
next prev parent reply other threads:[~2018-07-13 18:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-26 16:58 [PATCH] i2c: aspeed: Improve driver to support multi-master use cases stably Jae Hyun Yoo
2018-06-27 7:36 ` Brendan Higgins
2018-06-27 17:55 ` Jae Hyun Yoo
2018-07-12 9:33 ` Brendan Higgins
2018-07-12 18:21 ` Jae Hyun Yoo
2018-07-13 17:21 ` Jae Hyun Yoo
2018-07-13 18:12 ` Brendan Higgins
2018-07-13 18:54 ` Jae Hyun Yoo [this message]
2018-07-16 3:05 ` Gary Hsu
2018-07-17 16:18 ` Jae Hyun Yoo
2018-07-19 16:57 ` Brendan Higgins
2018-07-19 16:58 ` Brendan Higgins
2018-07-13 18:02 ` Brendan Higgins
2018-07-13 18:50 ` Jae Hyun Yoo
2018-06-27 7:48 ` Jarkko Nikula
2018-06-27 18:01 ` Jae Hyun Yoo
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=b8232faa-58f5-f3a5-d12a-3f326cf1d03d@linux.intel.com \
--to=jae.hyun.yoo@linux.intel.com \
--cc=andrew@aj.id.au \
--cc=benh@kernel.crashing.org \
--cc=benjaminfair@google.com \
--cc=brendanhiggins@google.com \
--cc=gary_hsu@aspeedtech.com \
--cc=james.feist@linux.intel.com \
--cc=joel@jms.id.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=openbmc@lists.ozlabs.org \
--cc=ryan_chen@aspeedtech.com \
--cc=venture@google.com \
--cc=vernon.mauery@linux.intel.com \
/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).