Age | Commit message (Expand) | Author | Files | Lines |
2025-03-20 | Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch... | Joerg Roedel | 1 | -1/+2 |
2025-03-11 | iommu: Get DT/ACPI parsing into the proper probe path | Robin Murphy | 1 | -1/+2 |
2025-02-20 | cdx: Fix possible UAF error in driver_override_show() | Qiu-ji Chen | 1 | -1/+5 |
2025-01-10 | cdx: disable cdx bus from bus shutdown callback | Abhijit Gangurde | 1 | -0/+3 |
2024-12-03 | module: Convert default symbol namespace to string literal | Masahiro Yamada | 1 | -1/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 3 | -6/+6 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
2024-11-10 | cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() | Nathan Chancellor | 1 | -1/+1 |
2024-07-31 | cdx: remove unused struct 'cdx_mcdi_copy_buffer' | Dr. David Alan Gilbert | 1 | -4/+0 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
2024-04-13 | cdx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-07 | cdx: add MSI support for CDX bus | Nipun Gupta | 9 | -2/+382 |
2024-01-04 | cdx: Unlock on error path in rescan_store() | Dan Carpenter | 1 | -1/+3 |
2024-01-04 | cdx: call of_node_put() on error path | Dan Carpenter | 1 | -4/+3 |
2024-01-04 | cdx: Create resource debugfs file for cdx device | Abhijit Gangurde | 1 | -1/+38 |
2024-01-04 | cdx: create sysfs bin files for cdx resources | Abhijit Gangurde | 1 | -1/+117 |
2023-12-15 | cdx: Explicitly include correct DT includes, again | Rob Herring | 1 | -0/+3 |
2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -29/+382 |
2023-10-27 | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 3 | -1/+43 |
2023-10-27 | cdx: add sysfs for bus reset | Abhijit Gangurde | 1 | -4/+22 |
2023-10-27 | cdx: add support for bus enable and disable | Abhijit Gangurde | 5 | -0/+180 |
2023-10-27 | cdx: Register cdx bus as a device on cdx subsystem | Abhijit Gangurde | 3 | -7/+91 |
2023-10-27 | cdx: Create symbol namespaces for cdx subsystem | Abhijit Gangurde | 3 | -3/+6 |
2023-10-27 | cdx: Introduce lock to protect controller ops | Abhijit Gangurde | 1 | -0/+12 |
2023-10-27 | cdx: Remove cdx controller list from cdx bus system | Abhijit Gangurde | 1 | -14/+28 |
2023-09-28 | cdx: add support for bus mastering | Nipun Gupta | 4 | -0/+107 |
2023-08-04 | cdx: Explicitly include correct DT includes | Rob Herring | 2 | -2/+4 |
2023-06-15 | cdx: Replace custom mcdi logging with print_hex_dump_debug() | Abhijit Gangurde | 3 | -93/+9 |
2023-06-15 | cdx: fix driver managed dma support | Nipun Gupta | 1 | -0/+18 |
2023-04-27 | cdx: fix build failure due to sysfs 'bus_type' argument needing to be const | Linus Torvalds | 1 | -1/+1 |
2023-03-29 | cdx: add device attributes | Nipun Gupta | 4 | -0/+170 |
2023-03-29 | cdx: add rpmsg communication channel for CDX | Nipun Gupta | 6 | -5/+273 |
2023-03-29 | cdx: add cdx controller | Nipun Gupta | 5 | -1/+373 |
2023-03-29 | cdx: add MCDI protocol interface for firmware interaction | Nipun Gupta | 8 | -1/+1853 |
2023-03-29 | cdx: add the cdx bus driver | Nipun Gupta | 4 | -0/+495 |