On Monday 17 November 2008, Bryan Wu wrote:
> From: Mike Frysinger <[EMAIL PROTECTED]>
> 
> use the properl BIT_CTL_... defines rather than the internal driv
> er CFG_SPI_... defines
> 

> @@ -821,12 +821,9 @@ static void pump_transfers(unsigned long data)
>                                                       (unsigned long) 
> (drv_data->rx +
>                                                       
> drv_data->len_in_bytes));
>  
> -                     /* clear tx reg soformer data is not shifted out */
> -                     write_TDBR(drv_data, 0xFFFF);
> -

This is unrelated to a BIT_CTL #define.  It's a bug in
either the patch or its comment.


>                       dma_config |= WNR;
>                       dma_start_addr = (unsigned long)drv_data->rx;

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to