Re: [PATCH v4 2/6] Refactor i.MX6UL processor code

2023-08-29 Thread Peter Maydell
On Fri, 25 Aug 2023 at 13:22, Jean-Christophe Dubois wrote: > > * Add Addr and size definition for most i.MX6UL devices in i.MX6UL header > file. > * Use those newly defined named constants whenever possible. > * Standardize the way we init a familly of unimplemented devices > - SAI > - PWM

[PATCH v4 2/6] Refactor i.MX6UL processor code

2023-08-25 Thread Jean-Christophe Dubois
* Add Addr and size definition for most i.MX6UL devices in i.MX6UL header file. * Use those newly defined named constants whenever possible. * Standardize the way we init a familly of unimplemented devices - SAI - PWM - CAN * Add/rework few comments Signed-off-by: Jean-Christophe Dubois