public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: Ashok Reddy Soma <ashok.reddy.soma@amd.com>, u-boot@lists.denx.de
Cc: dario.binacchi@amarulasolutions.com,
	michael@amarulasolutions.com, jagan@amarulasolutions.com,
	git@amd.com
Subject: Re: [PATCH v2 0/6] Fix sparse warnings in zynq platform
Date: Fri, 23 Jun 2023 14:47:03 +0200	[thread overview]
Message-ID: <676f20fe-5e23-c579-e325-331a56da26bc@amd.com> (raw)
In-Reply-To: <20230614090359.10809-1-ashok.reddy.soma@amd.com>



On 6/14/23 11:03, Ashok Reddy Soma wrote:
> Fix below sparse warnings
>   - Add missing prototype for zynqmp_mmio_write
>   - Add missing prototype for zynq_qspi_mem_exec_op
>   - Change datatype of status and ecc_status from u32 to int
>   - Pass the missing argument type in function definition
>   - Add the missing function prototypes
>   - Add missing prototype for xilinx_qspi_mem_exec_op
> 
> 
> Changes in v2:
>   - Move prototype declaration from sys_proto.h to include/zynqmp_firmware.h
>   - Added argument void in below files to fix warning
>      board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
>      board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
>      board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
> 
> Algapally Santosh Sagar (6):
>    spi: xilinx_spi: Add missing prototype for xilinx_qspi_mem_exec_op
>    xilinx: zynq: Add missing prototype for zynqmp_mmio_write
>    spi: zynq_qspi: Add missing prototype for zynq_qspi_mem_exec_op
>    mtd: nand: zynq_nand: Change datatype of status and ecc_status to int
>    arm: zynq: Pass the missing argument type in function definition
>    xilinx: zynq: Add the missing function prototypes
> 
>   board/xilinx/zynq/board.c                      | 2 ++
>   board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c | 4 ++--
>   board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c    | 4 ++--
>   board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c    | 4 ++--
>   board/xilinx/zynq/zynq-zed/ps7_init_gpl.c      | 4 ++--
>   drivers/mtd/nand/raw/zynq_nand.c               | 4 ++--
>   drivers/spi/xilinx_spi.c                       | 4 ++--
>   drivers/spi/zynq_qspi.c                        | 4 ++--
>   include/zynqmp_firmware.h                      | 1 +
>   9 files changed, 17 insertions(+), 14 deletions(-)
> 

Applied.
M

      parent reply	other threads:[~2023-06-23 12:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  9:03 [PATCH v2 0/6] Fix sparse warnings in zynq platform Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 1/6] spi: xilinx_spi: Add missing prototype for xilinx_qspi_mem_exec_op Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 2/6] xilinx: zynq: Add missing prototype for zynqmp_mmio_write Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 3/6] spi: zynq_qspi: Add missing prototype for zynq_qspi_mem_exec_op Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 4/6] mtd: nand: zynq_nand: Change datatype of status and ecc_status to int Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 5/6] arm: zynq: Pass the missing argument type in function definition Ashok Reddy Soma
2023-06-14  9:03 ` [PATCH v2 6/6] xilinx: zynq: Add the missing function prototypes Ashok Reddy Soma
2023-06-23 12:47 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=676f20fe-5e23-c579-e325-331a56da26bc@amd.com \
    --to=michal.simek@amd.com \
    --cc=ashok.reddy.soma@amd.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=git@amd.com \
    --cc=jagan@amarulasolutions.com \
    --cc=michael@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox