OSDN Git Service

include: fpga: adi-axi-common.h: add common regs & defs header
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Mon, 27 May 2019 06:55:16 +0000 (09:55 +0300)
committerVinod Koul <vkoul@kernel.org>
Mon, 27 May 2019 07:06:08 +0000 (12:36 +0530)
commitd27ac2e02bf256d4e824e7c1e1e1afa2b96cefcc
tree8e8cf1ce54cba0841f7fe65c44fabd7ff8c3f20b
parent7b11ef9653d2520540df708f92949f06ed8a42e2
include: fpga: adi-axi-common.h: add common regs & defs header

The AXI HDL cores provided for Analog Devices reference designs all share
some common base registers (e.g. version register at address 0x00).

To reduce duplication for this, a common header is added to define these
registers as well as bitfields & macros to work with these registers.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/linux/fpga/adi-axi-common.h [new file with mode: 0644]