aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-15[build] Inhibit spurious array bounds warning on some versions of gccMichael Brown1-1/+1
2021-01-13[isa] Add missing #include <config/isa.h>Manuel Mendez1-0/+1
2021-01-04[xhci] Avoid false positive Coverity warningMichael Brown1-1/+1
2021-01-03[xhci] Show meaningful error messages after command failuresMichael Brown1-7/+25
2021-01-03[xhci] Fail attempts to issue concurrent commandsMichael Brown1-0/+8
2020-12-28[sfc] Update email addressesMartin Habets5-10/+16
2020-12-28[golan] Add new PCI IDsMohammed Taha1-0/+3
2020-12-16[iphone] Add iPhone tethering driverMichael Brown2-0/+2559
2020-11-29[xhci] Update driver to use DMA APIMichael Brown2-91/+175
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown9-328/+202
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown3-40/+41
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown4-45/+31
2020-11-24[intelxl] Configure DMA mask as 64-bitMichael Brown2-2/+8
2020-11-24[intel] Configure DMA mask as 64-bitMichael Brown3-3/+12
2020-11-21[intelxl] Update driver to use DMA APIMichael Brown3-121/+215
2020-11-21[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2-2/+9
2020-11-20[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2-5/+13
2020-11-16[intel] Use physical addresses in debug messagesMichael Brown1-9/+9
2020-11-16[realtek] Use physical addresses in debug messagesMichael Brown1-16/+14
2020-11-15[efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown1-2/+2
2020-11-15[efi] Do not populate media header length in PXE transmit CPBMichael Brown1-1/+0
2020-11-13[intel] Update driver to use DMA APIMichael Brown4-85/+143
2020-11-05[realtek] Update driver to use DMA APIMichael Brown2-95/+127
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown42-313/+317
2020-11-04[realtek] Reset NIC when closing interface if using legacy modeMichael Brown1-0/+4
2020-10-30[efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown1-17/+0
2020-10-16[usbblk] Allow USB block device to be described using an EFI device pathMichael Brown1-0/+15
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-2/+3
2020-10-13[usbblk] Add support for USB mass storage devicesMichael Brown2-0/+1018
2020-10-12[usb] Allow endpoints to be refilled to a specified upper limitMichael Brown1-3/+16
2020-10-12[usb] Allow device halt to be cleared independently of host controllerMichael Brown1-14/+31
2020-10-02[ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown1-5/+8
2020-10-01[usb] Avoid integer underflow on malformed string descriptorsMichael Brown1-1/+8
2020-09-29[usb] Show debug message on device removalMichael Brown1-0/+5
2020-09-29[usb] Reset control endpoints immediately after failureMichael Brown1-0/+1
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown45-69/+79
2020-08-17[efi] Attempt NII initialisation both with and without cable detectionMichael Brown1-9/+28
2020-07-22[intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang1-0/+2
2020-07-22[intel] Set INTEL_NO_PHY_RST on i218vBen Bleything1-1/+1
2020-07-22[intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso1-1/+1
2020-07-15[sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H1-0/+2
2020-07-04[usb] Leave port enabled after a failed device registrationMichael Brown1-1/+3
2020-07-03[axge] Reapply USB device configuration when opening network deviceMichael Brown2-0/+11
2020-07-03[xhci] Increase link state settling delay to 100msMichael Brown1-1/+1
2020-07-03[usb] Avoid unnecessary calls to usb_hub_set_drvdata()Michael Brown3-25/+8
2020-07-03[xhci] Set link state to RxDetect after disabling USB3 root hub portMichael Brown1-0/+13
2020-07-02[usb] Do not attempt to disable USB3 hub portsMichael Brown1-2/+4
2020-07-02[usb] Add missing usb_recycle() for completed hub interrupt transfersMichael Brown1-0/+4
2020-07-02[usb] Clear device endpoint halt before resetting host endpointMichael Brown1-7/+7
2020-07-01[axge] Handle non-gigabit link speedsMichael Brown2-22/+39