summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
Commit message (Expand)AuthorAgeFilesLines
* vfio/platform: remove unneeded parent_module attributeMax Gurtovoy2021-06-153-3/+0
* vfio: centralize module refcount in subsystem layerMax Gurtovoy2021-06-151-6/+0
* vfio/platform: fix module_put call in error flowMax Gurtovoy2021-05-241-1/+1
*-. Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson2021-04-061-1/+1
|\ \
| * | vfio/platform: Fix spelling mistake "registe" -> "register"Zhen Lei2021-04-061-1/+1
| |/
* | vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-1/+1
* | vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-13/+20
* | vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-064-31/+25
|/
* ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe2021-03-161-1/+1
* vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe2021-03-161-1/+1
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* vfio: platform: simplify device removalUwe Kleine-König2021-02-021-9/+5
* vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-12/+1
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-031-2/+1
* vfio: platform: Switch to platform_get_irq_optional()Eric Auger2020-03-241-1/+1
* Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-02-031-2/+2
|\
| * vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)2020-01-091-2/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* vfio: Use dev_printk() when possibleBjorn Helgaas2019-04-222-7/+10
* vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada2019-02-054-5/+3
* vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven2018-06-081-0/+10
* vfio: platform: Make printed error messages more consistentGeert Uytterhoeven2018-06-081-3/+2
* vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven2018-06-081-5/+10
* Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-143-0/+123
|\
| * vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel2017-10-203-0/+123
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* vfio: platform: constify amba_idArvind Yadav2017-08-301-1/+1
* vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-23/+8
* vfio: platform: mark symbols static where possibleBaoyou Xie2016-09-133-5/+5
* vfio: platform: check reset call return code during releaseSinan Kaya2016-07-191-1/+9
* vfio: platform: check reset call return code during openSinan Kaya2016-07-191-1/+10
* vfio, platform: make reset driver a requirement by defaultSinan Kaya2016-07-194-4/+19
* vfio: platform: call _RST method when using ACPISinan Kaya2016-07-191-1/+49
* vfio: platform: add extra debug info argument to call resetSinan Kaya2016-07-191-4/+5
* vfio: platform: add support for ACPI probeSinan Kaya2016-07-192-5/+60
* vfio: platform: determine reset capabilitySinan Kaya2016-07-191-1/+6
* vfio: platform: move reset call to a common functionSinan Kaya2016-07-191-16/+14
* vfio: platform: rename reset functionSinan Kaya2016-07-192-18/+18
* vfio: platform: support No-IOMMU modePeng Fan2016-06-231-3/+3
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-281-3/+6
* VFIO: platform: reset: fix a warning message conditionDan Carpenter2015-12-211-1/+1
* vfio: platform: remove needless stack usageKees Cook2015-11-201-4/+1
* vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-11-191-1/+0
* VFIO: platform: reset: AMD xgbe reset moduleEric Auger2015-11-033-0/+137
* vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger2015-11-031-7/+7
* vfio: platform: add dev_info on device resetEric Auger2015-11-032-2/+13
* vfio: platform: use list of registered reset functionEric Auger2015-11-033-30/+30