Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-25 Thread Dmitry Osipenko
On 9/24/18 5:04 PM, Thierry Reding wrote: > On Mon, Sep 24, 2018 at 03:36:29PM +0200, Thierry Reding wrote: >> On Mon, Sep 24, 2018 at 03:40:35PM +0300, Dmitry Osipenko wrote: >>> On 9/24/18 3:32 PM, Jon Hunter wrote: On 24/09/18 12:59, Thierry Reding wrote: > On Fri, Sep 21, 2018 at

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-25 Thread Dmitry Osipenko
On 9/24/18 4:36 PM, Thierry Reding wrote: On Mon, Sep 24, 2018 at 03:40:35PM +0300, Dmitry Osipenko wrote: On 9/24/18 3:32 PM, Jon Hunter wrote: On 24/09/18 12:59, Thierry Reding wrote: On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: Some of definitions in the code changed t

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-25 Thread Dmitry Osipenko
On 9/24/18 2:59 PM, Thierry Reding wrote: On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: Some of definitions in the code changed the meaning, unfortunately one place missed the change. Fixes: 0751bb5c44fe ("drm/tegra: dpaux: Add pinctrl support") Cc: # v4.8+ Signed-off-by: Dm

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-25 Thread Dmitry Osipenko
On 9/24/18 3:32 PM, Jon Hunter wrote: On 24/09/18 12:59, Thierry Reding wrote: On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: Some of definitions in the code changed the meaning, unfortunately one place missed the change. Fixes: 0751bb5c44fe ("drm/tegra: dpaux: Add pinctrl s

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Thierry Reding
On Mon, Sep 24, 2018 at 04:56:28PM +0300, Dmitry Osipenko wrote: > On 9/24/18 4:36 PM, Thierry Reding wrote: > > On Mon, Sep 24, 2018 at 03:40:35PM +0300, Dmitry Osipenko wrote: > > > On 9/24/18 3:32 PM, Jon Hunter wrote: > > > > > > > > On 24/09/18 12:59, Thierry Reding wrote: > > > > > On Fri, S

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Thierry Reding
On Mon, Sep 24, 2018 at 03:36:29PM +0200, Thierry Reding wrote: > On Mon, Sep 24, 2018 at 03:40:35PM +0300, Dmitry Osipenko wrote: > > On 9/24/18 3:32 PM, Jon Hunter wrote: > > > > > > On 24/09/18 12:59, Thierry Reding wrote: > > > > On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote:

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Thierry Reding
On Mon, Sep 24, 2018 at 03:40:35PM +0300, Dmitry Osipenko wrote: > On 9/24/18 3:32 PM, Jon Hunter wrote: > > > > On 24/09/18 12:59, Thierry Reding wrote: > > > On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: > > > > Some of definitions in the code changed the meaning, unfortunatel

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Thierry Reding
On Mon, Sep 24, 2018 at 01:32:41PM +0100, Jon Hunter wrote: > > On 24/09/18 12:59, Thierry Reding wrote: > > On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: > >> Some of definitions in the code changed the meaning, unfortunately one > >> place missed the change. > >> > >> Fixes: 0

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Jon Hunter
On 24/09/18 12:59, Thierry Reding wrote: > On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: >> Some of definitions in the code changed the meaning, unfortunately one >> place missed the change. >> >> Fixes: 0751bb5c44fe ("drm/tegra: dpaux: Add pinctrl support") >> Cc: # v4.8+ >> S

Re: [PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-24 Thread Thierry Reding
On Fri, Sep 21, 2018 at 02:42:41PM +0300, Dmitry Osipenko wrote: > Some of definitions in the code changed the meaning, unfortunately one > place missed the change. > > Fixes: 0751bb5c44fe ("drm/tegra: dpaux: Add pinctrl support") > Cc: # v4.8+ > Signed-off-by: Dmitry Osipenko > --- > > I don't

[PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver

2018-09-23 Thread Dmitry Osipenko
Some of definitions in the code changed the meaning, unfortunately one place missed the change. Fixes: 0751bb5c44fe ("drm/tegra: dpaux: Add pinctrl support") Cc: # v4.8+ Signed-off-by: Dmitry Osipenko --- I don't have HW to test DPAUX driver, apparently it has been broken for 2+ years now. Ther