Re: [PATCH] drm/gma500: Pass GPIO for Intel MID using descriptors

2019-12-09 Thread Patrik Jakobsson
On Fri, Dec 6, 2019 at 10:43 AM Linus Walleij wrote: > > The GMA500 driver is using the legacy GPIO API to fetch > three optional display control GPIO lines from the SFI > description used by the Medfield platform. > > Switch this over to use GPIO descriptors and delete the > custom platform data.

Re: [PATCH] drm/gma500: Pass GPIO for Intel MID using descriptors

2019-12-09 Thread Andy Shevchenko
On Fri, Dec 06, 2019 at 10:43:01AM +0100, Linus Walleij wrote: > The GMA500 driver is using the legacy GPIO API to fetch > three optional display control GPIO lines from the SFI > description used by the Medfield platform. > > Switch this over to use GPIO descriptors and delete the > custom platfo

[PATCH] drm/gma500: Pass GPIO for Intel MID using descriptors

2019-12-06 Thread Linus Walleij
The GMA500 driver is using the legacy GPIO API to fetch three optional display control GPIO lines from the SFI description used by the Medfield platform. Switch this over to use GPIO descriptors and delete the custom platform data. We create three new static locals in the tc35876x bridge code but