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

2021-03-15 Thread John Garry
On 18/01/2021 01:27, Jiahui Cen wrote: + Hi Arnd, xu wei, Any chance we could pick up this patch via arm-soc tree? The series which I originally included in, below, is stalled a bit. Thanks, John https://lore.kernel.org/lkml/1610729929-188490-1-git-send-email-john.ga...@huawei.com/ Hi

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 wrote: >> Since the [start, end) is a half-open interval, a

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

2021-01-15 Thread John Garry
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 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

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 the end equal to the start of another

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

2020-12-21 Thread John Garry
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 the end equal to the start of another range should not be considered as overlapped. Signed-off-by: Jiahui

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: Jiahui Cen >> --- >>  

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

2020-12-18 Thread John Garry
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: Jiahui Cen --- lib/logic_pio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[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