mbox series

[GIT,PULL] FPGA Manager changes for 6.9 final

Message ID ZjBf3XLBKXFZMhoc@yilunxu-OptiPlex-7050 (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager changes for 6.9 final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.9-final

Message

Xu Yilun April 30, 2024, 3:05 a.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.9-final

for you to fetch changes up to bb1dbeceb1c20cfd81271e1bd69892ebd1ee38e0:

  fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (2024-04-26 12:14:28 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.9-final

DFL

- Peter adds PCI ID table for Intel D5005 Stratix 10 FPGA card

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

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

----------------------------------------------------------------
Peter Colberg (1):
      fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card

 drivers/fpga/dfl-pci.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Greg KH April 30, 2024, 7:14 a.m. UTC | #1
On Tue, Apr 30, 2024 at 11:05:01AM +0800, Xu Yilun wrote:
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.9-final

Pulled and pushed out, thanks.

greg k-h