aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)AuthorFilesLines
2026-04-04bus: fsl-mc: use generic driver_override infrastructureDanilo Krummrich1-36/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-5/+4
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-51/+38
2026-02-01bus: fsl-mc: Use default primary handlerSebastian Andrzej Siewior1-12/+1
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li1-5/+1
2026-01-16bus: fsl-mc: declare fsl_mc_bus_dpdbg_type staticChristophe Leroy (CS GROUP)1-2/+1
2026-01-06bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han1-1/+5
2025-12-14bus: fsl-mc: Convert to bus callbacksUwe Kleine-König1-38/+32
2025-12-14bus: fsl-mc: Drop error message in probe functionUwe Kleine-König1-8/+1
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)1-1/+1
2025-08-25bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show functionsChelsy Ratnawat1-3/+3
2025-08-25bus: fsl-mc: Check return value of platform_get_resource()Salah Triki1-0/+3
2025-07-18bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke1-10/+9
2025-05-13bus: fsl-mc: Use strscpy() instead of strscpy_pad()Thorsten Blum1-2/+2
2025-05-13bus: fsl_mc: Fix driver_managed_dma checkRobin Murphy1-3/+3
2025-05-13bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor1-1/+1
2025-05-13bus: fsl-mc: drop useless cleanupLaurentiu Tudor3-25/+0
2025-05-13bus: fsl-mc: add the dprc_get_mem() command to the whitelistIoana Ciornei1-0/+7
2025-05-13bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie1-2/+2
2025-05-13bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei1-6/+13
2025-05-13bus: fsl-mc: fix double-free on mc_devIoana Ciornei1-2/+4
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-53/+0
2025-03-21bus: fsl-mc: Remove deadcodeDr. David Alan Gilbert4-53/+0
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-1/+2
2025-01-10bus: fsl-mc: constify the struct device_type usageRicardo B. Marliere1-18/+18
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2025-01-03bus: fsl-mc: Constify fsl_mc_device_match()Zijun Hu1-2/+2
2024-11-12bus: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-03bus: fsl-mc: make fsl_mc_bus_type constKunwu Chan1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2023-11-16bus: fsl-mc: Convert to platform remove callback returning voidUwe Kleine-König1-10/+3
2023-11-16bus: fsl-mc: Drop if block with always false conditionUwe Kleine-König1-3/+0
2023-09-29bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-8/+4
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-2/+1
2023-08-29bus: fsl-mc: Use common ranges functionsRob Herring1-77/+13
2023-08-12bus: Explicitly include correct DT includesRob Herring2-2/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2023-06-15bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor1-0/+6
2023-06-08bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableUwe Kleine-König1-4/+1
2023-06-08bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useUwe Kleine-König1-2/+3
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König3-10/+5
2023-05-30bus: fsl-mc: fsl-mc-allocator: Improve error reportingUwe Kleine-König1-5/+13
2023-05-30bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong conditionUwe Kleine-König1-6/+0
2023-05-30bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()Uwe Kleine-König1-5/+4
2023-05-30bus: fsl-mc: Only warn once about errors on device unbindUwe Kleine-König1-3/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-12-05bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner1-22/+3