> -Original Message-
> From: Richard Röjfors [mailto:richard.rojf...@mocean-labs.com]
> Sent: Wednesday, November 11, 2009 7:39 AM
> To: spi-devel-gene...@lists.sourceforge.net
> Cc: linuxppc-...@ozlabs.org; Andrew Morton; dbrown...@users.sourceforge.net;
> John Linn;
> grant.lik...@secret
On Wed, Nov 11, 2009 at 3:19 PM, John Linn wrote:
>> -Original Message-
>> From: Richard Röjfors [mailto:richard.rojf...@mocean-labs.com]
>> Sent: Wednesday, November 11, 2009 7:39 AM
[...]
>> -static void xspi_init_hw(void __iomem *regs_base)
>> +/* to follow are some functions that does
On Wed, Nov 11, 2009 at 7:38 AM, Richard Röjfors
wrote:
> This patch changes the out_(be)(8|16|32) and in_(be)(8|16|32) calls to
> iowrite(8|16|32)
> and ioread(8|16|32). This to be able to build on platforms not supporting the
> in/out calls
> for instance x86.
As discussed previously, I'd rat
Josh Boyer wrote:
> On Wed, Nov 11, 2009 at 03:38:34PM +0100, Richard Röjfors wrote:
>> This patch changes the out_(be)(8|16|32) and in_(be)(8|16|32) calls to
>> iowrite(8|16|32)
>> and ioread(8|16|32). This to be able to build on platforms not supporting
>> the in/out calls
>> for instance x86.
On Wed, Nov 11, 2009 at 03:38:34PM +0100, Richard Röjfors wrote:
>This patch changes the out_(be)(8|16|32) and in_(be)(8|16|32) calls to
>iowrite(8|16|32)
>and ioread(8|16|32). This to be able to build on platforms not supporting the
>in/out calls
>for instance x86.
>
>Support is also added for l