aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-13arm64: dts: imx93: add lpi2c1 and st lsm6dso nodeClark Wang1-0/+19
2024-08-13arm64: dts: imx93-tqma9352-mba93: Fix USB hub node nameFabio Estevam2-2/+2
2024-08-13arm64: dts: imx8mm/n-beacon-kit: Fix the order of ADV7535 reg entriesFabio Estevam2-4/+4
2024-08-13iommu/amd: Add blocked domain supportVasant Hegde1-0/+24
2024-08-13ARM: dts: imx1/imx27: Use dma-controller as node nameFabio Estevam2-2/+2
2024-08-13irqdomain: Remove stray '-' in the domain nameAndy Shevchenko1-2/+2
2024-08-13irqdomain: Clarify checks for bus_tokenAndy Shevchenko1-8/+14
2024-08-13usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands6-12/+147
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET2-6/+6
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET2-4/+1
2024-08-13arm64: dts: imx8mp-venice-gw74xx-imx219: remove compatible in overlay fileFrank Li1-2/+0
2024-08-13arm64: dts: imx8mp-data-modul-edm-sbc: remove #clock-cells for sai3Frank Li1-1/+0
2024-08-13arm64: dts: imx8mm-venice-gw7901: add #address(size)-cells for gsc@20Frank Li1-0/+2
2024-08-13arm64: dts: fsl-ls208xa: move reboot node under sysconFrank Li1-7/+6
2024-08-13arm64: dts: fsl-ls1028a: remove undocumented 'little-endian' for dspi nodeFrank Li1-3/+0
2024-08-13usb: common: Use helper function for_each_node_with_property()Zhang Zekun1-4/+3
2024-08-13usb: musb: poll ID pin status in dual-role mode in mpfs glue layerValentina Fernandez1-24/+136
2024-08-13arm64: dts: imx8mm-phygate: fix typo pinctrcl-0Frank Li2-2/+2
2024-08-13usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff4-18/+99
2024-08-13usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspendXu Yang1-4/+28
2024-08-13usb: phy: mxs: add wakeup enable for imx7ulpXu Yang1-2/+39
2024-08-13usb: phy: mxs: keep USBPHY2's clk always onXu Yang1-7/+26
2024-08-13usb: phy: mxs: enable regulator phy-3p0 to improve signal qualiltyXu Yang1-0/+26
2024-08-13usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handlingAndré Draszik3-7/+27
2024-08-13usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede1-0/+1
2024-08-13Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang1-1/+0
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus1-1/+1
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin1-0/+1
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier1-1/+1
2024-08-13Merge tag 'thunderbolt-for-v6.11-rc3' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2-4/+7
2024-08-13platform/surface: aggregator: Fix warning when controller is destroyed in probeMaximilian Luz1-1/+2
2024-08-13arm64: dts: imx8mp-verdin: add HDMI audio supportJoão Paulo Gonçalves5-0/+48
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das5-16/+45
2024-08-13char: xillybus: Don't destroy workqueue from work item running on itEli Billauer1-5/+11
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop 6Maximilian Luz1-0/+19
2024-08-13platform/surface: aggregator_registry: Add fan and thermal sensor support for...Maximilian Luz1-1/+3
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop Studio 2Maximilian Luz1-4/+23
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop Go 3Maximilian Luz1-0/+3
2024-08-13platform/surface: aggregator_registry: Add Support for Surface Pro 10Maximilian Luz1-1/+4
2024-08-13platform/x86: asus-wmi: Add quirk for ROG Ally XLuke D. Jones1-1/+15
2024-08-13drm/i915: use pdev_to_i915() instead of pci_get_drvdata() directlyJani Nikula1-3/+3
2024-08-13Merge branch 'stmmac-add-loongson-platform-support'Paolo Abeni12-120/+605
2024-08-13net: stmmac: dwmac-loongson: Add loongson module authorYanteng Si1-0/+1
2024-08-13net: stmmac: dwmac-loongson: Add Loongson GNET supportYanteng Si1-3/+74
2024-08-13net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC supportYanteng Si2-2/+327
2024-08-13net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device supportYanteng Si1-63/+102
2024-08-13net: stmmac: dwmac-loongson: Introduce PCI device info dataYanteng Si1-2/+15
2024-08-13net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMACYanteng Si1-0/+2
2024-08-13net: stmmac: dwmac-loongson: Init ref and PTP clocks rateYanteng Si1-0/+3
2024-08-13net: stmmac: dwmac-loongson: Detach GMAC-specific platform data initYanteng Si1-7/+12