Re: [PATCH] lib/logic_pio: Fix overlap check for pio registery

2021-01-17 Thread Jiahui Cen
Hi John, On 2021/1/15 18:10, John Garry wrote: > On 21/12/2020 13:04, Jiahui Cen wrote: >>> On 21/12/2020 03:24, Jiahui Cen wrote: >>>> Hi John, >>>> >>>> On 2020/12/18 18:40, John Garry wrote: >>>>> On 18/12/2020 06:23, Jiahui Cen

Re: [PATCH] lib/logic_pio: Fix overlap check for pio registery

2020-12-21 Thread Jiahui Cen
Hi John, On 2020/12/21 19:12, John Garry wrote: > On 21/12/2020 03:24, Jiahui Cen wrote: >> Hi John, >> >> On 2020/12/18 18:40, John Garry wrote: >>> On 18/12/2020 06:23, Jiahui Cen wrote: >>>> Since the [start, end) is a half-open interval, a range with

Re: [PATCH] lib/logic_pio: Fix overlap check for pio registery

2020-12-20 Thread Jiahui Cen
Hi John, On 2020/12/18 18:40, John Garry wrote: > On 18/12/2020 06:23, Jiahui Cen wrote: >> Since the [start, end) is a half-open interval, a range with the end equal >> to the start of another range should not be considered as overlapped. >> >> Signed-off-by:

[PATCH] lib/logic_pio: Fix overlap check for pio registery

2020-12-17 Thread Jiahui Cen
Since the [start, end) is a half-open interval, a range with the end equal to the start of another range should not be considered as overlapped. Signed-off-by: Jiahui Cen --- lib/logic_pio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logic_pio.c b/lib/logic_pio.c