[PATCH v4 0/4] Add Bitstream configuration support for Versal

Moritz Fischer mdf at kernel.org
Fri Apr 30 03:28:55 BST 2021


Hi,

On Thu, Apr 29, 2021 at 07:34:04PM +0530, Nava kishore Manne wrote:
> This series Adds FPGA manager driver support for Xilinx Versal SoC.
> it uses the firmware interface to configure the programmable logic.
> 
> Changes for v4:
> 		-Rebase the patch series on linux-next.
> 		https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> 
> Appana Durga Kedareswara rao (1):
>   dt-bindings: fpga: Add binding doc for versal fpga manager
> 
> Nava kishore Manne (3):
>   dt-bindings: firmware: Add bindings for xilinx firmware
>   drivers: firmware: Add PDI load API support
>   fpga: versal-fpga: Add versal fpga manager driver
> 
>  .../firmware/xilinx/xlnx,zynqmp-firmware.yaml |  63 ++++++++++
>  .../bindings/fpga/xlnx,versal-fpga.yaml       |  33 +++++
>  drivers/firmware/xilinx/zynqmp.c              |  17 +++
>  drivers/fpga/Kconfig                          |   9 ++
>  drivers/fpga/Makefile                         |   1 +
>  drivers/fpga/versal-fpga.c                    | 117 ++++++++++++++++++
>  include/linux/firmware/xlnx-zynqmp.h          |  10 ++
>  7 files changed, 250 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
>  create mode 100644 Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
>  create mode 100644 drivers/fpga/versal-fpga.c
> 
> -- 
> 2.17.1
> 
Series looks good, will wait for Rob's Acks on the DT part.

Thanks,
Moritz



More information about the linux-arm-kernel mailing list