mbox series

[GIT,PULL] FPGA Manager changes for 5.15-rc1

Message ID YQqy6mso7Ukf6NYq@archbook (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager changes for 5.15-rc1 | expand

Pull-request

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

Message

Moritz Fischer Aug. 4, 2021, 3:31 p.m. UTC
The following changes since commit 630211a17055bafd21fb83ae8c0002b2e214ebb2:

  fpga: fpga-mgr: wrap the write_sg() op (2021-07-24 15:10:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4f45f3404960109843eaa92c8a4a850d6bdd9981:

  spi: spi-altera-dfl: support n5010 feature revision (2021-07-29 13:02:28 -0700)

----------------------------------------------------------------
FPGA Manager changes for 5.15-rc1

FPGA Manager

- Colin's change is a simple spelling cleanup.

DFL

- Martin's fist change exposes DFL feature revision to client drivers
- Martin's second change modifies a SPI driver to populate different
  spi_board_info modaliases based on the DFL feature revision

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>

----------------------------------------------------------------
Colin Ian King (1):
      fpga: Fix spelling mistake "eXchnage" -> "exchange" in Kconfig

Martin Hundebøll (2):
      fpga: dfl: expose feature revision from struct dfl_device
      spi: spi-altera-dfl: support n5010 feature revision

 drivers/fpga/Kconfig         |  2 +-
 drivers/fpga/dfl.c           | 27 +++++++++++++++++----------
 drivers/fpga/dfl.h           |  1 +
 drivers/spi/spi-altera-dfl.c | 21 ++++++++++++---------
 include/linux/dfl.h          |  1 +
 5 files changed, 32 insertions(+), 20 deletions(-)

Comments

Greg KH Aug. 5, 2021, 12:26 p.m. UTC | #1
On Wed, Aug 04, 2021 at 08:31:54AM -0700, Moritz Fischer wrote:
> The following changes since commit 630211a17055bafd21fb83ae8c0002b2e214ebb2:
> 
>   fpga: fpga-mgr: wrap the write_sg() op (2021-07-24 15:10:31 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.15

Pulled and pushed out, thanks.

greg k-h