summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-01-14i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restoreAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Manage DMA deallocation via devres actionAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()Adrian Hunter
2026-01-14i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()Adrian Hunter
2026-01-14i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()Adrian Hunter
2026-01-14i3c: master: Update hot-join flag only on successAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Ensure proper bus clean-upAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during initAdrian Hunter
2026-01-14Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2026-01-14ACPI: bus: Align acpi_device_get_match_data() with driver match orderKartik Rajput
2026-01-14phy: freescale: imx8m-pcie: assert phy reset during power onRafael Beims
2026-01-14ACPI: extlog: Trace CPER CXL Protocol Error SectionFabio M. De Francesco
2026-01-14ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work structFabio M. De Francesco
2026-01-14ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checksFabio M. De Francesco
2026-01-14ACPI: extlog: Trace CPER PCI Express Error SectionFabio M. De Francesco
2026-01-14ACPI: extlog: Trace CPER Non-standard Section BodyFabio M. De Francesco
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_sea() status checkShuai Xue
2026-01-14ACPI: APEI: GHES: Extract helper functions for error status handlingShuai Xue
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_nmi() status checkTony Luck
2026-01-14EFI/CPER: don't dump the entire memory regionMauro Carvalho Chehab
2026-01-14APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab
2026-01-14EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab
2026-01-14APEI/GHES: ARM processor Error: don't go past allocated memoryMauro Carvalho Chehab
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff
2026-01-14usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg failXu Yang
2026-01-14usb: gadget: uvc: return error from uvcg_queue_init()Xu Yang
2026-01-14usb: gadget: uvc: fix interval_duration calculationXu Yang
2026-01-14usb: gadget: uvc: fix req_payload_size calculationXu Yang
2026-01-14usb: dwc3: apple: Ignore USB role switches to the active roleJanne Grunau
2026-01-14drm/xe/mert: Improve handling of MERT CAT errorsMichal Wajdeczko
2026-01-14usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQsWayne Chang
2026-01-14USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen
2026-01-14usb: dwc3: apple: Set USB2 PHY mode before dwc3 initSven Peter
2026-01-14usb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke()Mario Peter
2026-01-14usb: chipidea: ci_hdrc_imx: use "wakeup" suffix for wakeup interrupt nameXu Yang
2026-01-14usb: dwc3: Always deassert xilinx resetsSean Anderson
2026-01-14usb: gadget: u_ether: use <linux/hex.h> header fileRandy Dunlap
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman
2026-01-14usb: dwc3: imx8mp: disable auto suspend for host roleXu Yang
2026-01-14usb: dwc3: imx8mp: rename dwc3 to dwc3_pdev in struct dwc3_imx8mpXu Yang
2026-01-14usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecaseXu Yang
2026-01-14usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day
2026-01-14usb: gadget: f_fs: Fix ioctl error handlingSam Day
2026-01-14usb: gadget: f_tcm: initialize data_len in UAS path for consistencyJiasheng Jiang
2026-01-14i3c: Move device name assignment after i3c_bus_initBilly Tsai
2026-01-14i3c: renesas: Add suspend/resume supportTommaso Merciai
2026-01-14i3c: renesas: Factor out hardware initialization to separate functionTommaso Merciai
2026-01-14i3c: renesas: Store clock rate and reset controls in struct renesas_i3cTommaso Merciai
2026-01-14i3c: renesas: Switch to clk_bulk API and store clocks in private dataTommaso Merciai
2026-01-14i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllersAdrian Hunter