summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng
2020-07-23device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko
2020-07-23fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter
2020-07-23interconnect: msm8916: Fix buswidth of pcnoc_s nodesGeorgi Djakov
2020-07-23interconnect: Do not skip aggregation for disabled pathsGeorgi Djakov
2020-07-23/dev/mem: Add missing memory barriers for devmem_inodeEric Biggers
2020-07-23binder: Don't use mmput() from shrinker function.Tetsuo Handa
2020-07-23Merge tag 'amd-drm-fixes-5.8-2020-07-22' of git://people.freedesktop.org/~agd...Dave Airlie
2020-07-23Merge tag 'drm-misc-fixes-2020-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-07-22cxgb4: add missing release on skb in uld_send()Navid Emamdoost
2020-07-22net: atlantic: fix PTP on AQC10XEgor Pomozov
2020-07-22enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-07-22staging: wlan-ng: properly check endpoint typesRustam Kovhaev
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas
2020-07-22iommu/qcom: Use domain rather than dev as tlb cookieRob Clark
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig
2020-07-22i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam
2020-07-22Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam
2020-07-21net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri
2020-07-21net: ethernet: ave: Fix error returns in ave_initWang Hai
2020-07-21drivers/net/wan/x25_asy: Fix to make it workXie He
2020-07-21qed: suppress false-positives interrupt error messages on HW initAlexander Lobakin
2020-07-21qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin
2020-07-21netdevsim: fix unbalaced locking in nsim_create()Taehee Yoo