Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
| | | | | | | Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | We should not use typedefs in U-Boot. They cannot be used as forward declarations which means that header files must include the full header to access them. Drop the typedef and rename the struct to remove the _s suffix which is now not useful. This requires quite a few header-file additions. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | poweroff: add poweroff for mt6323 pmic | Frank Wunderlich | 2020-01-10 | 1 | -0/+37 |
this adds poweroff to bananapi r2 / mt7623 / mt6323 pmic Signed-off-by: Frank Wunderlich <frank-w@public-files.de> |