From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin KUMAR Date: Thu, 22 Apr 2010 10:00:21 +0530 Subject: [U-Boot] [PATCH 07/17] SPEAr : Network driver support added In-Reply-To: <1271851232.22118.15.camel@ptyser-laptop> References: <1271836483-15978-1-git-send-email-vipin.kumar@st.com> <1271836483-15978-2-git-send-email-vipin.kumar@st.com> <1271836483-15978-3-git-send-email-vipin.kumar@st.com> <1271836483-15978-4-git-send-email-vipin.kumar@st.com> <1271836483-15978-5-git-send-email-vipin.kumar@st.com> <1271836483-15978-6-git-send-email-vipin.kumar@st.com> <1271836483-15978-7-git-send-email-vipin.kumar@st.com> <1271836483-15978-8-git-send-email-vipin.kumar@st.com> <1271851232.22118.15.camel@ptyser-laptop> Message-ID: <4BCFD0DD.5010702@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/21/2010 5:30 PM, Peter Tyser wrote: > Hi Vipin, > >> drivers/net/dw_eth.c | 504 ++++++++++++++++++++++++++++++++++++++++++++++++++ >> drivers/net/dw_eth.h | 281 ++++++++++++++++++++++++++++ > > I'd vote to name the driver "designware.c", or something else more > descriptive than the somewhat ambiguous "dw". The _eth portion of the > name isn't necessary either since its contained in the driver/net > directory. > OK, I would change the name to designware.c and header as designware.h Please find the changes in patch-set v2 > Best, > Peter > >