Re: [PATCH] Add support for Xilinx SystemACE CompactFlash interface.

2007-05-08 Thread Stefan Roese
On Monday 07 May 2007, Grant Likely wrote: > Tested on Xilinx Virtex ppc405, Katmai 440SPe, and Microblaze > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> Acked-by: Stefan Roese <[EMAIL PROTECTED]> Best regards, Stefan - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] Add support for Xilinx SystemACE CompactFlash interface.

2007-05-03 Thread Grant Likely
On 5/2/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Wed, 2 May 2007 00:43:16 -0600 Grant Likely <[EMAIL PROTECTED]> wrote: > + * To Do: > + *- Add FPGA configuration control interface. > + *- Request major number from lanana > + *- Add legacy device geometry ioctl > + */ Swoon.

Re: [PATCH] Add support for Xilinx SystemACE CompactFlash interface.

2007-05-02 Thread Jan Engelhardt
On May 2 2007 00:45, Andrew Morton wrote: >> +static void ace_identin_8(struct ace_device *ace) >> +{ >> +void* r = ace->baseaddr + 0x40; >> +int i = ACE_FIFO_SIZE/2; >> +while (i--) >> +#if defined(__BIG_ENDIAN) >> +*ace->data_ptr++ = (in_8(r)) | (in_8(r+1)<<8); >> +#else

Re: [PATCH] Add support for Xilinx SystemACE CompactFlash interface.

2007-05-02 Thread Andrew Morton
On Wed, 2 May 2007 00:43:16 -0600 Grant Likely <[EMAIL PROTECTED]> wrote: > Tested on Xilinx Virtex ppc405, Katmai 440SPe, and Microblaze > > ... > > + * The SystemACE chip is designed to configure FPGAs by loading an FPGA > + * bitstream from a file on a CF card and squirting it into FPGAs conn