From: Jani Nikula Date: Thu, 18 Jun 2015 10:06:16 +0000 (+0300) Subject: drm/i915: move generic hotplug code into new intel_hotplug.c file X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77913b39addfaa836929815515ff55cea1142b66;p=pandora-kernel.git drm/i915: move generic hotplug code into new intel_hotplug.c file We have enough generic hotplug functions sprinkled all over i915_irq.c to warrant moving them to a file of their own. This should further underline the distinction between generic code in the new file and platform specific hotplug and irq code that remains in i915_irq.c. Add new intel_hpd_init_work to keep work functions static, and rename get_port_from_pin to intel_hpd_pin_to_port while increasing its visibility, but keep everything else the same. Signed-off-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed