aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fwctl/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11fwctl: Fix repeated device word in log messageShannon Nelson1-1/+1
2025-03-06fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmwareJason Gunthorpe1-0/+60
2025-03-06fwctl: FWCTL_INFO to return basic information about the deviceJason Gunthorpe1-0/+55
2025-03-06fwctl: Basic ioctl dispatch for the character deviceJason Gunthorpe1-5/+138
2025-03-06fwctl: Add basic structure for a class subsystem with a cdevJason Gunthorpe1-0/+173