Re: [PATCH v3] drm: gma500: Convert to GPIO descriptors

2020-08-19 Thread Patrik Jakobsson
On Fri, Jul 3, 2020 at 3:01 PM Linus Walleij wrote: > > Finalize he conversion of GMA500 to use only GPIO descriptors. > The GPIO look-up-table is associated with the device directly > in the GMA500 Medfield chip driver since no explicit platform > type device (such as in x86/platform/intel-mid) e

[PATCH v3] drm: gma500: Convert to GPIO descriptors

2020-07-03 Thread Linus Walleij
Finalize he conversion of GMA500 to use only GPIO descriptors. The GPIO look-up-table is associated with the device directly in the GMA500 Medfield chip driver since no explicit platform type device (such as in x86/platform/intel-mid) exists: the GMA500 probes directly from the PCI device. Apparent