Re: [PATCH] aarch64: Add tests that are failing intermittently

2021-08-26 Thread Kinsey Moore
On 8/20/2021 22:06, Chris Johns wrote: On 21/8/21 2:38 am, Kinsey Moore wrote: On 8/19/2021 18:03, Chris Johns wrote: On 20/8/21 4:55 am, Kinsey Moore wrote: On 8/19/2021 13:32, Gedare Bloom wrote: On Thu, Aug 19, 2021 at 11:43 AM Kinsey Moore wrote: I've seen these failures on my local sys

Re: [PATCH v1 1/1] gpiolib/grgpio: Add support for newer grgpio features

2021-08-26 Thread Daniel Hellstrom
Hi Jan, I haven't tested the code, but it seems to be that the ordinary case when GPIO[N] is connected to Interrupt[N] will not work? The fixup makes GPIO[N] pin be associated with interrupt[0] (which is not available) and  GPIO[1] with Interrupt[1] and so one which is the case with U699/UT70

[PATCH v2 rtems-tools 2/2] misc: Add rtems-style command

2021-08-26 Thread Ida Delphine
This is the code for the rtems-style tool which checks for style differences and produces a report as well as reformats a given file or directory. Signed-off-by: Ida Delphine --- misc/rtems-style| 16 + misc/tools/style.py | 153 2 files cha

[PATCH v2 rtems-tools 0/2] Command for code reformatting and style checking

2021-08-26 Thread Ida Delphine
The rtems-style command helps to check for style issues or reformat code given a file or directory. There are 5 flags: * -c, --check : Checks for style issues * -r, --reformat : Reformats the code * -p, --path : Path to file or dir to be checked or reformatted * -i, --ignore : Files to be ignored

[PATCH v2 rtems-tools 1/2] rt: Add diff method to git.py

2021-08-26 Thread Ida Delphine
Signed-off-by: Ida Delphine --- rtemstoolkit/git.py | 5 + 1 file changed, 5 insertions(+) diff --git a/rtemstoolkit/git.py b/rtemstoolkit/git.py index f65300b..b544a9b 100644 --- a/rtemstoolkit/git.py +++ b/rtemstoolkit/git.py @@ -119,6 +119,10 @@ class repo: args = [args]