Dear Stefano Babic,
In message <4b542184.6060...@denx.de> you wrote:
>
> >> +#ifndef CONFIG_PPC
> >> +#define out_be32(a,v) writel(v,a)
> >> +#define in_be32(a)__raw_readl(a)
> >> +#endif
> >
> > Are you sure these are correct definitions for all architectures?
> > If so, they should
Wolfgang Denk wrote:
> Dear Stefano Babic,
>
Hi Wolfgang,
>> +#ifndef CONFIG_PPC
>> +#define out_be32(a,v) writel(v,a)
>> +#define in_be32(a) __raw_readl(a)
>> +#endif
>
> Are you sure these are correct definitions for all architectures?
> If so, they should go into a global header file,
Dear Stefano Babic,
In message <1263212760-27272-8-git-send-email-sba...@denx.de> you wrote:
> The esdhc controller in the mx51 processor is quite
> the same as the one in some powerpc processors
> (MPC83xx, MPC85xx). This patches adapts the driver
> to support the arm mx51.
>
> Signed-off-by: St
The esdhc controller in the mx51 processor is quite
the same as the one in some powerpc processors
(MPC83xx, MPC85xx). This patches adapts the driver
to support the arm mx51.
Signed-off-by: Stefano Babic
---
drivers/mmc/fsl_esdhc.c | 72 +++---
include/a
4 matches
Mail list logo