[Intel-gfx] [PATCH] drm/i915: fix spelling mistake "reserverd" -> "reserved"

2018-11-20 Thread Alexandre Belloni
Fix a spelling mistake in a comment. Signed-off-by: Alexandre Belloni --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index f9ce35da4123..742f8ff101e4 100644

Re: [Intel-gfx] [PATCH] drm/core: Remove drm_dev_unref() and it's uses

2018-04-27 Thread Alexandre Belloni
plitting it per driver, you might want > to blame me for that. > Doesn't splitting the change per driver break bisectability unless there is a guarantee that the change in include/drm/drm_drv.h is applied after all the driver trees have been merged? -- Alexandre Belloni, B

Re: [Intel-gfx] [PATCH] rtc: cmos: Don't enable interrupts in the middle of the interrupt handler

2016-10-20 Thread Alexandre Belloni
2] [] arch_cpu_idle+0xa/0x10 > [ 202.634973] [] default_idle_call+0x1e/0x30 > [ 202.634974] [] cpu_startup_entry+0x17c/0x1f0 > [ 202.634976] [] rest_init+0x127/0x130 > [ 202.634978] [] start_kernel+0x3f6/0x403 > [ 202.634980] [] x86_64_start_reservations+0x2a/0x2c > [ 202.6

Re: [Intel-gfx] [PATCH v5 26/46] pwm: sun4i: implement hardware readout

2016-03-31 Thread Alexandre Belloni
is already enabled, which > should prevent glitches. > > Signed-off-by: Boris Brezillon Reviewed-by: Alexandre Belloni > --- > drivers/pwm/pwm-sun4i.c | 74 > - > 1 file changed, 55 insertions(+), 19 deletions(-) > > diff