Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwspinlock: fix return value check in stm32_hwspinlock_probe() | Wei Yongjun | 2019-01-03 | 1 | -2/+2 |
| | | | | | | | | | | | In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: f24fcff1d267 ("hwspinlock: add STM32 hwspinlock device") Acked-by: Benjamin Gaignard <benjamin.gaignard@gmail.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> | ||||
* | hwspinlock: add STM32 hwspinlock device | Benjamin Gaignard | 2018-12-05 | 1 | -0/+156 |
This patch adds support of hardware semaphores for stm32mp1 SoC. The hardware block provides 32 semaphores. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> |