Re: [PATCH V4] serial: qcom_geni_serial: To correct QUP Version detection logic

2020-09-16 Thread Greg Kroah-Hartman
On Mon, Sep 14, 2020 at 12:49:17PM +0530, Paras Sharma wrote: > The current implementation reduces the sampling rate by half > if qup HW version is greater is than 2.5 by checking if the 2 space characters? And what is "qup"? What is "HW"? > geni SE major version is greater than 2 and geni SE

Re: [PATCH V4] serial: qcom_geni_serial: To correct QUP Version detection logic

2020-09-15 Thread Akash Asthana
Hi Paras, On 9/14/2020 12:49 PM, Paras Sharma wrote: The current implementation reduces the sampling rate by half if qup HW version is greater is than 2.5 by checking if the geni SE major version is greater than 2 and geni SE minor version is greater than 5.This implementation fails when the

[PATCH V4] serial: qcom_geni_serial: To correct QUP Version detection logic

2020-09-14 Thread Paras Sharma
The current implementation reduces the sampling rate by half if qup HW version is greater is than 2.5 by checking if the geni SE major version is greater than 2 and geni SE minor version is greater than 5.This implementation fails when the version is greater than or equal to 3. Hence, a new