Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-24 Thread Simon Glass
gt; === > >> > >> Could Simon have a look at the internal map_sysmem() stuff? > >> > >> Will send 1 patch to replace: > >> [PATCH v8 14/24] core: fdtaddr: add devfdt_get_addr_size_index_ptr function > >> > >> for: > >> > >

Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-23 Thread Johan Jonker
uld Simon have a look at the internal map_sysmem() stuff? >> >> Will send 1 patch to replace: >> [PATCH v8 14/24] core: fdtaddr: add devfdt_get_addr_size_index_ptr function >> >> for: >> >> [PATCH v9] core: fdtaddr: add devfdt_get_addr_size_inde

Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-22 Thread Kever Yang
Hi Johan, On 2023/4/21 23:34, Johan Jonker wrote: On 4/21/23 05:15, Kever Yang wrote: Hi Johan,     I got below error report from CI test, I think it should be relate to this patch set. === FAILURES === 1107

Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-22 Thread Johan Jonker
On 4/21/23 17:34, Johan Jonker wrote: > > > On 4/21/23 05:15, Kever Yang wrote: >> Hi Johan, >> >>     I got below error report from CI test, I think it should be relate to >> this patch set. >> >> === FAILURES >> === >> 1107 >

Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-21 Thread Johan Jonker
On 4/21/23 05:15, Kever Yang wrote: > Hi Johan, > >     I got below error report from CI test, I think it should be relate to > this patch set. > > === FAILURES > === > 1107 >

Re: [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-04-20 Thread Kever Yang
Hi Johan,     I got below error report from CI test, I think it should be relate to this patch set. === FAILURES === 1107 _ test_ut[u

[PATCH v8 00/24] Fixes for Rockchip NFC driver part 1

2023-03-12 Thread Johan Jonker
This serie contains fixes for the Rockchip NFC driver, which was ported to U-boot and merged with little review and testing it seems. Part 1 aims at passing the probe function without errors. Extended with tree wide function cleanup needed for 64bit DT parsing. Fixed are: 64bit FDT parsing com