From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Mon, 08 Jun 2009 03:08:52 +0400 Subject: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27 In-Reply-To: <4A1B804A.3030008@gmail.com> References: <1242777361-6717-1-git-send-email-yanok@emcraft.com> <1242777361-6717-4-git-send-email-yanok@emcraft.com> <4A1B804A.3030008@gmail.com> Message-ID: <4A2C4884.2020007@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ben, thanks for the review. Ben Warren wrote: > Naive question: Is this FEC truly unique to the iMX27? If not you > should pick a more generic name. Uh... I think the hardware is pretty the same as that is handled by mcffec.c driver but merging won't be very easy... Regards, Ilya.