Re: [U-Boot] [PATCH] net: xilinx_axi_emac: Use readl and writel for io ops

2017-11-29 Thread Michal Simek
On 23.11.2017 07:53, Siva Durga Prasad Paladugu wrote: > This patch uses readl and writel instead of in_be32 and > out_be32 for io ops as these internally uses readl, > writel for microblaze and for Zynq, ZynqMP there is > no need of endianness conversion and readl, writel > should work

[U-Boot] [PATCH] net: xilinx_axi_emac: Use readl and writel for io ops

2017-11-22 Thread Siva Durga Prasad Paladugu
This patch uses readl and writel instead of in_be32 and out_be32 for io ops as these internally uses readl, writel for microblaze and for Zynq, ZynqMP there is no need of endianness conversion and readl, writel should work straightaway. This patch starts supporting the driver for Zynq and ZynqMP