All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/9] Fix Allwinner D1 boot regression
@ 2024-08-14 14:56 ` Emil Renner Berthing
  0 siblings, 0 replies; 72+ messages in thread
From: Emil Renner Berthing @ 2024-08-14 14:56 UTC (permalink / raw)
  To: linux-kernel, linux-riscv, Anup Patel
  Cc: Thomas Gleixner, Paul Walmsley, Samuel Holland, Palmer Dabbelt,
	Albert Ou

Hi Anup,

As described in the thread below[1] I haven't been able to boot my
boards based on the Allwinner D1 SoC since 6.9 where you converted the
SiFive PLIC driver to a platform driver.

This is clearly a regression and there haven't really been much progress
on fixing the issue since then, so here is the revert that fixes it.

If no other fix is found before 6.11 I suggest we apply this.

[1]: https://lore.kernel.org/linux-riscv/CAJM55Z9hGKo4784N3s3DhWw=nMRKZKcmvZ58x7uVBghExhoc9A@mail.gmail.com/

/Emil

Emil Renner Berthing (9):
  Revert "irqchip/sifive-plic: Chain to parent IRQ after handlers are
    ready"
  Revert "irqchip/sifive-plic: Avoid explicit cpumask allocation on
    stack"
  Revert "irqchip/sifive-plic: Improve locking safety by using
    irqsave/irqrestore"
  Revert "irqchip/sifive-plic: Parse number of interrupts and contexts
    early in plic_probe()"
  Revert "irqchip/sifive-plic: Cleanup PLIC contexts upon irqdomain
    creation failure"
  Revert "irqchip/sifive-plic: Use riscv_get_intc_hwnode() to get parent
    fwnode"
  Revert "irqchip/sifive-plic: Use devm_xyz() for managed allocation"
  Revert "irqchip/sifive-plic: Use dev_xyz() in-place of pr_xyz()"
  Revert "irqchip/sifive-plic: Convert PLIC driver into a platform
    driver"

 drivers/irqchip/irq-sifive-plic.c | 296 ++++++++++++------------------
 1 file changed, 117 insertions(+), 179 deletions(-)

-- 
2.43.0


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2024-08-18 14:47 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 14:56 [PATCH v1 0/9] Fix Allwinner D1 boot regression Emil Renner Berthing
2024-08-14 14:56 ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 1/9] Revert "irqchip/sifive-plic: Chain to parent IRQ after handlers are ready" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 2/9] Revert "irqchip/sifive-plic: Avoid explicit cpumask allocation on stack" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 3/9] Revert "irqchip/sifive-plic: Improve locking safety by using irqsave/irqrestore" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 4/9] Revert "irqchip/sifive-plic: Parse number of interrupts and contexts early in plic_probe()" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 5/9] Revert "irqchip/sifive-plic: Cleanup PLIC contexts upon irqdomain creation failure" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 6/9] Revert "irqchip/sifive-plic: Use riscv_get_intc_hwnode() to get parent fwnode" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 7/9] Revert "irqchip/sifive-plic: Use devm_xyz() for managed allocation" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 8/9] Revert "irqchip/sifive-plic: Use dev_xyz() in-place of pr_xyz()" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 14:56 ` [PATCH v1 9/9] Revert "irqchip/sifive-plic: Convert PLIC driver into a platform driver" Emil Renner Berthing
2024-08-14 14:56   ` Emil Renner Berthing
2024-08-14 17:30 ` [PATCH v1 0/9] Fix Allwinner D1 boot regression Thomas Gleixner
2024-08-14 17:30   ` Thomas Gleixner
2024-08-15 10:29   ` Emil Renner Berthing
2024-08-15 10:29     ` Emil Renner Berthing
2024-08-15 11:44     ` Thomas Gleixner
2024-08-15 11:44       ` Thomas Gleixner
2024-08-15 12:04       ` Emil Renner Berthing
2024-08-15 12:04         ` Emil Renner Berthing
2024-08-15 12:14         ` Emil Renner Berthing
2024-08-15 12:14           ` Emil Renner Berthing
2024-08-15 13:16           ` Thomas Gleixner
2024-08-15 13:16             ` Thomas Gleixner
2024-08-15 13:32             ` Samuel Holland
2024-08-15 13:32               ` Samuel Holland
2024-08-15 14:11               ` Thomas Gleixner
2024-08-15 14:11                 ` Thomas Gleixner
2024-08-15 14:16                 ` Anup Patel
2024-08-15 14:16                   ` Anup Patel
2024-08-15 14:41                   ` Samuel Holland
2024-08-15 14:41                     ` Samuel Holland
2024-08-15 15:07                     ` Emil Renner Berthing
2024-08-15 15:07                       ` Emil Renner Berthing
2024-08-15 15:59                       ` Samuel Holland
2024-08-15 15:59                         ` Samuel Holland
2024-08-15 17:51                         ` Palmer Dabbelt
2024-08-15 17:51                           ` Palmer Dabbelt
2024-08-15 18:04                           ` Thomas Gleixner
2024-08-15 18:04                             ` Thomas Gleixner
2024-08-16  6:13                           ` Icenowy Zheng
2024-08-16  6:13                             ` Icenowy Zheng
2024-08-15 15:14                     ` Thomas Gleixner
2024-08-15 15:14                       ` Thomas Gleixner
2024-08-15 14:30               ` Anup Patel
2024-08-15 14:30                 ` Anup Patel
2024-08-15 15:03                 ` Samuel Holland
2024-08-15 15:03                   ` Samuel Holland
2024-08-15 15:53                   ` Anup Patel
2024-08-15 15:53                     ` Anup Patel
2024-08-16  6:09                 ` Icenowy Zheng
2024-08-16  6:09                   ` Icenowy Zheng
2024-08-15 13:35             ` Emil Renner Berthing
2024-08-15 13:35               ` Emil Renner Berthing
2024-08-15 17:51   ` Palmer Dabbelt
2024-08-15 17:51     ` Palmer Dabbelt
2024-08-15 18:10     ` Thomas Gleixner
2024-08-15 18:10       ` Thomas Gleixner
2024-08-15 23:04       ` Palmer Dabbelt
2024-08-15 23:04         ` Palmer Dabbelt
2024-08-16  6:15     ` Icenowy Zheng
2024-08-16  6:15       ` Icenowy Zheng
2024-08-18 14:47 ` Palmer Dabbelt
2024-08-18 14:47   ` Palmer Dabbelt

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.