All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10][v2] Support for LogicPD i.MX27-LITEKIT development board
@ 2009-05-19 23:55 Ilya Yanok
  2009-05-19 23:55 ` [U-Boot] [PATCH 1/7] mx27: basic cpu support Ilya Yanok
                   ` (7 more replies)
  0 siblings, 8 replies; 38+ messages in thread
From: Ilya Yanok @ 2009-05-19 23:55 UTC (permalink / raw)
  To: u-boot

This patch set adds support for LogicPD i.MX27-LITEKIT development board.
It contains support for i.MX27 CPU, support for serial console, FEC
ethernet controller, NFC NAND controller and SDHC controller.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>

^ permalink raw reply	[flat|nested] 38+ messages in thread
* [U-Boot] [PATCH 0/7][v3] Support for LogicPD i.MX27-LITEKIT development board
@ 2009-06-08  0:12 Ilya Yanok
  2009-06-08  0:12 ` [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27 Ilya Yanok
  0 siblings, 1 reply; 38+ messages in thread
From: Ilya Yanok @ 2009-06-08  0:12 UTC (permalink / raw)
  To: u-boot

This patch set adds support for LogicPD i.MX27-LITEKIT development board.
It contains support for i.MX27 CPU, support for serial console, FEC
ethernet controller, NFC NAND controller and SDHC controller.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>

^ permalink raw reply	[flat|nested] 38+ messages in thread
* [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27
@ 2009-06-08  2:15 Fabio Estevam
  2009-06-08 13:29 ` Ilya Yanok
  0 siblings, 1 reply; 38+ messages in thread
From: Fabio Estevam @ 2009-06-08  2:15 UTC (permalink / raw)
  To: u-boot




--- On Sun, 6/7/09, Ilya Yanok <yanok@emcraft.com> wrote:

> From: Ilya Yanok <yanok@emcraft.com>
> Subject: Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27
> To: "Ben Warren" <biggerbadderben@gmail.com>
> Cc: u-boot at lists.denx.de
> Date: Sunday, June 7, 2009, 8:08 PM
> 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...

There are other i.MX processors with FEC. As Ben pointed out I also think it would be better if you could use a more generic name for the FEC driver (fec_mxc for example, if the merge with the Coldfire driver is not easy)

Regards,

Fabio Estevam


      

^ permalink raw reply	[flat|nested] 38+ messages in thread
* [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27
@ 2009-06-08 21:08 Fabio Estevam
  0 siblings, 0 replies; 38+ messages in thread
From: Fabio Estevam @ 2009-06-08 21:08 UTC (permalink / raw)
  To: u-boot


Hi Ilya,

--- On Mon, 6/8/09, Ilya Yanok <yanok@emcraft.com> wrote:

> > There are other i.MX processors with FEC.
> 
> Uh... I didn't know that... As far as I can see Linux
> driver supports
> only i.MX27...

Yes, only MX27 so far. MX35 also has a FEC.

I sent this patch to the netdev list in order to add MX35 FEC support:
http://patchwork.ozlabs.org/patch/27736/

Regards,

Fabio Estevam


      

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2009-11-19  3:30 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-19 23:55 [U-Boot] [PATCH 00/10][v2] Support for LogicPD i.MX27-LITEKIT development board Ilya Yanok
2009-05-19 23:55 ` [U-Boot] [PATCH 1/7] mx27: basic cpu support Ilya Yanok
2009-05-23  0:22   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-26 19:25     ` Wolfgang Denk
2009-05-28 22:57   ` Wolfgang Denk
2009-05-28 23:04   ` Wolfgang Denk
2009-05-19 23:55 ` [U-Boot] [PATCH 2/7] serial_mx31: allow it to work with mx27 too and rename to serial_mxc Ilya Yanok
2009-05-23  0:25   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-19 23:55 ` [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27 Ilya Yanok
2009-05-26  5:38   ` Ben Warren
2009-06-07 23:08     ` Ilya Yanok
2009-11-17  2:46     ` alfred steele
2009-11-17  2:59       ` Ben Warren
2009-11-19  1:54         ` alfred steele
2009-11-19  3:30           ` Ben Warren
2009-11-17  6:34       ` Wolfgang Denk
2009-06-15 14:01   ` Johan
2009-06-15 19:59     ` Eric Lammerts
2009-06-16  7:12       ` Johan
2009-06-17 22:19         ` Ilya Yanok
2009-06-19 23:59         ` Wolfgang Denk
2009-06-23 17:37       ` [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC Ethernet " Bill Cook
2009-05-19 23:55 ` [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3 Ilya Yanok
2009-05-28 23:06   ` Wolfgang Denk
2009-05-29  6:22     ` Magnus Lilja
2009-05-29  8:40       ` Wolfgang Denk
2009-05-19 23:55 ` [U-Boot] [PATCH 5/7] mxc-mmc: sdhc host driver for MX2 and MX3 proccessor Ilya Yanok
2009-05-19 23:56 ` [U-Boot] [PATCH 6/7] arm: add support for CONFIG_GENERIC_MMC Ilya Yanok
2009-05-23  0:27   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-28 15:56     ` Andy Fleming
2009-06-02 23:09       ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-19 23:56 ` [U-Boot] [PATCH 7/7] imx27lite: add support for imx27lite board from LogicPD Ilya Yanok
2009-05-28 22:27   ` Wolfgang Denk
2009-05-19 23:58 ` [U-Boot] [PATCH 0/7][v2] Support for LogicPD i.MX27-LITEKIT development board Ilya Yanok
2009-06-08  0:12 [U-Boot] [PATCH 0/7][v3] " Ilya Yanok
2009-06-08  0:12 ` [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27 Ilya Yanok
2009-06-08  2:15 Fabio Estevam
2009-06-08 13:29 ` Ilya Yanok
2009-06-08 21:08 Fabio Estevam

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.