summaryrefslogtreecommitdiff
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)AuthorFilesLines
2026-03-04bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li1-5/+1
2026-02-19bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han1-1/+5
2026-02-19bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show funct...Chelsy Ratnawat1-3/+3
2025-10-15bus: fsl-mc: Check return value of platform_get_resource()Salah Triki1-0/+3
2025-08-15bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke1-10/+9
2025-06-27bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor1-1/+1
2025-06-27bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie1-2/+2
2025-06-27bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei1-6/+13
2025-06-27bus: fsl-mc: fix double-free on mc_devIoana Ciornei1-2/+4
2023-07-19bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor1-0/+6
2022-06-10bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki1-3/+3
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+4
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2-3/+27
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+5
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-2/+22
2022-04-27bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()Shin'ichiro Kawasaki1-1/+5
2022-04-22fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-21/+4
2021-12-17bus: fsl-mc-msi: Simplify MSI descriptor handlingThomas Gleixner1-57/+4
2021-12-17bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner3-14/+9
2021-12-17bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner2-4/+4
2021-12-17bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner1-6/+8
2021-09-29bus/fsl-mc: Add generic implementation for open/reset/close commandsDiana Craciun3-5/+140
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+117
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+3
2021-07-21bus: fsl-mc: fix mmio base address for child DPRCsLaurentiu Tudor1-2/+22
2021-07-21bus: fsl-mc: rescan devices if endpoint not foundLaurentiu Tudor1-2/+20
2021-07-21bus: fsl-mc: pause the MC firmware when unloadingLaurentiu Tudor1-0/+10
2021-07-21bus: fsl-mc: pause the MC firmware before IOMMU setupLaurentiu Tudor1-1/+43
2021-07-21bus: fsl-mc: add .shutdown() op for the bus driverLaurentiu Tudor1-0/+6
2021-07-21bus: fsl-mc: fully resume the firmwareLaurentiu Tudor1-1/+3
2021-07-21bus: fsl-mc: handle DMA config deferral in ACPI caseLaurentiu Tudor1-11/+13
2021-07-21bus: fsl-mc: fix arg in call to dprc_scan_objects()Laurentiu Tudor1-1/+1
2021-06-17bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' paramLee Jones1-1/+1
2021-06-17bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversionLee Jones1-1/+1
2021-06-17bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote no...Lee Jones1-5/+5
2021-06-17bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descr...Lee Jones1-3/+5
2021-06-17bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issuesLee Jones1-2/+2
2021-06-17bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...Lee Jones1-9/+10
2021-06-17bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headersLee Jones1-9/+10
2021-06-17bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_d...Lee Jones1-2/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-6/+789
2021-02-09bus: fsl-mc: list more commands as accepted through the ioctlIoana Ciornei1-0/+50
2021-02-09bus: fsl-mc: add the dpdbg device typeIoana Ciornei1-0/+6
2021-02-09bus: fsl-mc: Fix test for end of loopDan Carpenter1-1/+1
2021-01-27bus: fsl-mc: add autorescan sysfsIoana Ciornei3-2/+75
2021-01-27bus: fsl-mc: add bus rescan attributeIoana Ciornei3-2/+46
2021-01-27bus: fsl-mc: add fsl-mc userspace supportIoana Ciornei5-0/+608
2021-01-27bus: fsl-mc: export mc_cmd_hdr_read_cmdid() to the fsl-mc busIoana Ciornei2-1/+3
2021-01-10bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discoveredIoana Ciornei1-0/+9
2021-01-07bus: fsl-mc: add missing __iomem attributeLaurentiu Tudor1-1/+1