Re: [PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems

2017-05-23 Thread Linus Walleij
On Mon, May 15, 2017 at 1:01 PM, Mika Westerberg wrote: > It turned out that there are bunch of other Chromebooks that need the DMI > quirk as well. Most of these are based on Intel_Strago reference design so > we can identify them by using DMI_PRODUCT_FAMILY introduced in this series. > The syst

[PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems

2017-05-15 Thread Mika Westerberg
Hi, It turned out that there are bunch of other Chromebooks that need the DMI quirk as well. Most of these are based on Intel_Strago reference design so we can identify them by using DMI_PRODUCT_FAMILY introduced in this series. The systems without the family string we add them separately. Relate