Re: [PATCH 3/7] serial: msm: Always bind before relocation

2023-03-24 Thread Konrad Dybcio
On 24.03.2023 07:04, Sumit Garg wrote: > On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio wrote: >> >> In preparation for supporting upstream Linux device trees on Qualcomm >> platforms, make this the default behavior. >> >> Signed-off-by: Konrad Dybcio >> --- >> >> drivers/serial/serial_msm.c |

Re: [PATCH 3/7] serial: msm: Always bind before relocation

2023-03-24 Thread Sumit Garg
On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio wrote: > > In preparation for supporting upstream Linux device trees on Qualcomm > platforms, make this the default behavior. > > Signed-off-by: Konrad Dybcio > --- > > drivers/serial/serial_msm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH 3/7] serial: msm: Always bind before relocation

2023-03-23 Thread Konrad Dybcio
In preparation for supporting upstream Linux device trees on Qualcomm platforms, make this the default behavior. Signed-off-by: Konrad Dybcio --- drivers/serial/serial_msm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/serial_msm.c b/drivers/serial/serial_msm.c index