commit | a04a5daae25a74ad2ac90b66667dac126242baa0 | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Thu Nov 23 12:23:12 2017 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Nov 29 08:02:40 2017 +0100 |
tree | 5c635a5a8e65f554d1678c45884e4cae25192810 | |
parent | dd12a27ce28131cd1b80ff865d3297ffec4cc4a6 [diff] |
net: xilinx_axi_emac: Use readl and writel for io ops 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@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>