git send-email duplicating messages?

2018-04-25 Thread Sam Hansen
Greetings, I have been sending patches out like: $ git send-email --to=foo-l...@vger.kernel.org \ --cc-cmd='scripts/get_maintainer.pl -non -norolestats' \ *.patch For some reason, when git sends the emails, it sends each patch both directly to, and also cc's, everyone mentioned by get_mainta

Re: [PATCH] Documentation/i2c: direct users to i2c-tools regarding i2c/smbus.h

2018-04-24 Thread Sam Hansen
friendly ping :) This was an incremental patch requested by Wolfram. On Thu, Apr 19, 2018 at 3:23 PM, Sam Hansen wrote: > The current examples reference i2c/smbus.h, which is the first reference > in Documentation/i2c/dev-interface to anything related to the i2c-tools > project. This

[PATCH] Documentation/i2c: direct users to i2c-tools regarding i2c/smbus.h

2018-04-19 Thread Sam Hansen
The current examples reference i2c/smbus.h, which is the first reference in Documentation/i2c/dev-interface to anything related to the i2c-tools project. This moves the existing reference to i2c-tools up into the C-example, directing the user to the project's git repository. Signed-off-by

Re: [PATCH v3 2/3] Documentation/i2c: sync docs with current state of i2c-tools

2018-04-18 Thread Sam Hansen
On Wed, Apr 18, 2018 at 1:21 AM, Wolfram Sang wrote: > >> +The above functions are made available by linking against the libi2c >> library, >> +which is provided by the i2c-tools project. See: >> +https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/. > > In the beginning, we say that '#

Re: [PATCH] Documentation/i2c: sync docs with current state of i2c-tools.

2018-04-17 Thread Sam Hansen
On Fri, Apr 13, 2018 at 11:27 PM, Wolfram Sang wrote: > >> (also, did I send the v3 patch series threaded correctly?) > > Yes, that worked. Thanks! > > Things to improve there: I was both in To: and CC: field, so I got mails > twice. Jean was missing completely. Ah, thanks. I had been using scri

Re: [PATCH] Documentation/i2c: sync docs with current state of i2c-tools.

2018-04-13 Thread Sam Hansen
On Fri, Apr 13, 2018 at 11:49 AM, Jean Delvare wrote: > On Fri, 13 Apr 2018 09:02:03 -0700, Sam Hansen wrote: >> On Fri, Apr 13, 2018 at 5:13 AM, Jean Delvare wrote: >> > On Fri, 13 Apr 2018 00:24:57 +0200, Wolfram Sang wrote: >> >> On Thu, Apr 12, 2018 at 02:3

[PATCH v3 2/3] Documentation/i2c: sync docs with current state of i2c-tools

2018-04-13 Thread Sam Hansen
stale. This patch corrects the discrepancy and directs the reader to the i2c-tools project for more information. Signed-off-by: Sam Hansen --- No changes from v2. Documentation/i2c/dev-interface | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Documentation/i2c

[PATCH v3 3/3] Documentation/i2c: adopt kernel commenting style in examples

2018-04-13 Thread Sam Hansen
The example I2C code is rewritten to adopt the preferred kernel block commenting style. Signed-off-by: Sam Hansen --- Changes from v2: 1. only the block comment is updated. 2. one-line comments are reverted to prior form. Documentation/i2c/dev-interface | 6 -- 1 file changed, 4

[PATCH v3 1/3] Documentation/i2c: whitespace cleanup

2018-04-13 Thread Sam Hansen
This strips trailing whitespace in Documentation/i2c/dev-interface. Signed-off-by: Sam Hansen --- No changes from v2. Documentation/i2c/dev-interface | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/i2c/dev-interface b/Documentation/i2c/dev

Re: [PATCH v2 3/3] Documentation/i2c: adopt kernel commenting style in examples

2018-04-13 Thread Sam Hansen
On Fri, Apr 13, 2018 at 9:50 AM, Wolfram Sang wrote: > >> - int adapter_nr = 2; /* probably dynamically determined */ > > Such comments are actually OK. Ah, gotcha. Thanks for the correction. Standby for revised patch set. > >> -/* ERROR HANDLING; you can check errno to see what went wron

[PATCH v2 3/3] Documentation/i2c: adopt kernel commenting style in examples

2018-04-13 Thread Sam Hansen
The example I2C code is rewritten to adopt the preferred kernel block commenting style. Signed-off-by: Sam Hansen --- Documentation/i2c/dev-interface | 57 + 1 file changed, 43 insertions(+), 14 deletions(-) diff --git a/Documentation/i2c/dev-interface b

[PATCH v2 2/3] Documentation/i2c: sync docs with current state of i2c-tools

2018-04-13 Thread Sam Hansen
stale. This patch corrects the discrepancy and directs the reader to the i2c-tools project for more information. Signed-off-by: Sam Hansen --- Documentation/i2c/dev-interface | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Documentation/i2c/dev-interface b

[PATCH v2 1/3] Documentation/i2c: whitespace cleanup

2018-04-13 Thread Sam Hansen
This strips trailing whitespace in Documentation/i2c/dev-interface. Signed-off-by: Sam Hansen --- Documentation/i2c/dev-interface | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/i2c/dev-interface b/Documentation/i2c/dev-interface index d04e6e4964ee

Re: [PATCH] Documentation/i2c: sync docs with current state of i2c-tools.

2018-04-13 Thread Sam Hansen
On Fri, Apr 13, 2018 at 5:13 AM, Jean Delvare wrote: > Hi Wolfram, Sam, > > On Fri, 13 Apr 2018 00:24:57 +0200, Wolfram Sang wrote: >> On Thu, Apr 12, 2018 at 02:33:42PM -0700, Sam Hansen wrote: >> > Currently, Documentation/i2c/dev-interface describes the use of i2c_smbu

[PATCH] Documentation/i2c: sync docs with current state of i2c-tools.

2018-04-12 Thread Sam Hansen
stale. This patch corrects the discrepancy and directs the reader to the i2c-tools project for more information. Additionally, some trailing-whitespace cleanups were made. Signed-off-by: Sam Hansen --- Documentation/i2c/dev-interface | 28 +++- 1 file changed, 11 insertions