All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moritz Fischer <mdf@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-fpga@vger.kernel.org, moritzf@google.com
Subject: [GIT PULL] FPGA changes for 5.6
Date: Mon, 20 Jan 2020 17:22:50 -0800	[thread overview]
Message-ID: <20200121012248.GA3890@epycbox.lan> (raw)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ tags/fpga-for-5.6

for you to fetch changes up to 28910cee898c2a43fcdd8c26e1378ae8084a93a0:

  fpga: xilinx-pr-decoupler: Remove clk_get error message for probe defer (2020-01-10 12:51:56 -0800)

----------------------------------------------------------------
Here is the first set of FPGA changes for 5.6

The first two patches are minor cleanups to the DFL drivers,
that remove unused warnings.

The third patch removes a redundant error message to the ts73xx driver.

The last patch removes a confusing print in case a call to devm_clk_get
returns -EPROBE_DEFER.

All patches have been reviewed on the mailing list and have been in the
last couple of linux-next releases without issues.

Signed-off-by: Moritz Fischer <mdf@kernel.org>

----------------------------------------------------------------
Ding Xiang (1):
      fpga: remove redundant dev_err message

Shubhrajyoti Datta (1):
      fpga: xilinx-pr-decoupler: Remove clk_get error message for probe defer

yu kuai (2):
      fpga: dfl: fme: remove set but not used variable 'fme'
      fpga: dfl: afu: remove set but not used variable 'afu'

 drivers/fpga/dfl-afu-main.c        | 2 --
 drivers/fpga/dfl-fme-main.c        | 2 --
 drivers/fpga/ts73xx-fpga.c         | 4 +---
 drivers/fpga/xilinx-pr-decoupler.c | 3 ++-
 4 files changed, 3 insertions(+), 8 deletions(-)

             reply	other threads:[~2020-01-21  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21  1:22 Moritz Fischer [this message]
2020-01-22  9:03 ` [GIT PULL] FPGA changes for 5.6 Greg KH

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=20200121012248.GA3890@epycbox.lan \
    --to=mdf@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-fpga@vger.kernel.org \
    --cc=moritzf@google.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.