mbox series

[i2c-tools,0/3] i2ctransfer: cleanups & add binary data option

Message ID 20240807112159.14220-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series i2ctransfer: cleanups & add binary data option | expand

Message

Wolfram Sang Aug. 7, 2024, 11:21 a.m. UTC
I wanted to print out read data as-is, so I added a binary printout
option (patch 2). The other two patches are cleanups found on the way.

Looking forward to comments!


Wolfram Sang (3):
  i2ctransfer: sort command line options and add to help text
  i2ctransfer: add option to print binary data
  i2ctransfer: don't use plain 'unsigned'

 tools/i2ctransfer.8 | 40 ++++++++++++++++++++--------------
 tools/i2ctransfer.c | 53 ++++++++++++++++++++++++++++++---------------
 2 files changed, 60 insertions(+), 33 deletions(-)

Comments

Wolfram Sang Aug. 10, 2024, 9:40 p.m. UTC | #1
On Wed, Aug 07, 2024 at 01:21:56PM +0200, Wolfram Sang wrote:
> I wanted to print out read data as-is, so I added a binary printout
> option (patch 2). The other two patches are cleanups found on the way.
> 
> Looking forward to comments!
> 
> 
> Wolfram Sang (3):
>   i2ctransfer: sort command line options and add to help text
>   i2ctransfer: add option to print binary data
>   i2ctransfer: don't use plain 'unsigned'
> 

Applied to master.