aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/pxp/mei_pxp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23mei: pxp: match against PCI_CLASS_DISPLAY_OTHERDaniele Ceraolo Spurio1-2/+5
2024-01-30mei: pxp: match without driver nameAlexander Usyskin1-2/+12
2023-11-27mei: pxp: fix mei_pxp_send_message return valueAlexander Usyskin1-1/+2
2023-10-18mei: update mei-pxp's component interface with timeoutsAlan Previn1-6/+27
2023-10-18mei: pxp: re-enable client on errorsAlexander Usyskin1-22/+48
2023-10-18mei: pxp: recover from recv fail under memory pressureAlexander Usyskin1-1/+24
2023-07-30mei: pxp: Keep a const qualifier when calling mei_cldev_send()Christophe JAILLET1-2/+1
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko1-1/+1
2023-01-20mei: pxp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2
2022-10-03mei: pxp: support matching with a gfx discrete cardTomas Winkler1-3/+10
2022-10-03mei: pxp: add command streamer API to the PXP driverVitaly Lubart1-0/+25
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung1-1/+1
2021-10-04mei: pxp: export pavp client to me client busVitaly Lubart1-0/+229