[U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-29 Thread Sami Kantoluoto
Fixed to parse CSD correctly on little endian processors as gcc orders bitfields differently between big and little endian ones. Signed-off-by: Sami Kantoluoto --- drivers/mmc/atmel_mci.c | 55 -- include/asm-arm/arch-at91/clk.h |5 +++ 2 files

[U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Sami Kantoluoto
, two relays and bunch of leds. This patch supports booting (e.g. Linux kernel) from following media/interface: - dataflash - ethernet - debug serial port - SD/MMC Signed-off-by: Sami Kantoluoto --- Makefile | 13 + board/embedtronics/mrfsa/Makefile|

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Sami Kantoluoto
On Sat, Aug 29, 2009 at 10:15:23PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:22 Sat 29 Aug , Sami Kantoluoto wrote: > > Adds support for Embedtronics Oy's MRFSA board. Board features [snip] > > --- > > Makefile | 13 + >

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-31 Thread Sami Kantoluoto
On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > > Fixed to parse CSD correctly on little endian processors as gcc orders > > bitfields differently between big and little endian ones. > >

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-31 Thread Sami Kantoluoto
On Mon, Aug 31, 2009 at 01:39:26PM +0200, Albin Tonnerre wrote: > On Mon, Aug 31, 2009 at 02:22:47PM +0300, Sami Kantoluoto wrote : > > On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > > > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > >

Re: [U-Boot] [PATCH] AT91: Add SD/MMC controller support

2009-09-01 Thread Sami Kantoluoto
On Tue, Sep 01, 2009 at 10:37:21AM +0200, Albin Tonnerre wrote: > This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture. > It contains: > - initialization code for the MCI controller for all the supported AT91. It >allows the use of only one controller even if a SoC has

Re: [U-Boot] [PATCH] AT91: Add SD/MMC controller support

2009-09-01 Thread Sami Kantoluoto
On Tue, Sep 01, 2009 at 02:57:46PM +0300, Sami Kantoluoto wrote: > On Tue, Sep 01, 2009 at 10:37:21AM +0200, Albin Tonnerre wrote: > > This patch allows to use the atmel_mci SD/MMC driver on the at91 > > architecture. > > It contains: > > - initialization code for the

[U-Boot] [PATCH] Support for Micrel/Kendin KS899xM managed switches.

2009-09-01 Thread Sami Kantoluoto
#x27;s own VLAN ("port based VLAN"). Signed-off-by: Sami Kantoluoto --- drivers/net/phy/Makefile |1 + drivers/net/phy/ks899xm.c | 189 + drivers/net/phy/ks899xm.h | 255 + include/netdev.h | 15

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-09-01 Thread Sami Kantoluoto
On Mon, Aug 31, 2009 at 01:39:26PM +0200, Albin Tonnerre wrote: > On Mon, Aug 31, 2009 at 02:22:47PM +0300, Sami Kantoluoto wrote : > > On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > > > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > >