1. 16 1月, 2020 6 次提交
  2. 15 1月, 2020 1 次提交
  3. 10 1月, 2020 7 次提交
  4. 23 12月, 2019 6 次提交
  5. 11 11月, 2019 1 次提交
    • J
      iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing · f7aff1a9
      Jean-Philippe Brucker 提交于
      Since commit 7723f4c5 ("driver core: platform: Add an error message
      to platform_get_irq*()"), platform_get_irq_byname() displays an error
      when the IRQ isn't found. Since the SMMUv3 driver uses that function to
      query which interrupt method is available, the message is now displayed
      during boot for any SMMUv3 that doesn't implement the combined
      interrupt, or that implements MSIs.
      
      [   20.700337] arm-smmu-v3 arm-smmu-v3.7.auto: IRQ combined not found
      [   20.706508] arm-smmu-v3 arm-smmu-v3.7.auto: IRQ eventq not found
      [   20.712503] arm-smmu-v3 arm-smmu-v3.7.auto: IRQ priq not found
      [   20.718325] arm-smmu-v3 arm-smmu-v3.7.auto: IRQ gerror not found
      
      Use platform_get_irq_byname_optional() to avoid displaying a spurious
      error.
      
      Fixes: 7723f4c5 ("driver core: platform: Add an error message to platform_get_irq*()")
      Signed-off-by: NJean-Philippe Brucker <jean-philippe@linaro.org>
      Acked-by: NWill Deacon <will@kernel.org>
      Signed-off-by: NJoerg Roedel <jroedel@suse.de>
      f7aff1a9
  6. 05 11月, 2019 1 次提交
  7. 15 10月, 2019 1 次提交
  8. 03 9月, 2019 1 次提交
  9. 23 8月, 2019 2 次提交
  10. 22 8月, 2019 5 次提交
  11. 21 8月, 2019 1 次提交
    • W
      iommu/arm-smmu-v3: Document ordering guarantees of command insertion · 05cbaf4d
      Will Deacon 提交于
      It turns out that we've always relied on some subtle ordering guarantees
      when inserting commands into the SMMUv3 command queue. With the recent
      changes to elide locking when possible, these guarantees become more
      subtle and even more important.
      
      Add a comment documented the barrier semantics of command insertion so
      that we don't have to derive the behaviour from scratch each time it
      comes up on the list.
      Signed-off-by: NWill Deacon <will@kernel.org>
      05cbaf4d
  12. 08 8月, 2019 2 次提交
  13. 06 8月, 2019 1 次提交
  14. 30 7月, 2019 5 次提交