summaryrefslogtreecommitdiffstats
path: root/drivers/cdx/cdx.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-03cdx: Use mutex guard to simplify error handlingKrzysztof Kozlowski-8/+3
2026-02-03cdx: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+1
2025-10-22cdx: make cdx_bus_type constantGreg Kroah-Hartman-2/+2
2025-08-27cdx: don't select CONFIG_GENERIC_MSI_IRQNipun Gupta-2/+2
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel-1/+2
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy-1/+2
2025-02-20cdx: Fix possible UAF error in driver_override_show()Qiu-ji Chen-1/+5
2025-01-10cdx: disable cdx bus from bus shutdown callbackAbhijit Gangurde-0/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-4/+4
2024-11-10cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap()Nathan Chancellor-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-03-07cdx: add MSI support for CDX busNipun Gupta-0/+20
2024-01-04cdx: Unlock on error path in rescan_store()Dan Carpenter-1/+3
2024-01-04cdx: call of_node_put() on error pathDan Carpenter-4/+3
2024-01-04cdx: Create resource debugfs file for cdx deviceAbhijit Gangurde-1/+38
2024-01-04cdx: create sysfs bin files for cdx resourcesAbhijit Gangurde-1/+117
2023-12-15cdx: Explicitly include correct DT includes, againRob Herring-0/+3
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-28/+236
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde-1/+28
2023-10-27cdx: add sysfs for bus resetAbhijit Gangurde-4/+22
2023-10-27cdx: add support for bus enable and disableAbhijit Gangurde-0/+72
2023-10-27cdx: Register cdx bus as a device on cdx subsystemAbhijit Gangurde-6/+71
2023-10-27cdx: Create symbol namespaces for cdx subsystemAbhijit Gangurde-3/+3
2023-10-27cdx: Introduce lock to protect controller opsAbhijit Gangurde-0/+12
2023-10-27cdx: Remove cdx controller list from cdx bus systemAbhijit Gangurde-14/+28
2023-09-28cdx: add support for bus masteringNipun Gupta-0/+32
2023-06-15cdx: fix driver managed dma supportNipun Gupta-0/+18
2023-04-27cdx: fix build failure due to sysfs 'bus_type' argument needing to be constLinus Torvalds-1/+1
2023-03-29cdx: add device attributesNipun Gupta-0/+127
2023-03-29cdx: add the cdx bus driverNipun Gupta-0/+408