summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt1-1/+8
2016-07-20dt: Add of_device_compatible_match()Benjamin Herrenschmidt1-0/+22
2016-07-20PCI: rpaphp: Fix slot registration for multiple slots under a PHBTyrel Datwyler1-5/+12
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan2-14/+0
2016-07-15cpuidle/powernv: Add support for POWER ISA v3 idle statesShreyas B. Prabhu1-0/+61
2016-07-15cpuidle/powernv: cleanup cpuidle-powernv.cShreyas B. Prabhu1-18/+20
2016-07-15cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATESShreyas B. Prabhu1-3/+1
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan2-18/+226
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan1-1/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan1-27/+5
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie4-0/+108
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie5-0/+44
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie3-2/+22
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie6-28/+91
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2-12/+13
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie1-0/+37
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: make base more explicitly non-modularPaul Gortmaker1-2/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud4-8/+57
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2-3/+2
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie1-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie3-7/+53
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie1-1/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-06-29powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh3-0/+238
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh4-5/+5
2016-06-28cxl: Add set and get private data to context structMichael Neuling2-0/+24
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud4-9/+84
2016-06-21PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan3-0/+749
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+5
2016-06-16cxl: Make vPHB device node match adapter'sFrederic Barrat1-11/+10
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie2-1/+4
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat4-48/+218
2016-06-16cxl: Update process element after allocating interruptsIan Munsie4-17/+71
2016-06-16cxl: static-ify variables to fix sparse warningsAndrew Donnellan1-2/+2
2016-06-12Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-8/+8
2016-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+30
2016-06-12Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-7/+16
2016-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+10
2016-06-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+107
2016-06-11Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-13/+32
2016-06-11Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-77/+20
2016-06-11uvc_v4l2: Simplify compat ioctl implementationAndy Lutomirski1-56/+2
2016-06-11uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski1-21/+18