Re: [PATCH] pata-generic/of: Make probing via device tree non-powerpc-specific

2011-09-21 Thread Pawel Moll
This may not be the correct way to support the CF slot on Versatile Express - it depends whether the CF slot on VE supports just CF memory cards or whether it can take any CF card. If the latter, then what may be inserted could be a CF network card, and that means it's probably wrong

Re: [PATCH] pata-generic/of: Make probing via device tree non-powerpc-specific

2011-09-19 Thread Dave Martin
Hi, On Fri, Sep 16, 2011 at 10:43 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Sep 16, 2011 at 03:38:10PM +0100, Dave Martin wrote: This patch enables device-tree-based probing of the pata-generic platform driver across all architectures: [...] This may not be the

Re: [PATCH] pata-generic/of: Make probing via device tree non-powerpc-specific

2011-09-19 Thread Dave Martin
On Mon, Sep 19, 2011 at 11:23 AM, Pawel Moll pawel.m...@arm.com wrote: This may not be the correct way to support the CF slot on Versatile Express - it depends whether the CF slot on VE supports just CF memory cards or whether it can take any CF card. If the latter, then what may be

[PATCH] pata-generic/of: Make probing via device tree non-powerpc-specific

2011-09-16 Thread Dave Martin
This patch enables device-tree-based probing of the pata-generic platform driver across all architectures: * make the pata_of_generic module depend on OF instead of PPC_OF; * supply some missing inclues; * replace endianness-sensitive raw access to device tree data with

Re: [PATCH] pata-generic/of: Make probing via device tree non-powerpc-specific

2011-09-16 Thread Russell King - ARM Linux
On Fri, Sep 16, 2011 at 03:38:10PM +0100, Dave Martin wrote: This patch enables device-tree-based probing of the pata-generic platform driver across all architectures: * make the pata_of_generic module depend on OF instead of PPC_OF; * supply some missing inclues; * replace