All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: "Luis R . Rodriguez" <mcgrof@kernel.org>,
	Vinod Koul <vkoul@kernel.org>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org,
	patchwork-lst@pengutronix.de, kernel@pengutronix.de
Subject: [1/2] firmware: add nowarn variant of request_firmware_nowait()
Date: Sun, 11 Nov 2018 09:41:14 -0800	[thread overview]
Message-ID: <20181111174114.GA18543@kroah.com> (raw)

On Mon, Nov 05, 2018 at 06:02:31PM +0100, Lucas Stach wrote:
> Device drivers with optional firmware may still want to use the
> asynchronous firmware loading interface. To avoid printing a
> warning into the kernel log when the optional firmware is
> absent, add a nowarn variant of this interface.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  drivers/base/firmware_loader/main.c | 85 ++++++++++++++++++++---------
>  include/linux/firmware.h            | 12 ++++
>  2 files changed, 70 insertions(+), 27 deletions(-)

0-day blew up over this, so can you fix that up and resend the series?

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: "Luis R . Rodriguez" <mcgrof@kernel.org>,
	Vinod Koul <vkoul@kernel.org>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org,
	patchwork-lst@pengutronix.de, kernel@pengutronix.de
Subject: Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()
Date: Sun, 11 Nov 2018 09:41:14 -0800	[thread overview]
Message-ID: <20181111174114.GA18543@kroah.com> (raw)
In-Reply-To: <20181105170232.28777-1-l.stach@pengutronix.de>

On Mon, Nov 05, 2018 at 06:02:31PM +0100, Lucas Stach wrote:
> Device drivers with optional firmware may still want to use the
> asynchronous firmware loading interface. To avoid printing a
> warning into the kernel log when the optional firmware is
> absent, add a nowarn variant of this interface.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  drivers/base/firmware_loader/main.c | 85 ++++++++++++++++++++---------
>  include/linux/firmware.h            | 12 ++++
>  2 files changed, 70 insertions(+), 27 deletions(-)

0-day blew up over this, so can you fix that up and resend the series?

thanks,

greg k-h

             reply	other threads:[~2018-11-11 17:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 17:41 Greg Kroah-Hartman [this message]
2018-11-11 17:41 ` [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait() Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2018-11-06  8:20 [1/2] " kbuild test robot
2018-11-06  8:20 ` [PATCH 1/2] " kbuild test robot
2018-11-05 18:35 [1/2] " Randy Dunlap
2018-11-05 18:35 ` [PATCH 1/2] " Randy Dunlap
2018-11-05 17:02 [2/2] dmaengine: imx-sdma: don't print warning when firmware is absent Lucas Stach
2018-11-05 17:02 ` [PATCH 2/2] " Lucas Stach
2018-11-05 17:02 [1/2] firmware: add nowarn variant of request_firmware_nowait() Lucas Stach
2018-11-05 17:02 ` [PATCH 1/2] " Lucas Stach

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=20181111174114.GA18543@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=patchwork-lst@pengutronix.de \
    --cc=vkoul@kernel.org \
    /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.