All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xu Yilun <yilun.xu@intel.com>
To: gregkh@linuxfoundation.org
Cc: yilun.xu@intel.com, linux-fpga@vger.kernel.org, hao.wu@intel.com,
	mdf@kernel.org
Subject: [GIT PULL] FPGA Manager changes for v5.20-rc1
Date: Tue, 21 Jun 2022 14:55:01 +0800	[thread overview]
Message-ID: <20220621065501.GA1527017@yilunxu-OptiPlex-7050> (raw)

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga.git tags/fpga-for-5.20-rc1

for you to fetch changes up to 2df84a757d87fd62869fc401119d429735377ec5:

  fpga: altera-pr-ip: fix unsigned comparison with less than zero (2022-06-10 15:48:23 +0800)

----------------------------------------------------------------
Here is the first set of FPGA changes for 5.20-rc1

FPGA static firmware loader

- Russ's change to add support for Intel MAX10 BMC Secure
  Update driver which instantiates the new Firmware Upload
  functionality (merged on last cycle) of the Firmware
  Loader.

DFL

- keliu's change to use ida_alloc()/ida_free() instead of
  deprecated ida_simple_get()/ida_simple_remove()

ALTERA

- Marco's change to fix a "comparison with less than zero"
  warning

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

Signed-off-by: Xu Yilun <yilun.xu@intel.com>

----------------------------------------------------------------
Marco Pagani (1):
      fpga: altera-pr-ip: fix unsigned comparison with less than zero

Russ Weight (5):
      mfd: intel-m10-bmc: Rename n3000bmc-secure driver
      fpga: m10bmc-sec: create max10 bmc secure update
      fpga: m10bmc-sec: expose max10 flash update count
      fpga: m10bmc-sec: expose max10 canceled keys in sysfs
      fpga: m10bmc-sec: add max10 secure update functions

keliu (1):
      fpga: Directly use ida_alloc()/free()

 .../testing/sysfs-driver-intel-m10-bmc-sec-update  |  61 ++
 MAINTAINERS                                        |   7 +
 drivers/fpga/Kconfig                               |  12 +
 drivers/fpga/Makefile                              |   3 +
 drivers/fpga/altera-pr-ip-core.c                   |   2 +-
 drivers/fpga/dfl.c                                 |   4 +-
 drivers/fpga/fpga-bridge.c                         |   6 +-
 drivers/fpga/fpga-mgr.c                            |   6 +-
 drivers/fpga/fpga-region.c                         |   6 +-
 drivers/fpga/intel-m10-bmc-sec-update.c            | 625 +++++++++++++++++++++
 drivers/mfd/intel-m10-bmc.c                        |   2 +-
 11 files changed, 721 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update
 create mode 100644 drivers/fpga/intel-m10-bmc-sec-update.c

             reply	other threads:[~2022-06-21  7:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21  6:55 Xu Yilun [this message]
2022-06-21  7:49 ` [GIT PULL] FPGA Manager changes for v5.20-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=20220621065501.GA1527017@yilunxu-OptiPlex-7050 \
    --to=yilun.xu@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hao.wu@intel.com \
    --cc=linux-fpga@vger.kernel.org \
    --cc=mdf@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.