summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/pci.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Allow initialization on timebase sync failuresFrederic Barrat2016-04-221-9/+12
* cxl: Configure the PSL for two CAPI ports on POWER8NVLPhilippe Bergheaud2016-04-111-1/+40
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-150/+117Star
|\
| * cxl: Ignore probes for virtual afu pci devicesVaibhav Jain2016-03-091-0/+5
| * cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-3/+6
| * cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-38/+57
| * cxl: Rename some bare-metal specific functionsFrederic Barrat2016-03-091-38/+40
| * cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-7/+9
| * cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-091-18/+0Star
| * cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-091-47/+1Star
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0Star
|\ \
| * | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0Star
| |/
* / cxl: Fix PSL timebase synchronization detectionFrederic Barrat2016-02-291-1/+1
|/
* cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan2016-01-111-0/+1
* cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud2015-10-061-0/+28
* cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens2015-09-151-2/+0Star
* cxl: Set up and enable PSL TimebasePhilippe Bergheaud2015-08-301-1/+56
* cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens2015-08-271-16/+0Star
* cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar2015-08-221-1/+1
* cxl: EEH supportDaniel Axtens2015-08-141-0/+253
* cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-141-0/+7
* cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens2015-08-141-5/+0Star
* cxl: Refactor AFU init/teardownDaniel Axtens2015-08-141-38/+57
* cxl: Refactor adaptor init/teardownDaniel Axtens2015-08-141-53/+86
* cxl: Clean up adapter MMIO unmap path.Daniel Axtens2015-08-141-6/+18
* cxl: Allocate and release the SPA with the AFUDaniel Axtens2015-08-141-0/+2
* cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn2015-07-161-0/+1
* cxl: use more common format specifierRasmus Villemoes2015-07-131-5/+5
* cxl: Test the correct mmio space before unmappingDaniel Axtens2015-07-061-1/+1
* cxl: Fix typo in debug printMichael Neuling2015-06-191-1/+1
* cxl: Add AFU virtual PHB and kernel APIMichael Neuling2015-06-031-4/+13
* cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling2015-06-031-2/+2
* cxl: Dump debug info on the AFU configuration recordMichael Neuling2015-06-031-1/+11
* cxl: Fix error path on probeMichael Neuling2015-06-031-0/+1
* cxl: Re-order card init to check the VSEC earlierIan Munsie2015-06-031-15/+15
* cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling2015-06-031-2/+0Star
* cxl: Add shutdown hookMichael Neuling2015-06-031-0/+1
* cxl: Export AFU error buffer via sysfsVaibhav Jain2015-06-031-0/+60
* cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie2015-02-061-0/+9
* cxl: Export optional AFU configuration record in sysfsIan Munsie2015-02-061-0/+23
* cxl: Fix device_node reference countingRyan Grimm2015-02-021-1/+1
* cxl: Add ability to reset the cardRyan Grimm2015-01-221-0/+37
* cxl: Enable CAPP recoveryRyan Grimm2015-01-221-1/+7
* cxl: Use image state defaults for reloading FPGARyan Grimm2015-01-221-2/+40
* cxl: Disable AFU debug flagIan Munsie2014-12-291-1/+1
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-121-1/+1
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+1000