summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-21usb: xhci: simplify Isochronous Scheduling Threshold handlingNiklas Neronin-15/+20
2025-11-21usb: xhci: improve xhci-caps.h commentsNiklas Neronin-43/+57
2025-11-21usb: xhci: limit number of interrupts to 128Niklas Neronin-8/+12
2025-11-21usb: xhci: limit number of ports to 127Niklas Neronin-4/+7
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin-47/+33
2025-11-21usb: xhci: use cached HCSPARAMS1 valueNiklas Neronin-2/+1
2025-11-21usb: xhci: remove unused trace operation and argumentNiklas Neronin-21/+8
2025-11-21usb: xhci: remove deprecated TODO commentNiklas Neronin-1/+0
2025-11-21usb: xhci: replace use of system_wq with system_percpu_wqMarco Crivellari-5/+5
2025-11-21usb: xhci: Don't unchain link TRBs on quirky HCsMichal Pecio-11/+16
2025-11-21usb: xhci: Assume that endpoints halt as specifiedMichal Pecio-50/+23
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin-30/+24
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin-22/+17
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin-48/+55
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin-20/+32
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin-22/+35
2025-11-21xhci: simplify and rework trb_in_td()Mathias Nyman-44/+28
2025-11-21xhci: Add helper to find trb from its dma addressMathias Nyman-6/+22
2025-11-21usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie-1/+1
2025-11-21usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.hRandy Dunlap-4/+6
2025-11-21dmaengine: fsl-edma: configure tcd attr with separate src and dst settingsHan Xu-12/+33
2025-11-21dmaengine: st_fdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: bcm2835: enable compile testingJohan Hovold-1/+1
2025-11-21dmaengine: tegra210-adma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: sprd: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: mmp_tdma: drop unnecessary OF node check in removeJohan Hovold-2/+1
2025-11-21dmaengine: mmp_tdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: k3dma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: fsl-qdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: fsl-edma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: dw: drop unused module aliasJohan Hovold-4/+1
2025-11-21dmaengine: bcm2835: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: at_hdmac: add COMPILE_TEST supportRosen Penev-1/+1
2025-11-21dmaengine: at_hdmac: fix formats under 64-bitRosen Penev-3/+3
2025-11-21mfd: qnap-mcu: Hook up the EEPROM sub-deviceHeiko Stuebner-0/+1
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka-5/+1
2025-11-21drm/xe/vga: use the same intel_gmch_vga_set_decode() as i915Jani Nikula-8/+0
2025-11-21drm/i915: merge soc/intel_gmch.[ch] to display/intel_vga.cJani Nikula-100/+50
2025-11-21drm/i915/gmch: convert intel_gmch.c to struct intel_displayJani Nikula-9/+6
2025-11-21drm/i915/gmch: switch to use pci_bus_{read,write}_config_word()Jani Nikula-2/+3
2025-11-21drm/i915/gmch: split out i915_gmch.[ch] from socJani Nikula-141/+160
2025-11-21drm/xe: remove remaining platform checks from compat i915_drv.hJani Nikula-15/+0
2025-11-21drm/i915: move intel_rom.[ch] from soc/ to display/Jani Nikula-19/+4
2025-11-21drm/i915: move dram_info to struct intel_displayJani Nikula-10/+6
2025-11-21drm/i915/dram: convert to struct intel_displayJani Nikula-114/+120
2025-11-21drm/xe: remove MISSING_CASE() from compat i915_utils.hJani Nikula-6/+0
2025-11-21drm/i915: move intel_dram.[ch] from soc/ to display/Jani Nikula-22/+11
2025-11-21drm/i915: split out i915_freq.[ch]Jani Nikula-5/+130
2025-11-21drm/i915/edram: extract i915_edram.[ch] for edram detectionJani Nikula-44/+58
2025-11-21tty: synclink_gt: Fix namespace collision and startup() section placement wit...Josh Poimboeuf-10/+10