mbox series

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

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

Pull-request

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

Message

Xu Yilun Feb. 29, 2024, 2:36 a.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b1a91ca25f15b6d7b311de4465854a5981dee3d3:

  fpga: remove redundant checks for bridge ops (2024-02-18 18:07:06 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.9-rc1

DFL:

- Ricardo's change makes dfl_bus_type const.

FPGA MGR core:

- Marco's change removes redundant checks for bridge ops.

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

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

----------------------------------------------------------------
Marco Pagani (1):
      fpga: remove redundant checks for bridge ops

Ricardo B. Marliere (1):
      fpga: dfl: make dfl_bus_type const

 drivers/fpga/dfl.c         | 2 +-
 drivers/fpga/fpga-bridge.c | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Greg KH March 2, 2024, 7:01 p.m. UTC | #1
On Thu, Feb 29, 2024 at 10:36:45AM +0800, Xu Yilun wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.9-rc1

Pulled and pushed out, thanks.

greg k-h