Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Kishon Vijay Abraham I
Hi, On 16/01/19 4:00 PM, Marc Gonzalez wrote: > On 16/01/2019 10:24, Kishon Vijay Abraham I wrote: > >> On 16/01/19 2:40 PM, Marc Gonzalez wrote: >> >>> Would this patch go through your tree or Kishon's tree? >> >> I've merged this in phy -next. > > Thanks Kishon. > > Do you mean here? > > htt

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Marc Gonzalez
On 16/01/2019 10:24, Kishon Vijay Abraham I wrote: > On 16/01/19 2:40 PM, Marc Gonzalez wrote: > >> Would this patch go through your tree or Kishon's tree? > > I've merged this in phy -next. Thanks Kishon. Do you mean here? https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git/l

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Kishon Vijay Abraham I
Hi, On 16/01/19 2:40 PM, Marc Gonzalez wrote: > On 28/12/2018 17:05, Andy Gross wrote: > >> On Fri, Dec 21, 2018 at 11:13:18AM +0100, Marc Gonzalez wrote: >> >>> The private copy of readl_poll_timeout is no longer needed. >>> Use the implementation in iopoll.h instead. >>> >>> Signed-off-by: Marc

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Marc Gonzalez
On 28/12/2018 17:05, Andy Gross wrote: > On Fri, Dec 21, 2018 at 11:13:18AM +0100, Marc Gonzalez wrote: > >> The private copy of readl_poll_timeout is no longer needed. >> Use the implementation in iopoll.h instead. >> >> Signed-off-by: Marc Gonzalez > > Reviewed-by: Andy Gross Would this patc

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-01 Thread Vivek Gautam
On Fri, Dec 21, 2018 at 9:43 PM Marc Gonzalez wrote: > > The private copy of readl_poll_timeout is no longer needed. > Use the implementation in iopoll.h instead. > > Signed-off-by: Marc Gonzalez > --- > drivers/phy/qualcomm/phy-qcom-ufs-i.h | 19 +-- > 1 file changed, 1 insertio

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2018-12-28 Thread Andy Gross
On Fri, Dec 21, 2018 at 11:13:18AM +0100, Marc Gonzalez wrote: > The private copy of readl_poll_timeout is no longer needed. > Use the implementation in iopoll.h instead. > > Signed-off-by: Marc Gonzalez Reviewed-by: Andy Gross

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2018-12-26 Thread Bjorn Andersson
On Fri 21 Dec 02:13 PST 2018, Marc Gonzalez wrote: > The private copy of readl_poll_timeout is no longer needed. > Use the implementation in iopoll.h instead. > > Signed-off-by: Marc Gonzalez Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > drivers/phy/qualcomm/phy-qcom-ufs-i.h | 19 +---

[PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2018-12-21 Thread Marc Gonzalez
The private copy of readl_poll_timeout is no longer needed. Use the implementation in iopoll.h instead. Signed-off-by: Marc Gonzalez --- drivers/phy/qualcomm/phy-qcom-ufs-i.h | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/drivers/phy/qualcomm/phy-qcom-ufs