mbox series

[0/5] platform/x86: msi-ec: Add the first platform device attributes

Message ID 20231010172037.611063-3-teackot@gmail.com (mailing list archive)
Headers show
Series platform/x86: msi-ec: Add the first platform device attributes | expand

Message

Nikita Kravets Oct. 10, 2023, 5:20 p.m. UTC
Hi!

This patch series implements a platform driver and the first three
platform device attributes: firmware version (RO), firmware release
date (RO) and cooler boost (RW).

Cc: Aakash Singh <mail@singhaakash.dev>
Cc: Jose Angel Pastrana <japp0005@red.ujaen.es>

Nikita Kravets (5):
  platform/x86: msi-ec: Register a platform driver
  platform/x86: msi-ec: Add fw version and release date attributes
  platform/x86: msi-ec: Filter out unsupported attributes
  platform/x86: msi-ec: Add EC bit operation functions
  platform/x86: msi-ec: Add a cooler boost attribute

 drivers/platform/x86/msi-ec.c | 194 ++++++++++++++++++++++++++++++++++
 drivers/platform/x86/msi-ec.h |   5 +
 2 files changed, 199 insertions(+)