Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-24 | mips: Remove common.h usage | Tom Rini | |
We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass | |
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-01-16 | mips: mscc: Add generic GPIO control utility function | Lars Povlsen | |
The GPIO control function can be used for controlling alternate functions associated with a GPIO. Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com> |