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] First set of FPGA Manager changes for 5.13-rc1
Date: Fri, 19 Mar 2021 12:13:26 -0700	[thread overview]
Message-ID: <YFT31lF36GipRKte@archbook> (raw)

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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.13

for you to fetch changes up to 6f1e376cfc6864a2f46538db909bbd5253c3c146:

  fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800)

----------------------------------------------------------------
First set of FPGA Manager changes for 5.13-rc1

This is the first set of changes for the FPGA Manager 5.13-rc1
mergewindow.

FPGA manager:
- Luca improves error handling using dev_err_probe() for the Xilinx SPI FPGA
  manager.

FPGA bridge:
- Michal simplifies error path using dev_err_probe() for xilinx-pr-decoupler
- Nava adds support (binding + driver code) for Xilinx DFX shutdown manager
  to existing xilinx-pr-decoupler driver

All patches have been reviewed on the mailing list, and have been in the
last linux-next releases (as part of my for-next branch) without issues.

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

----------------------------------------------------------------
Luca Ceresoli (1):
      fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFER

Michal Simek (1):
      fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()

Nava kishore Manne (2):
      dt-bindings: fpga: Add compatible value for Xilinx DFX AXI shutdown manager
      fpga: Add support for Xilinx DFX AXI Shutdown manager

 .../bindings/fpga/xilinx-pr-decoupler.txt          | 24 +++++++++++-
 drivers/fpga/Kconfig                               |  9 ++++-
 drivers/fpga/xilinx-pr-decoupler.c                 | 45 +++++++++++++++++-----
 drivers/fpga/xilinx-spi.c                          | 24 +++++-------
 4 files changed, 75 insertions(+), 27 deletions(-)

             reply	other threads:[~2021-03-19 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-19 19:13 Moritz Fischer [this message]
2021-03-23  9:00 ` [GIT PULL] First set of FPGA Manager changes for 5.13-rc1 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=YFT31lF36GipRKte@archbook \
    --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.