[PATCH v2 0/6] update for versal net platform

Jay Buddhabhatti posted 6 patches 2 years, 2 months ago
There is a newer version of this series
MAINTAINERS                             |   2 +-
drivers/firmware/xilinx/zynqmp.c        | 210 +++++++++++++-----------
drivers/soc/xilinx/xlnx_event_manager.c |   9 +-
drivers/soc/xilinx/zynqmp_power.c       |   2 +-
include/linux/firmware/xlnx-zynqmp.h    |  15 +-
5 files changed, 140 insertions(+), 98 deletions(-)
[PATCH v2 0/6] update for versal net platform
Posted by Jay Buddhabhatti 2 years, 2 months ago
Update firmware and SoC drivers to support for Versal NET platform.
Versal Net is a new AMD/Xilinx SoC.

V1 patch series link: https://lkml.org/lkml/2023/9/29/308
Changes in V2:
- Removed below patch from V1 patch series
  https://lkml.org/lkml/2023/9/29/313
- Corrected maintainer name format in patch #6 as per tool requirement

Jay Buddhabhatti (6):
  firmware: xilinx: Update firmware call interface to support additional
    arg
  firmware: xilinx: Expand feature check to support all PLM modules
  firmware: xilinx: Register event manager driver
  drivers: soc: xilinx: Fix error message on SGI registration failure
  firmware: zynqmp: Add support to handle IPI CRC failure
  drivers: soc: xilinx: update maintainer of event manager driver

 MAINTAINERS                             |   2 +-
 drivers/firmware/xilinx/zynqmp.c        | 210 +++++++++++++-----------
 drivers/soc/xilinx/xlnx_event_manager.c |   9 +-
 drivers/soc/xilinx/zynqmp_power.c       |   2 +-
 include/linux/firmware/xlnx-zynqmp.h    |  15 +-
 5 files changed, 140 insertions(+), 98 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/6] update for versal net platform
Posted by Michal Simek 2 years, 2 months ago

On 10/4/23 11:41, Jay Buddhabhatti wrote:
> Update firmware and SoC drivers to support for Versal NET platform.
> Versal Net is a new AMD/Xilinx SoC.
> 
> V1 patch series link: https://lkml.org/lkml/2023/9/29/308
> Changes in V2:
> - Removed below patch from V1 patch series
>    https://lkml.org/lkml/2023/9/29/313
> - Corrected maintainer name format in patch #6 as per tool requirement
> 
> Jay Buddhabhatti (6):
>    firmware: xilinx: Update firmware call interface to support additional
>      arg
>    firmware: xilinx: Expand feature check to support all PLM modules
>    firmware: xilinx: Register event manager driver
>    drivers: soc: xilinx: Fix error message on SGI registration failure
>    firmware: zynqmp: Add support to handle IPI CRC failure
>    drivers: soc: xilinx: update maintainer of event manager driver
> 
>   MAINTAINERS                             |   2 +-
>   drivers/firmware/xilinx/zynqmp.c        | 210 +++++++++++++-----------
>   drivers/soc/xilinx/xlnx_event_manager.c |   9 +-
>   drivers/soc/xilinx/zynqmp_power.c       |   2 +-
>   include/linux/firmware/xlnx-zynqmp.h    |  15 +-
>   5 files changed, 140 insertions(+), 98 deletions(-)
> 

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal