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

Michal Simek michal.simek at xilinx.com
Wed Nov 29 12:12:12 UTC 2017


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 straightaway. This patch starts supporting
> the driver for Zynq and ZynqMP platforms.
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
> ---
>  drivers/net/xilinx_axi_emac.c | 86 +++++++++++++++++++++----------------------
>  1 file changed, 43 insertions(+), 43 deletions(-)

Applied to my branch.

Thanks,
Michal


More information about the U-Boot mailing list