From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [Patch v2 1/2] 5200/mpc: improve i2c bus error recovery Date: Thu, 18 Feb 2010 10:41:40 -0700 Message-ID: References: <2921453.1266505456809.JavaMail.ngmail@webmail09.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org To: Joakim Tjernlund Cc: linuxppc-dev@ozlabs.org, =?ISO-8859-1?Q?Albrecht_Dre=DF?= , devicetree-discuss@lists.ozlabs.org, ben-linux@fluff.org, iws@ovro.caltech.edu List-Id: devicetree@vger.kernel.org On Thu, Feb 18, 2010 at 10:14 AM, Joakim Tjernlund wrote: > "Albrecht Dre=DF" wrote on 2010/02/18 16:04:16: > As far as I can tell your patch does all of the above so > > Signed-off-by: Joakim Tjernlund Thanks Joakim. On a point of process; "Signed-off-by" means that you've actually handled the patch and forwarded it on, either by reposting or putting it in a git tree for someone to pull. The Signed-off-by trail collects a history of all the people who have touched a patch during its development and merging. Reviewers can use Acked-by: or Reviewed-by: to indicate their consent. Ben can add your annotation when he merges the patch into his i2c tree. Cheers, g.