Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | sandbox: i2c: Move platdata structs to header files | Simon Glass | |
At present the structs used by these drivers are declared in the C files and so are not accessible to dtoc. Move them to header files, as required. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2021-01-05 | sandbox: i2c: Move priv into a header file | Simon Glass | |
Move this struct into a header file so that dtoc can include it in its dt-platdata.c file. Signed-off-by: Simon Glass <sjg@chromium.org> |