Re: [PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-25 Thread Mylène Josserand
Hi, On Fri, 23 Feb 2018 15:54:23 +0100 Maxime Ripard wrote: > Hi, > > On Fri, Feb 23, 2018 at 02:37:33PM +0100, Mylène Josserand wrote: > > To prepare the support for sun8i-a83t, create a new function > > that handles all the resources needed on sun9i-a80 (because >

Re: [PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-25 Thread Mylène Josserand
Hi, On Fri, 23 Feb 2018 15:54:23 +0100 Maxime Ripard wrote: > Hi, > > On Fri, Feb 23, 2018 at 02:37:33PM +0100, Mylène Josserand wrote: > > To prepare the support for sun8i-a83t, create a new function > > that handles all the resources needed on sun9i-a80 (because > > it will be different from

Re: [PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-23 Thread Maxime Ripard
Hi, On Fri, Feb 23, 2018 at 02:37:33PM +0100, Mylène Josserand wrote: > To prepare the support for sun8i-a83t, create a new function > that handles all the resources needed on sun9i-a80 (because > it will be different from sun8i-a83t). > > All the parsing of device tree is moved into this new

Re: [PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-23 Thread Maxime Ripard
Hi, On Fri, Feb 23, 2018 at 02:37:33PM +0100, Mylène Josserand wrote: > To prepare the support for sun8i-a83t, create a new function > that handles all the resources needed on sun9i-a80 (because > it will be different from sun8i-a83t). > > All the parsing of device tree is moved into this new

[PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-23 Thread Mylène Josserand
To prepare the support for sun8i-a83t, create a new function that handles all the resources needed on sun9i-a80 (because it will be different from sun8i-a83t). All the parsing of device tree is moved into this new function: sun9i_dt_parsing. Create also a function to release the resources

[PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function

2018-02-23 Thread Mylène Josserand
To prepare the support for sun8i-a83t, create a new function that handles all the resources needed on sun9i-a80 (because it will be different from sun8i-a83t). All the parsing of device tree is moved into this new function: sun9i_dt_parsing. Create also a function to release the resources