public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
To: Danielle Costantino
	<danielle.costantino-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>,
	Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>,
	linux-i2c <linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Gerlando Falauto
	<gerlando.falauto-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>,
	Martin Belanger
	<martin.belanger-Ir6+u9MVKBtBDgjK7y7TUQ@public.gmane.org>,
	Rodolfo Giometti
	<giometti-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org>,
	Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>,
	Jeroen De Wachter
	<jeroen.de.wachter-CNXmb7IdZIWZIoH1IeqzKA@public.gmane.org>
Subject: Re: [PATCH] i2c: mux: create proper topology in sysfs
Date: Mon, 10 Nov 2014 21:57:04 +0100	[thread overview]
Message-ID: <20141110215704.07d7ca1d@endymion.delvare> (raw)
In-Reply-To: <CAAVjN7dPet_nBHcQzPYknfiWnf1hD5d5NAJcrNEKKJHYHcBNkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Hi Danielle,

On Tue, 4 Nov 2014 01:07:08 -0800, Danielle Costantino wrote:
> This is a tool I have been developing for complex I2C bus structures
> (lsi2c) the output of this should help with this complex multiplexer
> testing. I was able to overcome the problem by creating persistent
> paths describing where the devices reside. I will be testing
> compatibility with this setup. I will be reporting on my test results
> within a few days.
> 
> [root@p2020 ~]# ./lsi2c -h
> Usage: lsi2c [OPTION]...
>   -c, --config-file     Specify a config file
>   -C, --print-config    Display i2c devices in configuration file
>   -a, --all             Print all i2c-devs in bus tree
>   -d, --print-devices   Display sysfs i2c devices
>   -t, --tree            Print i2c bus and children
>   -p, --path            Parse an i2c-dev path
>   -P, --probe           Probe an i2c-dev at addr on path
>   -F, --func            Print I2C bus functionality
>   -T, --timeout         Set adapter timeout in milliseconds
>   -S, --retry-count     Set adapter max retry count
>   -h, --help            Display this help text
>   -V, --version         Display the program version
>   -v, --verbose         Be verbose
>   -i, --initialize      Initialize devices in configuration file
>   -r, --remove          Remove devices in configuration file
>   -k, --kmod            Try to initialize i2c_dev kernel module
> 
> Use `-' after `-c' to read the config file from stdin.

Is the source code of this tool available somewhere?

Thanks,
-- 
Jean Delvare
SUSE L3 Support

  parent reply	other threads:[~2014-11-10 20:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-02 20:40 [PATCH] i2c: mux: create proper topology in sysfs Wolfram Sang
     [not found] ` <1414960809-16860-1-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2014-11-03 20:39   ` Guenter Roeck
2014-11-03 20:55   ` Guenter Roeck
     [not found]     ` <20141103205534.GA18937-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-11-03 21:02       ` Wolfram Sang
2014-11-03 22:18         ` Guenter Roeck
     [not found]           ` <20141103221850.GA16026-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-11-04  7:33             ` Wolfram Sang
2014-11-04  9:07               ` Danielle Costantino
     [not found]                 ` <CAAVjN7dPet_nBHcQzPYknfiWnf1hD5d5NAJcrNEKKJHYHcBNkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-11-10 20:57                   ` Jean Delvare [this message]
     [not found]                     ` <20141110215704.07d7ca1d-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-12 12:35                       ` Danielle Costantino
2014-11-04 14:16               ` Guenter Roeck
2014-11-03 22:49         ` Guenter Roeck
     [not found]           ` <20141103224908.GA18594-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-11-04 14:33             ` Wolfram Sang
2014-11-04 14:46               ` Guenter Roeck
2014-11-05 14:26               ` Guenter Roeck

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=20141110215704.07d7ca1d@endymion.delvare \
    --to=jdelvare-l3a5bk7wagm@public.gmane.org \
    --cc=danielle.costantino-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=gerlando.falauto-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org \
    --cc=giometti-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org \
    --cc=jeroen.de.wachter-CNXmb7IdZIWZIoH1IeqzKA@public.gmane.org \
    --cc=linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=martin.belanger-Ir6+u9MVKBtBDgjK7y7TUQ@public.gmane.org \
    --cc=ml.lawnick-Mmb7MZpHnFY@public.gmane.org \
    --cc=wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.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