Message ID | 20200701155348.52864-1-cristian.marussi@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | SCMI Notifications Core Support | expand |
On Wed, 1 Jul 2020 16:53:39 +0100, Cristian Marussi wrote: > this series wants to introduce SCMI Notification Support, built on top of > the standard Kernel notification chain subsystem. > > At initialization time each SCMI Protocol takes care to register with the > new SCMI notification core the set of its own events which it intends to > support. > > [...] Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/9] firmware: arm_scmi: Add notification protocol-registration https://git.kernel.org/sudeep.holla/c/1fc2dd1864 [2/9] firmware: arm_scmi: Add notification callbacks-registration https://git.kernel.org/sudeep.holla/c/e7c215f358 [3/9] firmware: arm_scmi: Add notification dispatch and delivery https://git.kernel.org/sudeep.holla/c/bd31b24969 [4/9] firmware: arm_scmi: Enable notification core https://git.kernel.org/sudeep.holla/c/6b8a69131d [5/9] firmware: arm_scmi: Add power notifications support https://git.kernel.org/sudeep.holla/c/e27077bc04 [6/9] firmware: arm_scmi: Add perf notifications support https://git.kernel.org/sudeep.holla/c/fb5086dc47 [7/9] firmware: arm_scmi: Add sensor notifications support https://git.kernel.org/sudeep.holla/c/128e3e9311 [8/9] firmware: arm_scmi: Add reset notifications support https://git.kernel.org/sudeep.holla/c/469ca1822d [9/9] (korg_sudeep/for-next/scmi) firmware: arm_scmi: Add base notifications support https://git.kernel.org/sudeep.holla/c/585dfab3fb -- Regards, Sudeep
On Wed, 17 Jun 2020 10:43:31 +0100, Nicola Mazzucato wrote: > Add a new fast_switch_possible interface to the existing > perf_ops api to export the information of whether or not > fast_switch is possible in this driver. > > This can be used by the CPUFreq driver and framework to > choose proper mechanism for frequency change. Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/2] firmware: arm_scmi: Add fast_switch_possible() interface https://git.kernel.org/sudeep.holla/c/1909872ff2 [2/2] cpufreq: arm_scmi: Set fast_switch_possible conditionally https://git.kernel.org/sudeep.holla/c/fb3571276b -- Regards, Sudeep
On Thu, 25 Jun 2020 11:19:37 +0100, Sudeep Holla wrote: > Commit e5bfb21d98b6 ("firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to > identify SMCCC v1.1 and above") introduced new config option to identify > the availability of SMCCC discoverability of version and features > transparently hiding the indirect dependency on ARM_PSCI_FW. > > Commit 5a897e3ab429 ("firmware: arm_scmi: fix psci dependency") just > worked around the build dependency making SCMI SMC/HVC transport depend > on ARM_PSCI_FW at the time. Since it really just relies on SMCCC directly > and not on ARM_PSCI_FW, let us move to use CONFIG_HAVE_ARM_SMCCC_DISCOVERY > instead of CONFIG_ARM_PSCI_FW. Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/1] firmware: arm_scmi: Use HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FW https://git.kernel.org/sudeep.holla/c/d764282377 -- Regards, Sudeep
On Tue, 9 Jun 2020 14:45:03 +0100, Sudeep Holla wrote: > Currently the trace event 'scmi_xfer_end' reports the status of the > transfer using the unsigned status field read from the firmware. This > may not be easy to interpret and also may miss to present any timeouts > that happen in the driver. > > Let us use signed integer so that error values are emitted out after > they are mapped from firmware errors to standard linux error codes. > While at this, let us also include any timeouts in the driver itself. Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/1] firmware: arm_scmi: Use signed integer to report transfer status https://git.kernel.org/sudeep.holla/c/bad0d73b65 -- Regards, Sudeep