In message: [linux-yocto][linux-yocto v5.4/standard/cn96xx] marvell-cn96xx for linux-yocto v5.4 on 11/08/2020 Ruiqiang Hao wrote:
> Hi Bruce, > > Would you please help to merge follow kernel code into our linux-yocto > standard kernel? > > The branch is > v5.4/standard/cn96xx > v5.4/standard/preempt-rt/cn96xx merged. Bruce > > Thanks, > Ruiqiang > > The following changes since commit cd186ff05afa4524f940270f8d2e2a149d4604b2: > > Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-08-03 > 08:37:57 -0400) > > are available in the Git repository at: > > https://github.com/cythe/linux-yocto.git v5.4/standard/cn96xx > > for you to fetch changes up to 59c4206eebc20e21bf91f64c671889d7cae713ba: > > octeontx2-bphy-netdev: Enable MSIXEN bit in IOCTL handler (2020-08-10 > 15:28:16 +0800) > > ---------------------------------------------------------------- > Alex Williamson (6): > vfio: Include optional device match in vfio_device_ops callbacks > vfio/pci: Implement match ops > vfio/pci: Introduce VF token > vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user > vfio/pci: Add sriov_configure support > vfio/pci: Cleanup .probe() exit paths > > Bhaskara Budiredla (2): > drivers: gicv3: fetches atf mem region for LPI prop and pend tables > drivers: gicv3: removes the LPI tables warning print > > Chandrakala Chavva (1): > driver: serdes_debugfs: Allow user to clear prbs errors. > > Linu Cherian (1): > irqchip/gic-v3: Add workaround for interrupt loss on IPI > > Naveen Mamindlapalli (3): > otx2-bphy-netdev: Add support for registering both rfoe and cpri netdev > intf > otx2-bphy-netdev: Add support for configurable PTP clock rate > octeontx2-bphy-netdev: Enable MSIXEN bit in IOCTL handler > > Rick Farrington (3): > Documentation: dt: edac: update sdei-ghes/bed-bert settings > ACPI: APEI: BERT: support BERT in non-ACPI systems > drivers: marvell: otx2: sdei-ghes: add BERT support for RAS errors > > Satha Rao (1): > octeontx2-af: fix Extended DSA and eDSA parsing > > .../devicetree/bindings/edac/marvell-sdei-ghes.txt | 48 ++- > drivers/acpi/apei/bert.c | 65 +++- > drivers/irqchip/Makefile | 2 +- > drivers/irqchip/irq-gic-v3-fixes.c | 236 +++++++++++++ > drivers/irqchip/irq-gic-v3-its.c | 32 +- > drivers/irqchip/irq-gic-v3.c | 58 ++- > .../ethernet/marvell/octeontx2/af/npc_profile.h | 6 +- > .../ethernet/marvell/octeontx2/bphy/otx2_bphy.h | 3 +- > .../marvell/octeontx2/bphy/otx2_bphy_main.c | 48 ++- > .../ethernet/marvell/octeontx2/bphy/otx2_cpri.c | 59 ++-- > .../ethernet/marvell/octeontx2/bphy/otx2_cpri.h | 2 +- > .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.c | 39 +-- > .../ethernet/marvell/octeontx2/bphy/otx2_rfoe.h | 25 +- > .../octeontx2/bphy/rfoe_bphy_netdev_comm_if.h | 1 + > drivers/soc/marvell/Kconfig | 10 + > .../soc/marvell/octeontx2-ghes/otx2-sdei-ghes.c | 267 ++++++++++++++ > .../soc/marvell/octeontx2-serdes/serdes_debugfs.c | 19 +- > drivers/vfio/pci/vfio_pci.c | 389 > +++++++++++++++++++-- > drivers/vfio/pci/vfio_pci_private.h | 10 + > drivers/vfio/vfio.c | 20 +- > include/acpi/apei.h | 2 + > include/linux/irqchip/arm-gic-v3.h | 3 + > include/linux/irqchip/irq-gic-v3-fixes.h | 31 ++ > include/linux/vfio.h | 4 + > include/uapi/linux/vfio.h | 37 ++ > 25 files changed, 1284 insertions(+), 132 deletions(-) > create mode 100644 drivers/irqchip/irq-gic-v3-fixes.c > create mode 100644 include/linux/irqchip/irq-gic-v3-fixes.h
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8948): https://lists.yoctoproject.org/g/linux-yocto/message/8948 Mute This Topic: https://lists.yoctoproject.org/mt/76118174/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
