Merge branch irq/qcom-pdc-cleanup into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Tue, 1 Mar 2022 18:21:38 +0000 (18:21 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 1 Mar 2022 18:21:38 +0000 (18:21 +0000)
commit0c8b522d3e3ff1dcd0c32a953a8aeb6d89a59dfe
treeb3e00ad897dac13162f1b5e6edd98fea6bf1cf41
parent86c12c738651edf809092589acaa147238620f24
parentd2febf6bbec5466824432e3d8850fc49e4343572
Merge branch irq/qcom-pdc-cleanup into irq/irqchip-next

* irq/qcom-pdc-cleanup:
  : .
  : Spring cleanup for the Qualcomm PDC driver, simplifying its
  : use of irq domains, replacing open-coded functionnalities with
  : the core code equivalent, and fixing the dodgy locking.
  : .
  irqchip/qcom-pdc: Drop open coded version of __assign_bit()
  irqchip/qcom-pdc: Fix broken locking
  irqchip/qcom-pdc: Kill qcom_pdc_translate helper
  irqchip/qcom-pdc: Kill non-wakeup irqdomain
  irqchip/qcom-pdc: Kill PDC_NO_PARENT_IRQ

Signed-off-by: Marc Zyngier <maz@kernel.org>