aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-13net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identific...Yanteng Si1-1/+3
2024-08-13net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi callsYanteng Si1-7/+3
2024-08-13net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size initYanteng Si1-2/+1
2024-08-13net: stmmac: Export dwmac1000_dma_opsYanteng Si1-0/+1
2024-08-13net: stmmac: Add multi-channel supportYanteng Si6-39/+68
2024-08-13net: stmmac: Move the atds flag to the stmmac_dma_cfg structureYanteng Si8-11/+10
2024-08-13ARM: davinci: remove unused davinci_init_ide() declarationGaosheng Cui1-1/+0
2024-08-13ARM: davinci: remove unused davinci_cfg_reg_list() declarationGaosheng Cui1-5/+0
2024-08-13arm64: dts: imx95: add flexcan[1..5] supportHaibo Chen1-0/+70
2024-08-13arm64: dts: imx95: add DDR Perf Monitor nodeXu Yang1-0/+6
2024-08-13arm64: dts: fsl,ls2085a: remove fsl,ls2085a-pcieFrank Li1-4/+4
2024-08-13arm64: dts: layerscape: remove undocumented fsl,ls-pcie-epFrank Li2-6/+6
2024-08-13arm64: dts: fsl-ls1046a: remove big-endian at memory-controllerFrank Li2-2/+0
2024-08-13arm64: dts: layerscape: remove big-endian for mmc nodesFrank Li3-5/+0
2024-08-13arm64: dts: layerscape: add msi-cell = <1> for gic itsFrank Li4-19/+23
2024-08-13arm64: dts: fsl-ls1028a: add fsl,ls1028-reset for sysconFrank Li1-9/+8
2024-08-13arm64: dts: fsl-ls1043a: change uqe to uqe-bus and remove #address-cellsFrank Li1-6/+1
2024-08-13arm64: dts: layerscape: use common pcs-handle propertyFrank Li9-0/+14
2024-08-13arm64: dts: layerscape: rename rcpm as wakeup-control from power-controlFrank Li7-7/+7
2024-08-13arm64: dts: layerscape: rename aux-bus to busFrank Li2-2/+2
2024-08-13ALSA: hda/tas2781: fix wrong calibrated data orderBaojun Xu1-5/+9
2024-08-13crypto: spacc - Add ifndef around MINStephen Rothwell1-0/+3
2024-08-13arm64: dts: imx8mp-verdin: drop limit to sdio wi-fi frequency to 100 mhzMarcel Ziswiler1-1/+0
2024-08-13arm64: dts: imx95: correct L3Cache cache-setsPeng Fan1-1/+1
2024-08-13arm64: dts: imx93: add cache infoPeng Fan1-0/+42
2024-08-13arm64: dts: imx8-ss-dma: enable dma support for lpspiClark Wang1-0/+8
2024-08-13arm64: dts: imx95: correct a55 power-domainsPeng Fan1-6/+6
2024-08-13arm64: dts: imx93-11x11-evk: Add audio XCVR sound cardShengjiu Wang1-0/+39
2024-08-13arm64: dts: imx93-11x11-evk: Add PDM microphone sound card supportShengjiu Wang1-0/+40
2024-08-13arm64: dts: imx93-11x11-evk: add bt-sco sound card supportShengjiu Wang1-0/+53
2024-08-13arm64: dts: imx93: Add #sound-dai-cells propertyShengjiu Wang1-0/+5
2024-08-12clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flagsAbel Vesa1-2/+2
2024-08-13arm64: dts: imx8mm-emtop-baseboard: Add Ethernet SupportTarang Raval1-0/+48
2024-08-12scsi: ufs: Add HCI capabilities sysfs groupAvri Altman2-0/+80
2024-08-12scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman2-18/+25
2024-08-12Merge patch series "NCR5380: Bug fixes and other improvements"Martin K. Petersen4-210/+215
2024-08-12scsi: NCR5380: Clean up indentationFinn Thain3-52/+56
2024-08-12scsi: NCR5380: Remove obsolete commentFinn Thain1-1/+0
2024-08-12scsi: NCR5380: Remove redundant result calculation from NCR5380_transfer_pio()Finn Thain2-25/+14
2024-08-12scsi: NCR5380: Drop redundant member from struct NCR5380_cmdFinn Thain2-3/+0
2024-08-12scsi: NCR5380: Handle BSY signal loss during information transfer phasesFinn Thain1-8/+14
2024-08-12scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain1-0/+4
2024-08-12scsi: mac_scsi: Enable scatter/gather by defaultFinn Thain1-1/+7
2024-08-12scsi: NCR5380: Check for phase match during PDMA fixupFinn Thain1-39/+39
2024-08-12scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain1-25/+19
2024-08-12scsi: mac_scsi: Refactor polling loopFinn Thain1-38/+42
2024-08-12scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain1-20/+22
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro2-35/+24
2024-08-12struct fd: representation changeAl Viro6-23/+35
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro83-502/+504