Re: [PATCH 0/2] of: remove reserved regions count restriction

2021-11-29 Thread Rob Herring
On Sun, Nov 21, 2021 at 08:43:47AM +0200, Mike Rapoport wrote: > On Fri, Nov 19, 2021 at 03:58:17PM +0800, Calvin Zhang wrote: > > The count of reserved regions in /reserved-memory was limited because > > the struct reserved_mem array was defined statically. This series sorts > > out reserved memor

Re: [PATCH 1/2] of: Sort reserved_mem related code

2021-11-29 Thread Rob Herring
On Fri, Nov 19, 2021 at 03:58:18PM +0800, Calvin Zhang wrote: > Move code about parsing /reserved-memory and initializing of > reserved_mems array to of_reserved_mem.c for better modularity. > > Rename array name from reserved_mem to reserved_mems to distinguish > from type definition. > > Signed

Re: [PATCH v2] docs: Add documentation for ARC processors

2021-11-29 Thread Jonathan Corbet
Alexey Brodkin writes: > ARC processors are supported in upstream kernel since v3.9 > and so far there was no documentation about them except some > Device Tree bindings. > > Fixing it with the simples set of docs now: > 1. Overview with pointers to other informational resources > 2. Autogenerate