Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-20 | misc: Update read() and write() methods to return bytes xfered | Simon Glass | |
At present these functions return 0 on success. For some devices we want to know how many bytes were transferred. It seems useful to adjust the API to be more like the POSIX read() and write() functions. Update these two methods, a test and all users. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> | |||
2018-08-11 | test: Add tests for misc uclass | Mario Six | |
Add a set of tests for the misc uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org> |