aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform/vfio_platform_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas1-5/+7
2018-06-08vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven1-0/+10
2018-06-08vfio: platform: Make printed error messages more consistentGeert Uytterhoeven1-3/+2
2018-06-08vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven1-5/+10
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-23/+8
2016-09-13vfio: platform: mark symbols static where possibleBaoyou Xie1-3/+3
2016-07-19vfio: platform: check reset call return code during releaseSinan Kaya1-1/+9
2016-07-19vfio: platform: check reset call return code during openSinan Kaya1-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultSinan Kaya1-4/+11
2016-07-19vfio: platform: call _RST method when using ACPISinan Kaya1-1/+49
2016-07-19vfio: platform: add extra debug info argument to call resetSinan Kaya1-4/+5
2016-07-19vfio: platform: add support for ACPI probeSinan Kaya1-5/+59
2016-07-19vfio: platform: determine reset capabilitySinan Kaya1-1/+6
2016-07-19vfio: platform: move reset call to a common functionSinan Kaya1-16/+14
2016-07-19vfio: platform: rename reset functionSinan Kaya1-15/+15
2016-06-23vfio: platform: support No-IOMMU modePeng Fan1-3/+3
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin1-3/+6
2015-11-20vfio: platform: remove needless stack usageKees Cook1-4/+1
2015-11-03vfio: platform: add dev_info on device resetEric Auger1-2/+12
2015-11-03vfio: platform: use list of registered reset functionEric Auger1-23/+29
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger1-7/+8
2015-11-03vfio: platform: add capability to register a reset functionEric Auger1-0/+27
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger1-2/+11
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse1-18/+18
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger1-0/+5
2015-06-22VFIO: platform: populate the reset function on probeEric Auger1-1/+36
2015-06-22VFIO: platform: add reset callbackEric Auger1-2/+13
2015-06-17VFIO: platform: add reset struct and lookup tableEric Auger1-0/+3
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis1-3/+49
2015-03-16vfio/platform: return IRQ infoAntonios Motakis1-4/+27
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis1-0/+65
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis1-0/+150
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis1-4/+102
2015-03-16vfio/platform: return info for bound deviceAntonios Motakis1-3/+21
2015-03-16vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis1-0/+121