Re: [PATCH v3 3/5] Refactor i.MX7 processor code

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

[PATCH v3 3/5] Refactor i.MX7 processor code

2023-08-02 Thread Jean-Christophe Dubois
* Add Addr and size definition for all i.MX7 devices in i.MX7 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 ---