Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Jonathan Cameron
> >> +/** > >> + * scmi_one_xfer_get() - Allocate one message > >> + * > >> + * @handle: SCMI entity handle > >> + * > >> + * Helper function which is used by various command functions that are > >> + * exposed to clients of this driver for allocating a message traffic > >> event. > >> + * > >>

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Jonathan Cameron
> >> +/** > >> + * scmi_one_xfer_get() - Allocate one message > >> + * > >> + * @handle: SCMI entity handle > >> + * > >> + * Helper function which is used by various command functions that are > >> + * exposed to clients of this driver for allocating a message traffic > >> event. > >> + * > >>

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Sudeep Holla
On 05/03/18 13:52, Jonathan Cameron wrote: > On Fri, 23 Feb 2018 16:23:33 + > 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

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Sudeep Holla
On 05/03/18 13:52, Jonathan Cameron wrote: > On Fri, 23 Feb 2018 16:23:33 + > 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

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Jonathan Cameron
On Fri, 23 Feb 2018 16:23:33 + 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,

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-03-05 Thread Jonathan Cameron
On Fri, 23 Feb 2018 16:23:33 + 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.

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-26 Thread Sudeep Holla
Hi Philippe, On 26/02/18 15:57, Philippe Ombredanne wrote: > Sudeep, [...] >> --- /dev/null >> +++ b/drivers/firmware/arm_scmi/common.h >> @@ -0,0 +1,77 @@ >> +/* >> + * System Control and Management Interface (SCMI) Message Protocol >> + * driver common header file containing some definitions,

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-26 Thread Sudeep Holla
Hi Philippe, On 26/02/18 15:57, Philippe Ombredanne wrote: > Sudeep, [...] >> --- /dev/null >> +++ b/drivers/firmware/arm_scmi/common.h >> @@ -0,0 +1,77 @@ >> +/* >> + * System Control and Management Interface (SCMI) Message Protocol >> + * driver common header file containing some definitions,

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-26 Thread Philippe Ombredanne
Sudeep, On Fri, Feb 23, 2018 at 8:23 AM, 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,

Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-26 Thread Philippe Ombredanne
Sudeep, On Fri, Feb 23, 2018 at 8:23 AM, 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

[PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-23 Thread Sudeep Holla
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

[PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

2018-02-23 Thread Sudeep Holla
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