[STLinux Kernel] [PATCH 1/1] drm/sti: use new Reset API

2016-07-26 Thread Sean Paul
On Mon, Jul 25, 2016 at 6:40 AM, Lee Jones wrote: > On Mon, 25 Jul 2016, Peter Griffin wrote: >> On Mon, 25 Jul 2016, Lee Jones wrote: >> >> > Since 0b52297f228 ("reset: Add support for shared reset controls") the >> > new Reset API now demands consumers choose either an *_exclusive or a >> > *_sh

[STLinux Kernel] [PATCH 1/1] drm/sti: use new Reset API

2016-07-25 Thread Lee Jones
On Mon, 25 Jul 2016, Peter Griffin wrote: > On Mon, 25 Jul 2016, Lee Jones wrote: > > > Since 0b52297f228 ("reset: Add support for shared reset controls") the > > new Reset API now demands consumers choose either an *_exclusive or a > > *_shared line when requesting reset lines. > > > > This issu

[STLinux Kernel] [PATCH 1/1] drm/sti: use new Reset API

2016-07-25 Thread Peter Griffin
Hi Lee, On Mon, 25 Jul 2016, Lee Jones wrote: > Since 0b52297f228 ("reset: Add support for shared reset controls") the > new Reset API now demands consumers choose either an *_exclusive or a > *_shared line when requesting reset lines. > > This issue was found when running a kernel containing th

[PATCH 1/1] drm/sti: use new Reset API

2016-07-25 Thread Lee Jones
Since 0b52297f228 ("reset: Add support for shared reset controls") the new Reset API now demands consumers choose either an *_exclusive or a *_shared line when requesting reset lines. This issue was found when running a kernel containing the aforementioned patch which includes an informitive WARN

[PATCH 1/1] drm/sti: use new Reset API

2016-07-22 Thread Lee Jones
On Fri, 22 Jul 2016, Sean Paul wrote: > On Fri, Jul 22, 2016 at 3:22 AM, Lee Jones wrote: > > Since 0b52297f228 ("reset: Add support for shared reset controls") the > > new Reset API now demands consumers choose either an *_exclusive or > > a *_shared line when requesting reset lines. > > > > Sig

[PATCH 1/1] drm/sti: use new Reset API

2016-07-22 Thread Sean Paul
On Fri, Jul 22, 2016 at 3:22 AM, Lee Jones wrote: > Since 0b52297f228 ("reset: Add support for shared reset controls") the > new Reset API now demands consumers choose either an *_exclusive or > a *_shared line when requesting reset lines. > > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/sti

[PATCH 1/1] drm/sti: use new Reset API

2016-07-22 Thread Lee Jones
Since 0b52297f228 ("reset: Add support for shared reset controls") the new Reset API now demands consumers choose either an *_exclusive or a *_shared line when requesting reset lines. Signed-off-by: Lee Jones --- drivers/gpu/drm/sti/sti_compositor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d