summaryrefslogtreecommitdiffstats
path: root/drivers/cdx/controller
AgeCommit message (Expand)AuthorLines
8 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-2/+2
2025-09-30Merge tag 'edac_updates_for_v6.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-338/+108
2025-09-15cdx: Export Symbols for MCDI RPC and InitializationShubhrajyoti Datta-0/+38
2025-09-15cdx: Split mcdi.h and reorganize headersShubhrajyoti Datta-338/+70
2025-08-27cdx: don't select CONFIG_GENERIC_MSI_IRQNipun Gupta-2/+2
2025-08-19cdx: Fix off-by-one error in cdx_rpmsg_probe()Thorsten Blum-2/+1
2025-07-01cdx: controller: Drop unneeded driver.pm NULL assignmentKrzysztof Kozlowski-1/+0
2025-07-01cdx: controller: Do not open-code module_platform_driver()Krzysztof Kozlowski-18/+1
2025-07-01cdx: controller: Drop useless probe success messageKrzysztof Kozlowski-1/+0
2025-07-01cdx: controller: Simplify with dev_err_probe()Krzysztof Kozlowski-4/+2
2025-07-01cdx: Enable compile testingKrzysztof Kozlowski-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-07-31cdx: remove unused struct 'cdx_mcdi_copy_buffer'Dr. David Alan Gilbert-4/+0
2024-04-13cdx: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-07cdx: add MSI support for CDX busNipun Gupta-2/+154
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+123
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde-0/+7
2023-10-27cdx: add support for bus enable and disableAbhijit Gangurde-0/+108
2023-10-27cdx: Register cdx bus as a device on cdx subsystemAbhijit Gangurde-0/+7
2023-10-27cdx: Create symbol namespaces for cdx subsystemAbhijit Gangurde-0/+1
2023-09-28cdx: add support for bus masteringNipun Gupta-0/+75
2023-08-04cdx: Explicitly include correct DT includesRob Herring-2/+4
2023-06-15cdx: Replace custom mcdi logging with print_hex_dump_debug()Abhijit Gangurde-93/+9
2023-03-29cdx: add device attributesNipun Gupta-0/+43
2023-03-29cdx: add rpmsg communication channel for CDXNipun Gupta-5/+273
2023-03-29cdx: add cdx controllerNipun Gupta-1/+373
2023-03-29cdx: add MCDI protocol interface for firmware interactionNipun Gupta-0/+1850