[PATCH 0/2] J2 Turtle Board fixes
Artur Rojek <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, this series fixes boot issues and allows J2 Turtle Board to boot upstream Linux again. Patch [1/2] enforces 8-byte alignment for the dtb offset. Patch [2/2] resolves a problem with PIT interrupts failing to register. Even with the above fixes, Turtle Board is prone to occasional freezes related to clock source transition from periodic to hrtimers. I however decided to send those two patches ahead and debug the third issue at a later time. Cheers, Artur Artur Rojek (2): sh: align .bss section padding to 8-byte boundary irqchip: clocksource: fix jcore-pit irq request arch/sh/kernel/vmlinux.lds.S | 15 ++++++++++++++- drivers/clocksource/jcore-pit.c | 15 ++++++++++++++- drivers/irqchip/irq-jcore-aic.c | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) -- 2.48.1