Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722129
| From | Anup Patel <anup.patel@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6] FlexRM support in VFIO platform |
| Date | 2017-08-29 06:10 +0200 |
| Message-ID | <ujG0F-6cp-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset primarily adds Broadcom FlexRM reset module for VFIO platform driver. The patches are based on Linux-4.13-rc3 and can also be found at flexrm-vfio-v6 branch of https://github.com/Broadcom/arm64-linux.git Changes since v5: - Make kconfig option VFIO_PLATFORM_BCMFLEXRM_RESET default to ARCH_BCM_IPROC Changes since v4: - Use "--timeout" instead of "timeout--" in vfio_platform_bcmflexrm_shutdown() Changes since v3: - Improve "depends on" for Kconfig option VFIO_PLATFORM_BCMFLEXRM_RESET - Fix typo in pr_warn() called by vfio_platform_bcmflexrm_shutdown() - Return error from vfio_platform_bcmflexrm_shutdown() when FlexRM ring flush timeout happens Changes since v2: - Remove PATCH1 because fixing VFIO no-IOMMU mode is a separate topic Changes since v1: - Remove iommu_present() check in vfio_iommu_group_get() - Drop PATCH1-to-PATCH3 because IOMMU_CAP_BYPASS is not required - Move additional comments out of license header in vfio_platform_bcmflexrm.c Anup Patel (1): vfio: platform: reset: Add Broadcom FlexRM reset module drivers/vfio/platform/reset/Kconfig | 9 ++ drivers/vfio/platform/reset/Makefile | 1 + .../vfio/platform/reset/vfio_platform_bcmflexrm.c | 100 +++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6] FlexRM support in VFIO platform Anup Patel <anup.patel@broadcom.com> - 2017-08-29 06:10 +0200
[PATCH v6] vfio: platform: reset: Add Broadcom FlexRM reset module Anup Patel <anup.patel@broadcom.com> - 2017-08-29 06:10 +0200
Re: [PATCH v6] vfio: platform: reset: Add Broadcom FlexRM reset module Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2017-08-29 16:20 +0200
Re: [PATCH v6] vfio: platform: reset: Add Broadcom FlexRM reset module Anup Patel <anup.patel@broadcom.com> - 2017-09-04 12:00 +0200
Re: [PATCH v6] vfio: platform: reset: Add Broadcom FlexRM reset module Alex Williamson <alex.williamson@redhat.com> - 2017-09-05 18:00 +0200
Re: [PATCH v6] vfio: platform: reset: Add Broadcom FlexRM reset module Anup Patel <anup.patel@broadcom.com> - 2017-09-06 10:20 +0200
csiph-web