summaryrefslogtreecommitdiff
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)Author
2025-07-18bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke
2025-05-13bus: fsl-mc: Use strscpy() instead of strscpy_pad()Thorsten Blum
2025-05-13bus: fsl_mc: Fix driver_managed_dma checkRobin Murphy
2025-05-13bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor
2025-05-13bus: fsl-mc: drop useless cleanupLaurentiu Tudor
2025-05-13bus: fsl-mc: add the dprc_get_mem() command to the whitelistIoana Ciornei
2025-05-13bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie
2025-05-13bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei
2025-05-13bus: fsl-mc: fix double-free on mc_devIoana Ciornei
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-21bus: fsl-mc: Remove deadcodeDr. David Alan Gilbert
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy
2025-01-10bus: fsl-mc: constify the struct device_type usageRicardo B. Marliere
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2025-01-03bus: fsl-mc: Constify fsl_mc_device_match()Zijun Hu
2024-11-12bus: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-03bus: fsl-mc: make fsl_mc_bus_type constKunwu Chan
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2023-11-16bus: fsl-mc: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16bus: fsl-mc: Drop if block with always false conditionUwe Kleine-König
2023-09-29bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-08-29bus: fsl-mc: Use common ranges functionsRob Herring
2023-08-12bus: Explicitly include correct DT includesRob Herring
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-15bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor
2023-06-08bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableUwe Kleine-König
2023-06-08bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useUwe Kleine-König
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König
2023-05-30bus: fsl-mc: fsl-mc-allocator: Improve error reportingUwe Kleine-König
2023-05-30bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong conditionUwe Kleine-König
2023-05-30bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()Uwe Kleine-König
2023-05-30bus: fsl-mc: Only warn once about errors on device unbindUwe Kleine-König
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-05bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner
2022-11-23bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-06-10bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu
2022-04-27bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()Shin'ichiro Kawasaki
2022-04-22fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski
2021-12-16bus: fsl-mc-msi: Simplify MSI descriptor handlingThomas Gleixner
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner
2021-12-16bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner
2021-09-28bus/fsl-mc: Add generic implementation for open/reset/close commandsDiana Craciun