All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver
Date: Fri, 27 Aug 2010 00:03:20 +0200	[thread overview]
Message-ID: <4C76E4A8.8020100@free.fr> (raw)
In-Reply-To: <4C7609F3.7020509@invitel.hu>

Le 26/08/2010 08:30, Heiko Schocher a ?crit :

> Beside of that, I have just some minor codstyling comments:

Meanwhile, I've run checkpatch on this file and fixed every warning and 
error, thus some of your comments were taken care of in the process. 
That left:

>> +#define	MVTWSI_STATUS_DATA_R_NAK	0x58 /* our NAK, not the slave's */
>
> line too long.

Checkpatch did not complain on this one. Is there a specific line length 
contraint beside passing checkpatch?

>> +/*
>> + * Wait for IFLG to raise, or return 'timeout'; then if status is as expected,
>> + * return 0 (ok) or return 'wrong status'.
>> + */
>> +
>
> blank line not necessary.

Which blank line exactly? Between the comment block and code? If so, 
does this apply everywhere, i.e. after the topmost license comment 
block, before blocks of #define, etc?

As a side note, if V2 gets Acked by Prafulla and you, can you add the 
commit to your i2c tree and ask for a new pull? Anyway, Wolfgang said he 
won't resume activity on u-boot before sep 5th.

Amicalement,
-- 
Albert.

  parent reply	other threads:[~2010-08-26 22:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-25 14:23 [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver Albert Aribaud
2010-08-25 14:23 ` [U-Boot] [PATCH 2/2] edminiv2: add I2C support using mvtwsi driver Albert Aribaud
2010-08-25 15:28 ` [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver Albert ARIBAUD
2010-08-26  4:33 ` Prafulla Wadaskar
2010-08-26  6:33   ` Albert ARIBAUD
2010-08-26  6:46     ` Heiko Schocher
2010-08-26  8:23       ` Prafulla Wadaskar
2010-08-26  9:23         ` Albert ARIBAUD
2010-08-26  6:30 ` Heiko Schocher
2010-08-26  6:37   ` Albert ARIBAUD
2010-08-26 22:03   ` Albert ARIBAUD [this message]
2010-08-27  5:25     ` Heiko Schocher
2010-08-27  6:05       ` Albert ARIBAUD

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=4C76E4A8.8020100@free.fr \
    --to=albert.aribaud@free.fr \
    --cc=u-boot@lists.denx.de \
    /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 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.