Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-28 | remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return value | Vladimir Zapolskiy | |
syscon_regmap_lookup_by_phandle() returns either a valid pointer to struct regmap or ERR_PTR() error value, check for NULL is invalid and on error path may lead to oops, the change corrects the check. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> | |||
2016-01-29 | remoteproc: Supply controller driver for ST's Remote Processors | Lee Jones | |
Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> |