Some cleanups, but mostly move all platform independent, generic hotplug code to new intel_hotplug.c. The expected follow-up would be to document hotplug with a DOC: comment and add kerneldoc for the most important functions. BR, Jani. Jani Nikula (5): drm/i915/irq: move hotplug even debug print to second connector loop drm/i915/irq: abstract irq storm hotplug disabling drm/i915/irq: clarify irq storm related function naming drm/i915: move generic hotplug code into new intel_hotplug.c file drm/i915: reduce line width in {pch,i9xx}_get_hpd_pins() drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/i915_drv.c | 15 -- drivers/gpu/drm/i915/i915_drv.h | 9 +- drivers/gpu/drm/i915/i915_irq.c | 413 ++------------------------------ drivers/gpu/drm/i915/intel_hotplug.c | 452 +++++++++++++++++++++++++++++++++++ 5 files changed, 480 insertions(+), 410 deletions(-) create mode 100644 drivers/gpu/drm/i915/intel_hotplug.c -- 2.1.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx