Re: [PATCH] drm: gma500: Convert timers to use timer_setup()

2017-11-01 Thread Daniel Vetter
On Tue, Oct 31, 2017 at 08:08:14AM -0700, Kees Cook wrote: > On Tue, Oct 31, 2017 at 3:18 AM, Daniel Vetter wrote: > > On Mon, Oct 30, 2017 at 03:05:29PM -0700, Kees Cook wrote: > >> On Mon, Oct 30, 2017 at 3:08 AM, Daniel Vetter wrote: > >> > On Tue, Oct 24, 2017 at 08:16:09AM -0700, Kees Cook w

Re: [PATCH] drm: gma500: Convert timers to use timer_setup()

2017-11-01 Thread Kees Cook
On Tue, Oct 31, 2017 at 3:18 AM, Daniel Vetter wrote: > On Mon, Oct 30, 2017 at 03:05:29PM -0700, Kees Cook wrote: >> On Mon, Oct 30, 2017 at 3:08 AM, Daniel Vetter wrote: >> > On Tue, Oct 24, 2017 at 08:16:09AM -0700, Kees Cook wrote: >> >> In preparation for unconditionally passing the struct t

Re: [PATCH] drm: gma500: Convert timers to use timer_setup()

2017-10-31 Thread Daniel Vetter
On Mon, Oct 30, 2017 at 03:05:29PM -0700, Kees Cook wrote: > On Mon, Oct 30, 2017 at 3:08 AM, Daniel Vetter wrote: > > On Tue, Oct 24, 2017 at 08:16:09AM -0700, Kees Cook wrote: > >> In preparation for unconditionally passing the struct timer_list pointer to > >> all timer callbacks, switch to usi

Re: [PATCH] drm: gma500: Convert timers to use timer_setup()

2017-10-31 Thread Kees Cook
On Mon, Oct 30, 2017 at 3:08 AM, Daniel Vetter wrote: > On Tue, Oct 24, 2017 at 08:16:09AM -0700, Kees Cook wrote: >> In preparation for unconditionally passing the struct timer_list pointer to >> all timer callbacks, switch to using the new timer_setup() and from_timer() >> to pass the timer poin

Re: [PATCH] drm: gma500: Convert timers to use timer_setup()

2017-10-30 Thread Daniel Vetter
On Tue, Oct 24, 2017 at 08:16:09AM -0700, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Patrik Jakobsson > Cc: David Airli

[PATCH] drm: gma500: Convert timers to use timer_setup()

2017-10-25 Thread Kees Cook
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Patrik Jakobsson Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Kees Cook --- d