All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@sang-engineering.com>
To: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
Cc: linux-i2c@vger.kernel.org
Subject: Re: i2c-slave-testunit over i2c-gpio bus
Date: Tue, 18 Feb 2025 10:44:16 +0100	[thread overview]
Message-ID: <Z7RWcBxOvNpSPmWN@ninjato> (raw)
In-Reply-To: <CAJs94EaOtgzVnPArj27Vupobr1jgDF3-tS_+29_RfumL7TO2BA@mail.gmail.com>

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

Hi,

> As far as I learned from the i2c-gpio source, the module doesn't
> introduce itself as i2c slave compatible. Do I understand it
> correctly? If so, would it have any sense to add i2c slave support for
> i2c-gpio?

No, i2c-gpio is not suitable for this. It would mean Linux had to read
the GPIOs constantly to not miss anything, e.g. the remote controller
starting a communication. With all the latencies involved in running the
system, this cannot be guaranteed. You need dedicated HW for that.

Sorry for no better news,

   Wolfram


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

  reply	other threads:[~2025-02-18  9:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18  8:49 i2c-slave-testunit over i2c-gpio bus Matwey V. Kornilov
2025-02-18  9:44 ` Wolfram Sang [this message]
2025-02-18  9:46   ` Matwey V. Kornilov
2025-02-18 10:02     ` Wolfram Sang
2025-02-18 10:21       ` Matwey V. Kornilov

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=Z7RWcBxOvNpSPmWN@ninjato \
    --to=wsa@sang-engineering.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=matwey.kornilov@gmail.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 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.