All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix sparse warnings
@ 2023-02-21  7:03 Ashok Reddy Soma
  2023-02-21  7:03 ` [PATCH 1/2] xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write Ashok Reddy Soma
  2023-02-21  7:03 ` [PATCH 2/2] xilinx: zynqmp: Add missing prototype for board_boot_order Ashok Reddy Soma
  0 siblings, 2 replies; 4+ messages in thread
From: Ashok Reddy Soma @ 2023-02-21  7:03 UTC (permalink / raw)
  To: u-boot
  Cc: michal.simek, peng.fan, jh80.chung, jagan, sjg, alpernebiyasak,
	nathan.morrison, git, 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-21  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21  7:03 [PATCH 0/2] Fix sparse warnings Ashok Reddy Soma
2023-02-21  7:03 ` [PATCH 1/2] xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write Ashok Reddy Soma
2023-02-21  7:03 ` [PATCH 2/2] xilinx: zynqmp: Add missing prototype for board_boot_order Ashok Reddy Soma
2023-02-21  7:51   ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.