From: Moritz Fischer <mdf@kernel.org>
To: Luca Ceresoli <luca@lucaceresoli.net>
Cc: linux-fpga@vger.kernel.org, Moritz Fischer <mdf@kernel.org>,
Tom Rix <trix@redhat.com>, Michal Simek <michal.simek@xilinx.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Anatolij Gustschin <agust@denx.de>
Subject: Re: [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment
Date: Wed, 19 Aug 2020 21:11:10 -0700 [thread overview]
Message-ID: <20200820041110.GA4022@epycbox.lan> (raw)
In-Reply-To: <20200817165911.32589-1-luca@lucaceresoli.net>
On Mon, Aug 17, 2020 at 06:59:09PM +0200, Luca Ceresoli wrote:
> Remove comment committed by mistake.
>
> Fixes: dd2784c01d93 ("fpga manager: xilinx-spi: check INIT_B pin during write_init")
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> drivers/fpga/xilinx-spi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/fpga/xilinx-spi.c b/drivers/fpga/xilinx-spi.c
> index 2967aa2a74e2..502fae0d1d85 100644
> --- a/drivers/fpga/xilinx-spi.c
> +++ b/drivers/fpga/xilinx-spi.c
> @@ -57,7 +57,6 @@ static int wait_for_init_b(struct fpga_manager *mgr, int value,
>
> if (conf->init_b) {
> while (time_before(jiffies, timeout)) {
> - /* dump_state(conf, "wait for init_d .."); */
> if (gpiod_get_value(conf->init_b) == value)
> return 0;
> usleep_range(100, 400);
> --
> 2.28.0
>
Applied to for-next,
Thanks
WARNING: multiple messages have this Message-ID (diff)
From: Moritz Fischer <mdf@kernel.org>
To: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Tom Rix <trix@redhat.com>,
linux-fpga@vger.kernel.org,
Michal Simek <michal.simek@xilinx.com>,
linux-kernel@vger.kernel.org, Moritz Fischer <mdf@kernel.org>,
Anatolij Gustschin <agust@denx.de>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment
Date: Wed, 19 Aug 2020 21:11:10 -0700 [thread overview]
Message-ID: <20200820041110.GA4022@epycbox.lan> (raw)
In-Reply-To: <20200817165911.32589-1-luca@lucaceresoli.net>
On Mon, Aug 17, 2020 at 06:59:09PM +0200, Luca Ceresoli wrote:
> Remove comment committed by mistake.
>
> Fixes: dd2784c01d93 ("fpga manager: xilinx-spi: check INIT_B pin during write_init")
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> drivers/fpga/xilinx-spi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/fpga/xilinx-spi.c b/drivers/fpga/xilinx-spi.c
> index 2967aa2a74e2..502fae0d1d85 100644
> --- a/drivers/fpga/xilinx-spi.c
> +++ b/drivers/fpga/xilinx-spi.c
> @@ -57,7 +57,6 @@ static int wait_for_init_b(struct fpga_manager *mgr, int value,
>
> if (conf->init_b) {
> while (time_before(jiffies, timeout)) {
> - /* dump_state(conf, "wait for init_d .."); */
> if (gpiod_get_value(conf->init_b) == value)
> return 0;
> usleep_range(100, 400);
> --
> 2.28.0
>
Applied to for-next,
Thanks
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-08-20 4:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-17 16:59 [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment Luca Ceresoli
2020-08-17 16:59 ` Luca Ceresoli
2020-08-17 16:59 ` [PATCH 2/3] fpga manager: xilinx-spi: provide better diagnostics on programming failure Luca Ceresoli
2020-08-17 16:59 ` Luca Ceresoli
2020-08-17 18:15 ` Tom Rix
2020-08-17 18:15 ` Tom Rix
2020-08-18 10:20 ` Luca Ceresoli
2020-08-18 10:20 ` Luca Ceresoli
2020-08-18 14:21 ` Tom Rix
2020-08-18 14:21 ` Tom Rix
2020-08-19 16:32 ` Luca Ceresoli
2020-08-19 16:32 ` Luca Ceresoli
2020-08-27 14:30 ` Luca Ceresoli
2020-08-27 14:30 ` Luca Ceresoli
2020-08-17 16:59 ` [PATCH 3/3] fpga manager: xilinx-spi: remove final dot from dev_err() strings Luca Ceresoli
2020-08-17 16:59 ` Luca Ceresoli
2020-08-20 4:11 ` Moritz Fischer [this message]
2020-08-20 4:11 ` [PATCH 1/3] fpga manager: xilinx-spi: remove stray comment Moritz Fischer
2020-08-27 14:28 ` Luca Ceresoli
2020-08-27 14:28 ` Luca Ceresoli
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=20200820041110.GA4022@epycbox.lan \
--to=mdf@kernel.org \
--cc=agust@denx.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca@lucaceresoli.net \
--cc=michal.simek@xilinx.com \
--cc=trix@redhat.com \
/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 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.