All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: Cristian Marussi <cristian.marussi@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	etienne.carriere@linaro.org, souvik.chakravarty@arm.com,
	Jonathan.Cameron@Huawei.com, vincent.guittot@linaro.org,
	james.quinlan@broadcom.com, f.fainelli@gmail.com
Subject: Re: [PATCH v8 00/11] (subset) Introduce atomic support for SCMI transports
Date: Wed, 22 Dec 2021 14:23:09 +0000	[thread overview]
Message-ID: <164018266575.56571.7239723529749989056.b4-ty@arm.com> (raw)
In-Reply-To: <20211220195646.44498-1-cristian.marussi@arm.com>

On Mon, 20 Dec 2021 19:56:35 +0000, Cristian Marussi wrote:
> This series mainly aims to introduce atomic support for SCMI transports
> that can support it.
> 
> In [01/11], as a closely related addition, it is introduced a common way
> for a transport to signal to the SCMI core that it does not offer
> completion interrupts, so that the usual polling behaviour will be
> required: this can be done enabling statically a global polling behaviour
> for the whole transport with flag scmi_desc.force_polling OR dynamically
> enabling at runtime such polling behaviour on a per-channel basis using
> the flag scmi_chan_info.no_completion_irq, typically during .chan_setup().
> The usual per-command polling selection behaviour based on
> hdr.poll_completion is preserved as before.
> 
> [...]


Applied to sudeep.holla/linux (for-next/scmi), thanks!

[01/11] firmware: arm_scmi: Add configurable polling mode for transports
        https://git.kernel.org/sudeep.holla/c/a690b7e6e7
[02/11] firmware: arm_scmi: Make smc transport use common completions
        https://git.kernel.org/sudeep.holla/c/f716cbd33f
[03/11] firmware: arm_scmi: Add sync_cmds_completed_on_ret transport flag
        https://git.kernel.org/sudeep.holla/c/31d2f803c1
[04/11] firmware: arm_scmi: Make smc support sync_cmds_completed_on_ret
        https://git.kernel.org/sudeep.holla/c/117542b81f
[05/11] firmware: arm_scmi: Make optee support sync_cmds_completed_on_ret
        https://git.kernel.org/sudeep.holla/c/bf322084fe
[06/11] firmware: arm_scmi: Add support for atomic transports
        https://git.kernel.org/sudeep.holla/c/69255e7468
[07/11] firmware: arm_scmi: Add atomic mode support to smc transport
        https://git.kernel.org/sudeep.holla/c/0bfdca8a86
[08/11] firmware: arm_scmi: Add new parameter to mark_txdone
        https://git.kernel.org/sudeep.holla/c/94d0cd1da1


Deferring the last 3 for next release. We can see if we can include
latest spec change for clock atomic support 🤞.

--
Regards,
Sudeep


WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: Cristian Marussi <cristian.marussi@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	etienne.carriere@linaro.org, souvik.chakravarty@arm.com,
	Jonathan.Cameron@Huawei.com, vincent.guittot@linaro.org,
	james.quinlan@broadcom.com, f.fainelli@gmail.com
Subject: Re: [PATCH v8 00/11] (subset) Introduce atomic support for SCMI transports
Date: Wed, 22 Dec 2021 14:23:09 +0000	[thread overview]
Message-ID: <164018266575.56571.7239723529749989056.b4-ty@arm.com> (raw)
In-Reply-To: <20211220195646.44498-1-cristian.marussi@arm.com>

On Mon, 20 Dec 2021 19:56:35 +0000, Cristian Marussi wrote:
> This series mainly aims to introduce atomic support for SCMI transports
> that can support it.
> 
> In [01/11], as a closely related addition, it is introduced a common way
> for a transport to signal to the SCMI core that it does not offer
> completion interrupts, so that the usual polling behaviour will be
> required: this can be done enabling statically a global polling behaviour
> for the whole transport with flag scmi_desc.force_polling OR dynamically
> enabling at runtime such polling behaviour on a per-channel basis using
> the flag scmi_chan_info.no_completion_irq, typically during .chan_setup().
> The usual per-command polling selection behaviour based on
> hdr.poll_completion is preserved as before.
> 
> [...]


Applied to sudeep.holla/linux (for-next/scmi), thanks!

[01/11] firmware: arm_scmi: Add configurable polling mode for transports
        https://git.kernel.org/sudeep.holla/c/a690b7e6e7
[02/11] firmware: arm_scmi: Make smc transport use common completions
        https://git.kernel.org/sudeep.holla/c/f716cbd33f
[03/11] firmware: arm_scmi: Add sync_cmds_completed_on_ret transport flag
        https://git.kernel.org/sudeep.holla/c/31d2f803c1
[04/11] firmware: arm_scmi: Make smc support sync_cmds_completed_on_ret
        https://git.kernel.org/sudeep.holla/c/117542b81f
[05/11] firmware: arm_scmi: Make optee support sync_cmds_completed_on_ret
        https://git.kernel.org/sudeep.holla/c/bf322084fe
[06/11] firmware: arm_scmi: Add support for atomic transports
        https://git.kernel.org/sudeep.holla/c/69255e7468
[07/11] firmware: arm_scmi: Add atomic mode support to smc transport
        https://git.kernel.org/sudeep.holla/c/0bfdca8a86
[08/11] firmware: arm_scmi: Add new parameter to mark_txdone
        https://git.kernel.org/sudeep.holla/c/94d0cd1da1


Deferring the last 3 for next release. We can see if we can include
latest spec change for clock atomic support 🤞.

--
Regards,
Sudeep


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-12-22 14:23 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-20 19:56 [PATCH v8 00/11] Introduce atomic support for SCMI transports Cristian Marussi
2021-12-20 19:56 ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 01/11] firmware: arm_scmi: Add configurable polling mode for transports Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-21 19:38   ` Pratyush Yadav
2021-12-21 19:38     ` Pratyush Yadav
2021-12-21 20:23     ` Sudeep Holla
2021-12-21 20:23       ` Sudeep Holla
2021-12-20 19:56 ` [PATCH v8 02/11] firmware: arm_scmi: Make smc transport use common completions Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 03/11] firmware: arm_scmi: Add sync_cmds_completed_on_ret transport flag Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 04/11] firmware: arm_scmi: Make smc support sync_cmds_completed_on_ret Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 05/11] firmware: arm_scmi: Make optee " Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 06/11] firmware: arm_scmi: Add support for atomic transports Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 07/11] firmware: arm_scmi: Add atomic mode support to smc transport Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 08/11] firmware: arm_scmi: Add new parameter to mark_txdone Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 09/11] firmware: arm_scmi: Add atomic mode support to virtio transport Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 23:17   ` Michael S. Tsirkin
2021-12-20 23:17     ` Michael S. Tsirkin
2021-12-20 23:17     ` Michael S. Tsirkin
2021-12-21 12:09     ` Cristian Marussi
2021-12-21 12:09       ` Cristian Marussi
2021-12-21 14:00   ` [PATCH v9 " Cristian Marussi
2021-12-21 14:00     ` Cristian Marussi
2022-01-18 14:21     ` Peter Hilber
2022-01-18 14:21       ` Peter Hilber
2022-01-19 12:23       ` Cristian Marussi
2022-01-19 12:23         ` Cristian Marussi
2022-01-20 19:09         ` Peter Hilber
2022-01-20 19:09           ` Peter Hilber
2022-01-20 20:39           ` Michael S. Tsirkin
2022-01-20 20:39             ` Michael S. Tsirkin
2022-01-20 20:39             ` Michael S. Tsirkin
2022-01-23 20:02             ` Cristian Marussi
2022-01-23 20:02               ` Cristian Marussi
2022-01-23 22:40               ` Michael S. Tsirkin
2022-01-23 22:40                 ` Michael S. Tsirkin
2022-01-23 22:40                 ` Michael S. Tsirkin
2022-01-23 22:45                 ` Cristian Marussi
2022-01-23 22:45                   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 10/11] firmware: arm_scmi: Add atomic support to clock protocol Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2021-12-20 19:56 ` [PATCH v8 11/11] clk: scmi: Support atomic clock enable/disable API Cristian Marussi
2021-12-20 19:56   ` Cristian Marussi
2022-01-14 23:08   ` Stephen Boyd
2022-01-14 23:08     ` Stephen Boyd
2022-01-17 10:31     ` Sudeep Holla
2022-01-17 10:31       ` Sudeep Holla
2022-01-17 12:40       ` Cristian Marussi
2022-01-17 12:40         ` Cristian Marussi
2021-12-22 14:23 ` Sudeep Holla [this message]
2021-12-22 14:23   ` [PATCH v8 00/11] (subset) Introduce atomic support for SCMI transports Sudeep Holla
2022-01-11 18:13 ` [PATCH v8 00/11] " Cristian Marussi
2022-01-11 18:13   ` Cristian Marussi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164018266575.56571.7239723529749989056.b4-ty@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=Jonathan.Cameron@Huawei.com \
    --cc=cristian.marussi@arm.com \
    --cc=etienne.carriere@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=james.quinlan@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=souvik.chakravarty@arm.com \
    --cc=vincent.guittot@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.