From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 26 Oct 2011 10:07:32 +0800 Subject: [U-Boot] [PATCH 0/5] altera_tse: Several small, but relevant fixes/feature In-Reply-To: <4EA67199.2060704@missinglinkelectronics.com> References: <1318865086-837-1-git-send-email-joachim.foerster@missinglinkelectronics.com> <4EA67199.2060704@missinglinkelectronics.com> Message-ID: <4EA76B64.50302@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/25/2011 04:21 PM, Joachim Foerster wrote: > Hi all, > > Did anybody get a chance to review those 5 small patches? I would like > to get some feedback and work on it, if needed - to get them upstream. > Hi Joachim, I forwarded your patches to Dalon Westergreen of Altera on Oct 20, who is the author of this driver. I asked Dalon to help to review your patches. I run checkpatch.pl and there are minors warnings. You may fix them after we get feedback from Dalon. WARNING: braces {} are not necessary for any arm of this statement #55: FILE: drivers/net/altera_tse.c:586: + if ((priv->flags >= 1) && (priv->flags <= 4)) { [...] + } else if (priv->flags == 5) { [...] WARNING: braces {} are not necessary for single statement blocks #68: FILE: drivers/net/altera_tse.c:598: + if ((priv->flags >= 1) && (priv->flags <= 4)) { + mii_data |= 0x82; + } I am going to test your patches on 3C120 and NEEK boards. And will let you know my results. Best regards, Thomas