summaryrefslogtreecommitdiffstats
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+4
13 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-51/+38
2026-02-01bus: fsl-mc: Use default primary handlerSebastian Andrzej Siewior-12/+1
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li-5/+1
2026-01-16bus: fsl-mc: declare fsl_mc_bus_dpdbg_type staticChristophe Leroy (CS GROUP)-2/+1
2026-01-06bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han-1/+5
2025-12-14bus: fsl-mc: Convert to bus callbacksUwe Kleine-König-38/+32
2025-12-14bus: fsl-mc: Drop error message in probe functionUwe Kleine-König-8/+1
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)-1/+1
2025-08-25bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show funct...Chelsy Ratnawat-3/+3
2025-08-25bus: fsl-mc: Check return value of platform_get_resource()Salah Triki-0/+3
2025-07-18bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke-10/+9
2025-05-13bus: fsl-mc: Use strscpy() instead of strscpy_pad()Thorsten Blum-2/+2
2025-05-13bus: fsl_mc: Fix driver_managed_dma checkRobin Murphy-3/+3
2025-05-13bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor-1/+1
2025-05-13bus: fsl-mc: drop useless cleanupLaurentiu Tudor-25/+0
2025-05-13bus: fsl-mc: add the dprc_get_mem() command to the whitelistIoana Ciornei-0/+7
2025-05-13bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie-2/+2
2025-05-13bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei-6/+13
2025-05-13bus: fsl-mc: fix double-free on mc_devIoana Ciornei-2/+4
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-53/+0
2025-03-21bus: fsl-mc: Remove deadcodeDr. David Alan Gilbert-53/+0
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy-1/+2
2025-01-10bus: fsl-mc: constify the struct device_type usageRicardo B. Marliere-18/+18
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-2/+2
2025-01-03bus: fsl-mc: Constify fsl_mc_device_match()Zijun Hu-2/+2
2024-11-12bus: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-03bus: fsl-mc: make fsl_mc_bus_type constKunwu Chan-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2023-11-16bus: fsl-mc: Convert to platform remove callback returning voidUwe Kleine-König-10/+3
2023-11-16bus: fsl-mc: Drop if block with always false conditionUwe Kleine-König-3/+0
2023-09-29bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt-8/+4
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2/+1
2023-08-29bus: fsl-mc: Use common ranges functionsRob Herring-77/+13
2023-08-12bus: Explicitly include correct DT includesRob Herring-2/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+6
2023-06-15bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor-0/+6
2023-06-08bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableUwe Kleine-König-4/+1
2023-06-08bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useUwe Kleine-König-2/+3
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König-10/+5
2023-05-30bus: fsl-mc: fsl-mc-allocator: Improve error reportingUwe Kleine-König-5/+13
2023-05-30bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong conditionUwe Kleine-König-6/+0
2023-05-30bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()Uwe Kleine-König-5/+4
2023-05-30bus: fsl-mc: Only warn once about errors on device unbindUwe Kleine-König-3/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2022-12-05bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner-22/+3
2022-11-23bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner-2/+0