All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] A7-A11 AIC support
@ 2022-10-07 20:00 Konrad Dybcio
  2022-10-07 20:00   ` Konrad Dybcio
  2022-10-07 20:00   ` Konrad Dybcio
  0 siblings, 2 replies; 21+ messages in thread
From: Konrad Dybcio @ 2022-10-07 20:00 UTC (permalink / raw)
  To: ~postmarketos/upstreaming, asahi, Hector Martin, Sven Peter,
	Alyssa Rosenzweig
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio

Limit some later-introduced features in the AIC driver to make it work
for older Apple Silicon.

Changes since v3:
- Add cover letter :)

- Bindings: A7-A10+M1 only get SoC compat and generic fallback,
A11 gets M1 fallback and generic fallback (removed A11 compatible)
- Drop Rob's A-b as this is essentially yet another rewrite..

- Replace use_fast_ipi with has_uncore_ipi_regs in aic_init_cpu
(logic error, this was written to regardless of FIPI usage before,
but touching Sn_... regs on SoCs that don't explicitly use them for
IPIs makes them sepuku..)
- Drop A11 compatible

Konrad Dybcio (2):
  dt-bindings: apple,aic: Document A7-A11 compatibles
  irqchip/apple-aic: Add support for A7-A11 SoCs

 .../interrupt-controller/apple,aic.yaml       | 16 +++++--
 drivers/irqchip/irq-apple-aic.c               | 47 +++++++++++++------
 2 files changed, 45 insertions(+), 18 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-10-10 14:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-07 20:00 [PATCH v4 0/2] A7-A11 AIC support Konrad Dybcio
2022-10-07 20:00 ` [PATCH v4 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles Konrad Dybcio
2022-10-07 20:00   ` Konrad Dybcio
2022-10-10 12:27   ` Rob Herring
2022-10-10 12:27     ` Rob Herring
2022-10-10 14:10     ` konrad.dybcio
2022-10-10 14:10       ` konrad.dybcio
2022-10-07 20:00 ` [PATCH v4 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs Konrad Dybcio
2022-10-07 20:00   ` Konrad Dybcio
2022-10-07 23:17   ` Marc Zyngier
2022-10-07 23:17     ` Marc Zyngier
2022-10-08  7:03     ` Konrad Dybcio
2022-10-08  7:03       ` Konrad Dybcio
2022-10-09  0:56       ` Marc Zyngier
2022-10-09  0:56         ` Marc Zyngier
2022-10-08  9:33   ` Sven Peter
2022-10-08  9:33     ` Sven Peter
2022-10-08 14:06     ` Konrad Dybcio
2022-10-08 14:06       ` Konrad Dybcio
2022-10-09  9:57       ` Sven Peter
2022-10-09  9:57         ` Sven Peter

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.