RE: [PATCH] [XILINX][HWICAP] Xilinx Internal Configuration Access Port device driver.

2008-01-31 Thread Stephen Neuendorffer
Peter, Sorry, this has taken so long... I've undertaken some significant refactorings, and included support for the new EDK9.2 xps_hwicap. Responses below. > Please don't put the HWICAP option in the middle of the HVC options. oops! fixed. > > > +config XILINX_HWICAP > > + tristate "Xilin

Re: [PATCH] [XILINX][HWICAP] Xilinx Internal Configuration Access Port device driver.

2007-12-05 Thread Peter Korsgaard
> "Stephen" == Stephen Neuendorffer <[EMAIL PROTECTED]> writes: Hi, Stephen> Supports static platform_device and static device tree configuration. Stephen> This is a standalone driver that does not depend on EDK generated Stephen> files. However, it is also somewhat different in functiona

Re: [PATCH] [XILINX][HWICAP] Xilinx Internal Configuration Access Port device driver.

2007-12-04 Thread Grant Likely
On 12/4/07, Stephen Neuendorffer <[EMAIL PROTECTED]> wrote: > Supports static platform_device and static device tree configuration. > This is a standalone driver that does not depend on EDK generated > files. However, it is also somewhat different in functionality from > the standard EDK driver. >

[PATCH] [XILINX][HWICAP] Xilinx Internal Configuration Access Port device driver.

2007-12-04 Thread Stephen Neuendorffer
Supports static platform_device and static device tree configuration. This is a standalone driver that does not depend on EDK generated files. However, it is also somewhat different in functionality from the standard EDK driver. 1) The EDK driver doesn't support readback, which this driver does.