Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwspinlock: add stm32 hardware spinlock support | Benjamin Gaignard | 2018-12-06 | 3 | -0/+101 |
| | | | | | | | | Implement hardware spinlock support for STM32MP1. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> | ||||
* | dm: Add Hardware Spinlock class | Benjamin Gaignard | 2018-12-06 | 4 | -0/+222 |
This is uclass for Hardware Spinlocks. It implements two mandatory operations: lock and unlock and one optional relax operation. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> |