All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems
@ 2017-05-17 10:25 Mika Westerberg
  2017-05-17 10:25 ` [PATCH v2 1/3] firmware: dmi: Add DMI_PRODUCT_FAMILY identification string Mika Westerberg
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Mika Westerberg @ 2017-05-17 10:25 UTC (permalink / raw)
  To: Linus Walleij, Jean Delvare
  Cc: Heikki Krogerus, Andy Shevchenko, Dmitry Torokhov, Wei Yongjun,
	bbaude, mildred-bug.kernel, barnacs, lvuksta, Mika Westerberg,
	linux-kernel, linux-gpio, Kelly French

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.

Changes from v1:

  * Drop BIOS date, we can't use it because there are many different
    Celes Chromebooks out there but their BIOS release date varies (and
    they miss the prodyct family information as well).

  * Name the machines consistently.

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 | 24 +++++++++++++++++++-----
 include/linux/mod_devicetable.h            |  1 +
 4 files changed, 23 insertions(+), 5 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-06-09  8:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 10:25 [PATCH v2 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems Mika Westerberg
2017-05-17 10:25 ` [PATCH v2 1/3] firmware: dmi: Add DMI_PRODUCT_FAMILY identification string Mika Westerberg
2017-05-17 10:31   ` Andy Shevchenko
2017-05-23  8:05   ` Linus Walleij
2017-06-01  9:29   ` Jean Delvare
2017-06-01 10:09     ` Mika Westerberg
2017-06-01 10:54       ` Jean Delvare
2017-06-01 11:05         ` Mika Westerberg
2017-06-01 12:42   ` Jean Delvare
2017-05-17 10:25 ` [PATCH v2 2/3] pinctrl: cherryview: Add terminate entry for dmi_system_id tables Mika Westerberg
2017-05-17 10:30   ` Andy Shevchenko
2017-05-23  8:08   ` Linus Walleij
2017-06-01  9:30   ` Jean Delvare
2017-06-09  8:53     ` Linus Walleij
2017-05-17 10:25 ` [PATCH v2 3/3] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems Mika Westerberg
2017-05-17 10:28   ` Andy Shevchenko
2017-05-23  8:09   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.