Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12-15 | x86: apl: Add LPC driver | Simon Glass | |
This driver the LPC and provides a few functions to set up LPC features. These should probably use ioctls() or perhaps, better, have specific uclass methods. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |