Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-05 Thread Andrzej Hajda
On 02.03.2018 14:15, Philippe CORNU wrote: > Hi Andrzej, > > > On 03/02/2018 11:21 AM, Andrzej Hajda wrote: >> On 01.03.2018 10:00, Philippe CORNU wrote: >>> Hi Archit, Andrzej & Laurent, >>> >>> May I ask you please your feedback on this small patch? >>> Many thanks, >>> >>> Philippe :-) >>> >>>

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-05 Thread Andrzej Hajda
On 02.03.2018 14:15, Philippe CORNU wrote: > Hi Andrzej, > > > On 03/02/2018 11:21 AM, Andrzej Hajda wrote: >> On 01.03.2018 10:00, Philippe CORNU wrote: >>> Hi Archit, Andrzej & Laurent, >>> >>> May I ask you please your feedback on this small patch? >>> Many thanks, >>> >>> Philippe :-) >>> >>>

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-02 Thread Philippe CORNU
Hi Andrzej, On 03/02/2018 11:21 AM, Andrzej Hajda wrote: > On 01.03.2018 10:00, Philippe CORNU wrote: >> Hi Archit, Andrzej & Laurent, >> >> May I ask you please your feedback on this small patch? >> Many thanks, >> >> Philippe :-) >> >> On 02/04/2018 10:36 PM, Philippe Cornu wrote: >>> The

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-02 Thread Philippe CORNU
Hi Andrzej, On 03/02/2018 11:21 AM, Andrzej Hajda wrote: > On 01.03.2018 10:00, Philippe CORNU wrote: >> Hi Archit, Andrzej & Laurent, >> >> May I ask you please your feedback on this small patch? >> Many thanks, >> >> Philippe :-) >> >> On 02/04/2018 10:36 PM, Philippe Cornu wrote: >>> The

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-02 Thread Andrzej Hajda
On 01.03.2018 10:00, Philippe CORNU wrote: > Hi Archit, Andrzej & Laurent, > > May I ask you please your feedback on this small patch? > Many thanks, > > Philippe :-) > > On 02/04/2018 10:36 PM, Philippe Cornu wrote: >> The readl_poll_timeout() return value is 0 in case of success >> so it is

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-01 Thread Philippe CORNU
Hi Archit, Andrzej & Laurent, May I ask you please your feedback on this small patch? Many thanks, Philippe :-) On 02/04/2018 10:36 PM, Philippe Cornu wrote: > The readl_poll_timeout() return value is 0 in case of success > so it is better to detect errors without taking care of the > return

Re: [PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up

2018-03-01 Thread Philippe CORNU
Hi Archit, Andrzej & Laurent, May I ask you please your feedback on this small patch? Many thanks, Philippe :-) On 02/04/2018 10:36 PM, Philippe Cornu wrote: > The readl_poll_timeout() return value is 0 in case of success > so it is better to detect errors without taking care of the > return