Comment 2 for bug 1494076

Revision history for this message
Tim Gardner (timg-tpi) wrote :

mei: do not access freed cb in blocking write
mei: bus: fix drivers and devices names confusion
mei: bus: rename nfc.c to bus-fixup.c
mei: bus: move driver api functions at the start of the file
mei: bus: rename uevent handler to mei_cl_device_uevent
mei: bus: don't enable events implicitly in device enable
mei: bus: report if event registration failed
mei: bus: revamp device matching
mei: bus: revamp probe and remove functions
mei: bus: add reference to bus device in struct mei_cl_client
mei: bus: add me client device list infrastructure
mei: bus: enable running fixup routines before device registration
mei: bus: blacklist the nfc info client
mei: bus: blacklist clients by number of connections
mei: bus: simplify how we build nfc bus name
mei: bus: link client devices instead of host clients
mei: support for dynamic clients
mei: disconnect on connection request timeout
mei: define async notification hbm commands
mei: implement async notification hbm messages
mei: enable async event notifications only from hbm version 2.0
mei: add mei_cl_notify_request command
mei: add a handler that waits for notification on event
mei: add async event notification ioctls
mei: support polling for event notification
mei: implement fasync for event notification
mei: bus: add and call callback on notify event
mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED
mei: me: d0i3: add the control registers
mei: me: d0i3: add flag to indicate D0i3 support
mei: me: d0i3: enable d0i3 interrupts
mei: hbm: reorganize the power gating responses
mei: me: d0i3: add d0i3 enter/exit state machine
mei: me: d0i3: move mei_me_hw_reset down in the file
mei: me: d0i3: exit d0i3 on driver start and enter it on stop
mei: me: add sunrise point device ids
mei: hbm: bump supported HBM version to 2.0
mei: remove check on pm_runtime_active in __mei_cl_disconnect
mei: fix debugfs files leak on error path