summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+18
* PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg2018-10-023-6/+28
* PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg2018-10-021-2/+2
* PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
* PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-023-0/+30
* PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg2018-10-021-1/+15
* PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg2018-10-021-3/+6
* PCI: Make link active reporting detection genericKeith Busch2018-10-025-33/+33
* PCI: Unify device inaccessibleKeith Busch2018-10-022-11/+59
* PCI/ERR: Always report current recovery status for udevKeith Busch2018-10-021-3/+2
* PCI/ERR: Simplify broadcast calloutsKeith Busch2018-10-021-69/+38
* PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch2018-09-261-64/+21
* PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-264-77/+18
* PCI/ERR: Use slot reset if availableKeith Busch2018-09-215-3/+41
* PCI/AER: Don't read upstream ports below fatal errorsKeith Busch2018-09-211-2/+3
* PCI/AER: Take reference on error devicesKeith Busch2018-09-211-1/+2
* PCI/DPC: Save and restore config stateKeith Busch2018-09-203-6/+65
* PCI: portdrv: Restore PCI config state on slot resetKeith Busch2018-09-201-0/+8
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-206-8/+37
* PCI: hotplug: Document TODOsLukas Wunner2018-09-191-0/+74
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1926-318/+223
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1922-309/+63
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1916-31/+30
* PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-191-26/+31
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-194-39/+39
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-195-282/+210
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-194-18/+26
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
* PCI: Simplify disconnected markingLukas Wunner2018-09-172-12/+5
* Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-151-0/+3
|\
| * of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
* | Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-157-24/+42
|\ \
| * | xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko2018-09-141-11/+15
| * | xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-09-141-1/+1
| * | xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-09-141-7/+8
| * | xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki2018-09-143-3/+14
| * | xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-09-141-2/+4
* | | Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2018-09-141-3/+1
|\ \ \
| * | | dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1
* | | | Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-09-1430-145/+188
|\ \ \ \
| * | | | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0
| * | | | usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda2018-09-102-26/+25
| * | | | usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
| * | | | Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-066-18/+36
| |\ \ \ \
| | * | | | usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
| | * | | | usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| | * | | | usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-291-1/+4
| | * | | | usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-291-5/+10