summaryrefslogtreecommitdiffstats
path: root/drivers/cdx
AgeCommit message (Expand)AuthorLines
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-29/+382
2023-10-27cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde-1/+43
2023-10-27cdx: add sysfs for bus resetAbhijit Gangurde-4/+22
2023-10-27cdx: add support for bus enable and disableAbhijit Gangurde-0/+180
2023-10-27cdx: Register cdx bus as a device on cdx subsystemAbhijit Gangurde-7/+91
2023-10-27cdx: Create symbol namespaces for cdx subsystemAbhijit Gangurde-3/+6
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/+107
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-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/+170
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-1/+1853
2023-03-29cdx: add the cdx bus driverNipun Gupta-0/+495