mbox series

[GIT,PULL] FPGA Manager changes for 6.3-final

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

Pull-request

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

Message

Xu Yilun April 11, 2023, 2:41 p.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to dc70eb868b9cd2ca01313e5a394e6ea001d513e9:

  fpga: bridge: properly initialize bridge device before populating children (2023-04-07 00:10:04 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.3-final

Intel m10 bmc secure update:

- Ilpo's change fixes the return value of driver internal function

DFL PCI driver:

- Bjorn's change drops redundant pci_enable_pcie_error_reporting()

Xilinx:

- Michal's change uses xlnx_pr_decouple_read() instead of readl() to
  resolve sparse issue.

FPGA core:

- Alexis's change fixes kernel warning on fpga bridge register

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>

----------------------------------------------------------------
Alexis Lothoré (1):
      fpga: bridge: properly initialize bridge device before populating children

Bjorn Helgaas (1):
      fpga: dfl-pci: Drop redundant pci_enable_pcie_error_reporting()

Ilpo Järvinen (1):
      fpga: m10bmc-sec: Fix rsu_send_data() to return FW_UPLOAD_ERR_HW_ERROR

Michal Simek (1):
      fpga: xilinx-pr-decoupler: Use readl wrapper instead of pure readl

 drivers/fpga/dfl-pci.c                  | 20 ++++++--------------
 drivers/fpga/fpga-bridge.c              |  3 ++-
 drivers/fpga/intel-m10-bmc-sec-update.c |  2 +-
 drivers/fpga/xilinx-pr-decoupler.c      |  2 +-
 4 files changed, 10 insertions(+), 17 deletions(-)

Comments

Greg Kroah-Hartman April 11, 2023, 7:42 a.m. UTC | #1
On Tue, Apr 11, 2023 at 02:41:42PM +0000, Xu Yilun wrote:
> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> 
>   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.3-final

Pulled and pushed out, thanks.

greg k-h