Re: [PATCH] drm/panel-notatek-nt35510: Fix MTP read init

2020-08-12 Thread Linus Walleij
On Tue, Aug 11, 2020 at 10:58 PM Daniel Vetter wrote: > > BTW I need to merge v5.8 (final) into drm-misc-next so as to get > > a smallish fix from the late -rc:s back. It is currently at v5.8-rc2. > > Is that something you'd say I can be bold and attempt myself > > of should I stay off it? > > >

Re: [PATCH] drm/panel-notatek-nt35510: Fix MTP read init

2020-08-11 Thread Daniel Vetter
On Tue, Aug 11, 2020 at 10:24 PM Linus Walleij wrote: > > On Mon, Aug 10, 2020 at 3:04 PM Daniel Vetter wrote: > > On Sun, Aug 09, 2020 at 12:43:22AM +0200, Linus Walleij wrote: > > > In order to successfully read ID of the MTP panel the > > > panel MTP control page must be unlocked. Previously >

Re: [PATCH] drm/panel-notatek-nt35510: Fix MTP read init

2020-08-11 Thread Linus Walleij
On Mon, Aug 10, 2020 at 3:04 PM Daniel Vetter wrote: > On Sun, Aug 09, 2020 at 12:43:22AM +0200, Linus Walleij wrote: > > In order to successfully read ID of the MTP panel the > > panel MTP control page must be unlocked. Previously > > this wasn't encountered because in the setup with this > > pan

Re: [PATCH] drm/panel-notatek-nt35510: Fix MTP read init

2020-08-10 Thread Daniel Vetter
On Sun, Aug 09, 2020 at 12:43:22AM +0200, Linus Walleij wrote: > In order to successfully read ID of the MTP panel the > panel MTP control page must be unlocked. Previously > this wasn't encountered because in the setup with this > panel the power wasn't ever really dropped. When power > gets dropp

[PATCH] drm/panel-notatek-nt35510: Fix MTP read init

2020-08-08 Thread Linus Walleij
In order to successfully read ID of the MTP panel the panel MTP control page must be unlocked. Previously this wasn't encountered because in the setup with this panel the power wasn't ever really dropped. When power gets dropped from the panel, MTP needs to be unlocked. Cc: newby...@protonmail.com