Re: [PATCH 0/2] Fix sparse warnings

2023-06-12 Thread Michal Simek




On 6/9/23 11:05, Ashok Reddy Soma wrote:

In this patch series, fix sparse warnings in below files
  - arch/arm/mach-versal/mp.c
  - arch/arm/mach-versal/include/mach/sys_proto.h



Algapally Santosh Sagar (2):
   arm64: versal: Add missing prototype for initialize_tcm
   arm64: versal: Add missing prototypes

  arch/arm/mach-versal/include/mach/sys_proto.h | 1 +
  arch/arm/mach-versal/mp.c | 8 
  2 files changed, 5 insertions(+), 4 deletions(-)



Applied.
M


[PATCH 0/2] Fix sparse warnings

2023-06-09 Thread Ashok Reddy Soma
In this patch series, fix sparse warnings in below files
 - arch/arm/mach-versal/mp.c
 - arch/arm/mach-versal/include/mach/sys_proto.h



Algapally Santosh Sagar (2):
  arm64: versal: Add missing prototype for initialize_tcm
  arm64: versal: Add missing prototypes

 arch/arm/mach-versal/include/mach/sys_proto.h | 1 +
 arch/arm/mach-versal/mp.c | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.17.1



[PATCH 0/2] Fix sparse warnings

2023-02-20 Thread Ashok Reddy Soma
Run and fix sparse warnings in below files
 -arch/arm/mach-zynqmp/include/mach/sys_proto.h
 -common/spl/spl.c
 -arch/arm/mach-versal-net/include/mach/sys_proto.h
 -arch/arm/mach-versal/include/mach/sys_proto.h
 -drivers/mmc/zynq_sdhci.c
 -drivers/spi/zynqmp_gqspi.c



Algapally Santosh Sagar (2):
  xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write
  xilinx: zynqmp: Add missing prototype for board_boot_order

 arch/arm/mach-versal-net/include/mach/sys_proto.h | 7 +--
 arch/arm/mach-versal/include/mach/sys_proto.h | 6 +-
 arch/arm/mach-zynqmp/include/mach/sys_proto.h | 1 +
 common/spl/spl.c  | 1 +
 drivers/mmc/zynq_sdhci.c  | 1 +
 drivers/spi/zynqmp_gqspi.c| 5 +
 6 files changed, 10 insertions(+), 11 deletions(-)

-- 
2.17.1