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

2020-09-10 Thread parashar
On 2020-09-02 11:34, Greg Kroah-Hartman wrote: On Wed, Sep 02, 2020 at 11:26:51AM +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 geni SE major version is greater than 2 and geni SE minor

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

2020-09-02 Thread Greg Kroah-Hartman
On Wed, Sep 02, 2020 at 11:26:51AM +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 > geni SE major version is greater than 2 and geni SE minor version > is greater than 5. > > This

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

2020-09-01 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 3 or greater. Hence new implementation