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, trix@redhat.com
Subject: [GIT PULL] FPGA DFL Modularization changes for 5.11
Date: Mon, 2 Nov 2020 17:50:28 -0800	[thread overview]
Message-ID: <20201103015028.GA3548@epycbox.lan> (raw)

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ tags/dfl-modularization-for-5.11

for you to fetch changes up to b816f126cfe5842fa21f49ff851c357497c38d5a:

  fpga: dfl: move dfl bus related APIs to include/linux/dfl.h (2020-10-26 10:13:24 -0700)

----------------------------------------------------------------
First set of DFL changes for 5.11-rc1 merge window

These are on a separate branch to enable other Maintainers to pull this
tag to allow for taking DFL patches through their trees.

Modularization
- Xu's changes add the functionality to add DFL devices
  on the DFL bus as separate modules.

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>

----------------------------------------------------------------
Xu Yilun (4):
      fpga: dfl: fix the definitions of type & feature_id for dfl devices
      fpga: dfl: move dfl_device_id to mod_devicetable.h
      fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
      fpga: dfl: move dfl bus related APIs to include/linux/dfl.h

 MAINTAINERS                       |  1 +
 drivers/fpga/dfl.c                |  4 +-
 drivers/fpga/dfl.h                | 85 +-------------------------------------
 include/linux/dfl.h               | 86 +++++++++++++++++++++++++++++++++++++++
 include/linux/mod_devicetable.h   | 24 +++++++++++
 scripts/mod/devicetable-offsets.c |  4 ++
 scripts/mod/file2alias.c          | 13 ++++++
 7 files changed, 131 insertions(+), 86 deletions(-)
 create mode 100644 include/linux/dfl.h

             reply	other threads:[~2020-11-03  1:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03  1:50 Moritz Fischer [this message]
2020-11-03  6:32 ` [GIT PULL] FPGA DFL Modularization changes for 5.11 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=20201103015028.GA3548@epycbox.lan \
    --to=mdf@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-fpga@vger.kernel.org \
    --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.