| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-12 | misc: add "call" uclass op | Stephen Warren | |
| The call op requests that the callee pass a message to the underlying HW or device, wait for a response, and then pass back the response error code and message to the callee. It is useful for drivers that represent some kind of messaging or IPC channel to a remote device. Signed-off-by: Stephen Warren <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
| 2016-01-08 | include: Correct "requset" typoes in misc.h | Robert P. J. Day | |
| Signed-off-by: Robert P. J. Day <[email protected]> Acked-by: Thomas Chou <[email protected]> | |||
| 2015-10-23 | dm: implement a Miscellaneous uclass | Thomas Chou | |
| Implement a Miscellaneous uclass with generic read or write operations. This class is used only for those do not fit other more general classes. Signed-off-by: Thomas Chou <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
