Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641549
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems |
| Date | 2017-05-15 13:10 +0200 |
| Message-ID | <tHm2Z-7kX-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. Related bugzilla entry: https://bugzilla.kernel.org/show_bug.cgi?id=194945 I'm including fix from Yongjun as well because I did not find it in v4.12-rc1 possibly because it just was forgotten. Mika Westerberg (2): firmware: dmi: Add DMI_PRODUCT_FAMILY identification string pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems Wei Yongjun (1): pinctrl: cherryview: Add terminate entry for dmi_system_id tables drivers/firmware/dmi-id.c | 2 ++ drivers/firmware/dmi_scan.c | 1 + drivers/pinctrl/intel/pinctrl-cherryview.c | 26 +++++++++++++++++++++----- include/linux/mod_devicetable.h | 1 + 4 files changed, 25 insertions(+), 5 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-05-15 13:10 +0200 [PATCH 2/3] pinctrl: cherryview: Add terminate entry for dmi_system_id tables Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-05-15 13:10 +0200 Re: [PATCH 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 10:10 +0200
csiph-web