Re: [PATCH] firmware: qcom_scm: Add MDM9607 compatible

2021-02-09 Thread Konrad Dybcio
On 09.02.2021 21:38, Rob Herring wrote: > In the future, please split binding changes to separate patch. I will keep that in mind for the upcoming patches! Konrad

Re: [PATCH] firmware: qcom_scm: Add MDM9607 compatible

2021-02-09 Thread Rob Herring
On Sun, Jan 31, 2021 at 02:30:57AM +0100, Konrad Dybcio wrote: > Add a compatible for MDM9607. It uses the "legacy" calling > convention. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + > drivers/firmware/qcom_scm.c

[PATCH] firmware: qcom_scm: Add MDM9607 compatible

2021-01-30 Thread Konrad Dybcio
Add a compatible for MDM9607. It uses the "legacy" calling convention. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + drivers/firmware/qcom_scm.c | 3 +++ 2 files changed, 4 insertions(+) diff --git