commit | 36c785f051b21728775c9c4f2621d37d586553d0 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Feb 14 22:37:22 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Feb 29 20:49:39 2012 +0100 |
tree | b188b3922945b0e0d28d15931489c779758e3901 | |
parent | b0209b39951868069710c1e39ca14add9fa77ada [diff] |
drm/i915: merge struct intel_gpio into struct intel_gmbus When we set up the gpio fallback, we always have a 1:1 relationship with an intel_gmbus. Exploit that to store all gpio related data in there, too. This is a preparation step to merge the tw i2c adapters controlling the same bus into one. Just mundane code-munging in this patch. Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>