[PATCH v5 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI
From: Sudeep Holla <hidden>
Date: 2018-01-11 14:56:19
Also in:
linux-devicetree, lkml
From: Sudeep Holla <hidden>
Date: 2018-01-11 14:56:19
Also in:
linux-devicetree, lkml
On 02/01/18 14:42, Sudeep Holla wrote:
The SCMI is intended to allow OSPM to manage various functions that are provided by the hardware platform it is running on, including power and performance functions. SCMI provides two levels of abstraction, protocols and transports. Protocols define individual groups of system control and management messages. A protocol specification describes the messages that it supports. Transports describe the method by which protocol messages are communicated between agents and the platform. This patch adds basic infrastructure to manage the message allocation, initialisation, packing/unpacking and shared memory management.
Any chance you could review patches 3-14 ? All the drivers (15-20) are already acked by the maintainer. I know it's late for v4.16, I want it to be ready for v4.17 ASAP. It's on the list without much progress for few months now :(, hence the push. Sorry for the nag. -- Regards, Sudeep