1. 21 2月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
    • C
      firmware: arm_scmi: Add support for atomic transports · 69255e74
      Cristian Marussi 提交于
      An SCMI transport can be configured as .atomic_enabled in order to signal
      to the SCMI core that all its TX path is executed in atomic context and
      that, when requested, polling mode should be used while waiting for command
      responses.
      
      When a specific platform configuration had properly configured such a
      transport as .atomic_enabled, the SCMI core will also take care not to
      sleep in the corresponding RX path while waiting for a response if that
      specific command transaction was requested as atomic using polling mode.
      
      Asynchronous commands should not be used in an atomic context and so a
      warning is emitted if polling was requested for an asynchronous command.
      
      Add also a method to check, from the SCMI drivers, if the underlying SCMI
      transport is currently configured to support atomic transactions: this will
      be used by upper layers to determine if atomic requests can be supported at
      all on this SCMI instance.
      
      Link: https://lore.kernel.org/r/20211220195646.44498-7-cristian.marussi@arm.comSigned-off-by: NCristian Marussi <cristian.marussi@arm.com>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      69255e74
  3. 13 7月, 2021 1 次提交
  4. 30 3月, 2021 11 次提交
  5. 29 3月, 2021 8 次提交
  6. 08 12月, 2020 1 次提交
  7. 23 11月, 2020 3 次提交
  8. 20 11月, 2020 3 次提交
  9. 14 9月, 2020 1 次提交
  10. 08 9月, 2020 1 次提交
  11. 07 9月, 2020 1 次提交
  12. 13 7月, 2020 2 次提交
  13. 02 7月, 2020 6 次提交