Message ID | cover.1710864964.git.geert+renesas@glider.be (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: renesas: Add more TMU support | expand |
Hi Geert, > APE6 (APE6EVM), and on R-Car H2 (Lager) and M2-W (Koelsch), except for > TMU3 on M2-W, which consistently fails the CLOCK_REALTIME test (why?). Huh? It works on Lager and fails on Koelsch? Do you have a log file? > Still to be queued in renesas-devel for v6.10? I'd say yes, it still describes the HW. Unless it turns out that M2-W doesn't really have TMU3 ;) Happy hacking, Wolfram
Hi Wolfram, On Wed, Mar 20, 2024 at 8:08 AM Wolfram Sang <wsa@kernel.org> wrote: > > APE6 (APE6EVM), and on R-Car H2 (Lager) and M2-W (Koelsch), except for > > TMU3 on M2-W, which consistently fails the CLOCK_REALTIME test (why?). > > Huh? It works on Lager and fails on Koelsch? Do you have a log file? Of course it succeeded on the next try... When it failed: # Running Asynchronous Switching Tests... TAP version 13 1..12 # Mon Mar 18 13:47:43 2024 [...] # 1710766103:513532480 # 1710766103:513532480 # 1710766103:513532480 # -------------------- # 1710766103:513784560 # 1710766103:513784559 # -------------------- # 1710766103:513784559 # 1710766103:513784559 # 1710766103:513784559 [...] # Delta: 1 ns # Mon Mar 18 13:48:23 2024 not ok 1 CLOCK_REALTIE # Planned tests != run tests (12 != 1) # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0 TAP version 13 1..1 not ok 1 clocksource-switch # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0 Perhaps a subtle driver issue, or an issue with the test? Gr{oetje,eeting}s, Geert
Hi Geert, > > Huh? It works on Lager and fails on Koelsch? Do you have a log file? > > Of course it succeeded on the next try... Interesting. I will try Lager then and see if it fails there as well. It is only TMU3, right? > Perhaps a subtle driver issue, or an issue with the test? My gut feeling says "the latter", but I have no real proof. Happy hacking, Wolfram
Hi Wolfram, On Wed, Mar 20, 2024 at 9:34 AM Wolfram Sang <wsa@kernel.org> wrote: > > > Huh? It works on Lager and fails on Koelsch? Do you have a log file? > > > > Of course it succeeded on the next try... > > Interesting. I will try Lager then and see if it fails there as well. It > is only TMU3, right? On Koelsch TMU3 is rather erratic. On other SoCs, I did see a few sporadic test failures, even for arch_sys_counter instead of TMUx. Thanks! Gr{oetje,eeting}s, Geert
On Tue, Mar 19, 2024 at 5:29 PM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > This patch series adds device nodes for the Timer Units (TMU) on the > R-Mobile APE6 SoC, and on various SoCs from the RZ/G1 and R-Car Gen2 > family. In case you are wondering why I did not include SH-Mobile AG5: on that SoC, the TMU interrupts are not wired to the interrupt controller for the AP-System Core (INTCAx), only to the interrupt controller for the AP-Realtime Core (INTCS). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds