mbox series

[v2,0/2] IdeaPad platform profile support

Message ID 20210105131447.38036-1-jiaxun.yang@flygoat.com (mailing list archive)
Headers show
Series IdeaPad platform profile support | expand

Message

Jiaxun Yang Jan. 5, 2021, 1:14 p.m. UTC
Tested on Lenovo Yoga-14S ARE Chinese Edition.

v2: Use another private data approach (Hans)

Jiaxun Yang (2):
  ACPI: platform-profile: Introduce object pointers to callbacks
  platform/x86: ideapad-laptop: DYTC Platform profile support

 drivers/acpi/platform_profile.c       |   4 +-
 drivers/platform/x86/Kconfig          |   1 +
 drivers/platform/x86/ideapad-laptop.c | 289 ++++++++++++++++++++++++++
 include/linux/platform_profile.h      |   6 +-
 4 files changed, 296 insertions(+), 4 deletions(-)