Re: [PATCH 09/11] net: emaclite: Do not use microblaze and ppc IO functions

2013-05-29 Thread Michal Simek
On 05/29/2013 05:33 PM, Michal Simek wrote: > Emaclite can be used on ARM zynq where in_be32/out_be32 IO > functions are not present. Use standard __raw_readl/__raw_writel > IO functions instead. > > Signed-off-by: Michal Simek > --- > drivers/net/ethernet/xilinx/xilinx_emaclite.c | 100 >

[PATCH 09/11] net: emaclite: Do not use microblaze and ppc IO functions

2013-05-29 Thread Michal Simek
Emaclite can be used on ARM zynq where in_be32/out_be32 IO functions are not present. Use standard __raw_readl/__raw_writel IO functions instead. Signed-off-by: Michal Simek --- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 100 +- 1 file changed, 51 insertions(+), 49

[PATCH 09/11] net: emaclite: Do not use microblaze and ppc IO functions

2013-05-29 Thread Michal Simek
Emaclite can be used on ARM zynq where in_be32/out_be32 IO functions are not present. Use standard __raw_readl/__raw_writel IO functions instead. Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 100 +- 1 file

Re: [PATCH 09/11] net: emaclite: Do not use microblaze and ppc IO functions

2013-05-29 Thread Michal Simek
On 05/29/2013 05:33 PM, Michal Simek wrote: Emaclite can be used on ARM zynq where in_be32/out_be32 IO functions are not present. Use standard __raw_readl/__raw_writel IO functions instead. Signed-off-by: Michal Simek michal.si...@xilinx.com ---