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
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
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
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 '#
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo