summaryrefslogtreecommitdiff
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-01bus: fsl-mc: Use default primary handlerSebastian Andrzej Siewior
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li
2026-01-16bus: fsl-mc: declare fsl_mc_bus_dpdbg_type staticChristophe Leroy (CS GROUP)
2026-01-06bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han
2025-12-14bus: fsl-mc: Convert to bus callbacksUwe Kleine-König
2025-12-14bus: fsl-mc: Drop error message in probe functionUwe Kleine-König
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)
2025-08-25bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show funct...Chelsy Ratnawat
2025-08-25bus: fsl-mc: Check return value of platform_get_resource()Salah Triki
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