aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-14i3c: mipi-i3c-hci: Manage DMA deallocation via devres actionAdrian Hunter1-2/+21
2026-01-14i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()Adrian Hunter1-3/+1
2026-01-14i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()Adrian Hunter3-11/+3
2026-01-14i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()Adrian Hunter1-2/+5
2026-01-14i3c: master: Update hot-join flag only on successAdrian Hunter1-1/+2
2026-01-14i3c: mipi-i3c-hci: Ensure proper bus clean-upAdrian Hunter4-3/+39
2026-01-14i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during initAdrian Hunter1-0/+8
2026-01-14Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-40/+67
2026-01-14ACPI: bus: Align acpi_device_get_match_data() with driver match orderKartik Rajput1-18/+12
2026-01-14phy: freescale: imx8m-pcie: assert phy reset during power onRafael Beims1-1/+2
2026-01-14ACPI: extlog: Trace CPER CXL Protocol Error SectionFabio M. De Francesco3-1/+28
2026-01-14ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work structFabio M. De Francesco2-21/+34
2026-01-14ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checksFabio M. De Francesco3-17/+35
2026-01-14ACPI: extlog: Trace CPER PCI Express Error SectionFabio M. De Francesco2-1/+35
2026-01-14ACPI: extlog: Trace CPER Non-standard Section BodyFabio M. De Francesco1-0/+6
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_sea() status checkShuai Xue1-3/+17
2026-01-14ACPI: APEI: GHES: Extract helper functions for error status handlingShuai Xue1-21/+68
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_nmi() status checkTony Luck1-3/+37
2026-01-14EFI/CPER: don't dump the entire memory regionMauro Carvalho Chehab1-0/+5
2026-01-14APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab1-1/+5
2026-01-14EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab2-5/+10
2026-01-14APEI/GHES: ARM processor Error: don't go past allocated memoryMauro Carvalho Chehab2-5/+33
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-14usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg failXu Yang1-0/+8
2026-01-14usb: gadget: uvc: return error from uvcg_queue_init()Xu Yang1-2/+1
2026-01-14usb: gadget: uvc: fix interval_duration calculationXu Yang2-3/+6
2026-01-14usb: gadget: uvc: fix req_payload_size calculationXu Yang4-7/+17
2026-01-14usb: dwc3: apple: Ignore USB role switches to the active roleJanne Grunau1-0/+16
2026-01-14drm/xe/mert: Improve handling of MERT CAT errorsMichal Wajdeczko2-14/+39
2026-01-14usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQsWayne Chang1-1/+1
2026-01-14USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-01-14usb: dwc3: apple: Set USB2 PHY mode before dwc3 initSven Peter1-15/+33
2026-01-14usb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke()Mario Peter1-0/+7
2026-01-14usb: chipidea: ci_hdrc_imx: use "wakeup" suffix for wakeup interrupt nameXu Yang1-1/+8
2026-01-14usb: dwc3: Always deassert xilinx resetsSean Anderson1-37/+34
2026-01-14usb: gadget: u_ether: use <linux/hex.h> header fileRandy Dunlap1-0/+1
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman5-26/+0
2026-01-14usb: dwc3: imx8mp: disable auto suspend for host roleXu Yang1-0/+31
2026-01-14usb: dwc3: imx8mp: rename dwc3 to dwc3_pdev in struct dwc3_imx8mpXu Yang1-8/+8
2026-01-14usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecaseXu Yang1-3/+7
2026-01-14usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
2026-01-14usb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
2026-01-14usb: gadget: f_tcm: initialize data_len in UAS path for consistencyJiasheng Jiang1-1/+2
2026-01-14i3c: Move device name assignment after i3c_bus_initBilly Tsai1-1/+2
2026-01-14i3c: renesas: Add suspend/resume supportTommaso Merciai1-0/+89
2026-01-14i3c: renesas: Factor out hardware initialization to separate functionTommaso Merciai1-44/+55
2026-01-14i3c: renesas: Store clock rate and reset controls in struct renesas_i3cTommaso Merciai1-19/+20
2026-01-14i3c: renesas: Switch to clk_bulk API and store clocks in private dataTommaso Merciai1-33/+13
2026-01-14i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllersAdrian Hunter1-13/+22
2026-01-14i3c: mipi-i3c-hci-pci: Add support for Multi-Bus InstancesAdrian Hunter1-10/+26