Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | lib: Remove <common.h> inclusion from these files | Tom Rini | |
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2021-07-14 | lib: move rtc-lib.c to lib | Heinrich Schuchardt | |
Function rtc_to_tm() is needed for FAT file system support even if we don't have a real time clock. So move it from drivers/ to lib/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |