linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] FPGA Manager additional changes for 5.10
@ 2020-09-21  0:08 Moritz Fischer
  2020-09-22  8:13 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Moritz Fischer @ 2020-09-21  0:08 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, moritzf

The following changes since commit 9ba3a0aa09fe505540a3bdd11f0da3b8e9d73055:

  fpga: dfl: create a dfl bus type to support DFL devices (2020-09-09 20:28:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 41b9b36fe986e15eba0a4220c18d72fa5eb9f0dd:

  fpga: dfl: n3000-nios: Make m10_n3000_info static (2020-09-16 19:16:58 -0700)

----------------------------------------------------------------
FPGA Manager changes for 5.10-rc1

Here is the second set of FPGA changes for the 5.10 merge window.

Mircea's changes are part of a changeset to add support for FPGA based
clock drivers.

My change fixed a whitespace error in that patch that I missed when
initially applying it.

Xu's changes contain additional changes to support the new DFL bus,
including some clean ups, refactoring as well as its first user, the
NIOS 3000 driver.

YueHaibing's change addresses a sparse warning.

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

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

----------------------------------------------------------------
Mircea Caprioru (1):
      include: fpga: adi-axi-common.h: add definitions for supported FPGAs

Moritz Fischer (1):
      include: fpga: adi-axi-common: Fix leading whitespace in header

Xu Yilun (5):
      fpga: dfl: move dfl_device_id to mod_devicetable.h
      dfl: add dfl bus support to MODULE_DEVICE_TABLE()
      fpga: dfl: fix the comments of type & feature_id fields
      fpga: dfl: add support for N3000 Nios private feature
      fpga: dfl: move dfl bus related APIs to include/linux/fpga/dfl.h

YueHaibing (1):
      fpga: dfl: n3000-nios: Make m10_n3000_info static

 .../ABI/testing/sysfs-bus-dfl-devices-n3000-nios   |  49 ++
 Documentation/fpga/dfl-n3000-nios.rst              |  73 +++
 Documentation/fpga/index.rst                       |   1 +
 MAINTAINERS                                        |   3 +-
 drivers/fpga/Kconfig                               |  11 +
 drivers/fpga/Makefile                              |   2 +
 drivers/fpga/dfl-n3000-nios.c                      | 573 +++++++++++++++++++++
 drivers/fpga/dfl.c                                 |   1 +
 drivers/fpga/dfl.h                                 |  85 +--
 include/linux/fpga/adi-axi-common.h                | 103 ++++
 include/linux/fpga/dfl.h                           |  86 ++++
 include/linux/mod_devicetable.h                    |  12 +
 scripts/mod/devicetable-offsets.c                  |   4 +
 scripts/mod/file2alias.c                           |  17 +
 14 files changed, 935 insertions(+), 85 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-dfl-devices-n3000-nios
 create mode 100644 Documentation/fpga/dfl-n3000-nios.rst
 create mode 100644 drivers/fpga/dfl-n3000-nios.c
 create mode 100644 include/linux/fpga/dfl.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-24  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  0:08 [GIT PULL] FPGA Manager additional changes for 5.10 Moritz Fischer
2020-09-22  8:13 ` Greg KH
2020-09-22 17:02   ` Moritz Fischer
     [not found]   ` <20200922194908.GA29964@yilunxu-OptiPlex-7050>
2020-09-23  5:54     ` Greg KH
2020-09-24  2:08       ` Xu Yilun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).