linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@the-dreams.de>
To: Jan Kandziora <jjj@gmx.de>
Cc: linux-i2c@vger.kernel.org
Subject: Re: Introducing a kernel driver for the DS28E17 Onewire to I2C master bridge; Feature request: introduce I2C_FUNC_STOP
Date: Thu, 14 Jul 2016 18:58:14 +0900	[thread overview]
Message-ID: <20160714095812.GA1563@tetsubishi> (raw)
In-Reply-To: <578612EB.1060709@gmx.de>

[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]

Hi,

> It's available here:
> 
> 	https://github.com/ianka/w1_ds28e17

You need to send patches to get anything reviewed.

> I've already sent a mail to Evgeniy Polyakov, maintainer of the W1
> subsystem and Wolfram Sang, maintainer of the I2C subsystem but got no
> reply. Maybe due to holiday season.

For my case, I am just extremly busy. Have a look for the pending
patches for I2C here:

http://patchwork.ozlabs.org/project/linux-i2c/list/

Please also note, that a maintainer is not the only reviewer for a
subsystem, the whole list is. You can try there to get people attracted
to your patch. If you count on me, expect a delay of weeks.

> I also have a question/feature request for the i2c subsystem. The
> DS28E17 can support I2C_M_STOP, which allows to combine write/read into
> a single transaction for slaves which need the intermediate stop
> condition – as the DS7505 from the evaluation board. Using I2C_M_STOP

It cannot do repeated start?

> instead of splitting the transaction into two would save some overhead
> on the Onewire bus (8 bytes at 15kBaud == 4ms, of busy-looping when
> Onewire is bitbanged.)

> What's the right way to handle this on the I2C driver side? Could we
> have a I2C_FUNC_STOP as we have a I2C_FUNC_NOSTART?

We can factor it out like I2C_FUNC_NOSTART when it is proven that it
really is needed.

Thanks,

   Wolfram


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-07-14  9:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 10:07 Introducing a kernel driver for the DS28E17 Onewire to I2C master bridge; Feature request: introduce I2C_FUNC_STOP Jan Kandziora
2016-07-14  9:58 ` Wolfram Sang [this message]
2016-07-14 12:53   ` Jan Kandziora
2016-07-14 13:19     ` Wolfram Sang
2016-07-15 11:13       ` Jan Kandziora
2016-07-15 11:26         ` Wolfram Sang
2016-07-15 17:27           ` Jan Kandziora
2016-07-15 18:52           ` Jan Kandziora
2016-07-16  4:51             ` Wolfram Sang

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=20160714095812.GA1563@tetsubishi \
    --to=wsa@the-dreams.de \
    --cc=jjj@gmx.de \
    --cc=linux-i2c@vger.kernel.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).