mbox series

[GIT,PULL] FPGA Manager fix for 5.15-rc5

Message ID YVyYBilF18kybSKL@epycbox.lan (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager fix for 5.15-rc5 | expand

Pull-request

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

Message

Moritz Fischer Oct. 5, 2021, 6:23 p.m. UTC
The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2a2a79577ddae7d5314b2f57ca86b44d794403d5:

  fpga: ice40-spi: Add SPI device ID table (2021-09-27 14:00:41 -0700)

----------------------------------------------------------------
FPGA Manager fixes for 5.15

Mark's fix adds a MODULE_DEVICE_TABLE to ensure module autoloading
works for the Lattice ice-40-spi FPGA Manager driver.

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

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

----------------------------------------------------------------
Mark Brown (1):
      fpga: ice40-spi: Add SPI device ID table

 drivers/fpga/ice40-spi.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Greg Kroah-Hartman Oct. 5, 2021, 6:30 p.m. UTC | #1
On Tue, Oct 05, 2021 at 11:23:02AM -0700, Moritz Fischer wrote:
> The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:
> 
>   Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-fixes-5.15-rc5

Pulled and pushed out, thanks.

greg k-h