An error occurred fetching the project authors.
  1. 10 Jan, 2020 6 commits
  2. 23 Dec, 2019 6 commits
  3. 11 Nov, 2019 1 commit
    • Jean-Philippe Brucker's avatar
      iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing · f7aff1a9
      Jean-Philippe Brucker authored
      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: default avatarJean-Philippe Brucker <jean-philippe@linaro.org>
      Acked-by: default avatarWill Deacon <will@kernel.org>
      Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
      f7aff1a9
  4. 04 Nov, 2019 1 commit
  5. 15 Oct, 2019 1 commit
  6. 03 Sep, 2019 1 commit
  7. 22 Aug, 2019 2 commits
  8. 21 Aug, 2019 6 commits
  9. 08 Aug, 2019 2 commits
  10. 06 Aug, 2019 1 commit
    • Anders Roxell's avatar
      iommu/arm-smmu: Mark expected switch fall-through · 11f4fe9b
      Anders Roxell authored
      Now that -Wimplicit-fallthrough is passed to GCC by default, the
      following warning shows up:
      
      ../drivers/iommu/arm-smmu-v3.c: In function ‘arm_smmu_write_strtab_ent’:
      ../drivers/iommu/arm-smmu-v3.c:1189:7: warning: this statement may fall
       through [-Wimplicit-fallthrough=]
          if (disable_bypass)
             ^
      ../drivers/iommu/arm-smmu-v3.c:1191:3: note: here
         default:
         ^~~~~~~
      
      Rework so that the compiler doesn't warn about fall-through. Make it
      clearer by calling 'BUG_ON()' when disable_bypass is set, and always
      'break;'
      Signed-off-by: default avatarAnders Roxell <anders.roxell@linaro.org>
      Acked-by: default avatarWill Deacon <will@kernel.org>
      Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
      11f4fe9b
  11. 30 Jul, 2019 1 commit
  12. 29 Jul, 2019 10 commits
  13. 24 Jul, 2019 1 commit
  14. 04 Jul, 2019 1 commit