All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools 0/2] tools: improvements to handling restricted addresses
@ 2019-03-11 22:33 Wolfram Sang
  2019-03-11 22:33 ` [PATCH i2c-tools 1/2] tools: i2ctransfer: consequently document -a Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Wolfram Sang @ 2019-03-11 22:33 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-renesas-soc, Jean Delvare, Wolfram Sang

For debugging, I needed to use the restricted address range. That's when I
noticed that the docs for i2ctransfer were missing an update (patch 1). But
even more surprising, I noticed that the reserved addresses 0x03-0x07 were not
restricted. It seems we all are so used to our lovely i2c-tools that nobody
(including me) never questioned that :) But it should be fixed (patch 2), I
think.

Open for comments. Happy hacking!


Wolfram Sang (2):
  tools: i2ctransfer: man: mention -a everywhere
  tools: restrict all addresses defined by the standard

 CHANGES             |  2 ++
 tools/i2cbusses.c   |  2 +-
 tools/i2cdetect.8   |  2 +-
 tools/i2cdetect.c   |  2 +-
 tools/i2cdump.8     |  4 ++--
 tools/i2cdump.c     |  2 +-
 tools/i2cget.8      |  4 ++--
 tools/i2cget.c      |  2 +-
 tools/i2cset.8      |  4 ++--
 tools/i2cset.c      |  2 +-
 tools/i2ctransfer.8 | 12 +++++++-----
 11 files changed, 21 insertions(+), 17 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-23 21:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-11 22:33 [PATCH i2c-tools 0/2] tools: improvements to handling restricted addresses Wolfram Sang
2019-03-11 22:33 ` [PATCH i2c-tools 1/2] tools: i2ctransfer: consequently document -a Wolfram Sang
2019-03-15 12:43   ` Jean Delvare
2019-03-17 21:23     ` Wolfram Sang
2019-04-23 21:13   ` Wolfram Sang
2019-03-11 22:33 ` [PATCH i2c-tools 2/2] tools: restrict all addresses defined by the standard Wolfram Sang
2019-03-15 13:24   ` Jean Delvare
2019-03-17 21:36     ` Wolfram Sang
2019-04-23 21:13   ` Wolfram Sang
2019-03-12 15:50 ` [PATCH i2c-tools 0/2] tools: improvements to handling restricted addresses Niklas Söderlund

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.