Re: [U-Boot] [PATCH v4 04/10] Add fsl_iim driver

2013-04-28 Thread Stefano Babic
On 23/04/2013 22:17, Benoît Thébaudeau wrote: > Add a fsl_iim driver common to i.MX and MPC. > > Signed-off-by: Benoît Thébaudeau > --- > Changes in v4: > - Remove the bit interface. > - Fix the checkpatch warning about the usage of volatile. > - Remove useless quotes in #error. > - Unsplit l

[U-Boot] [PATCH v4 04/10] Add fsl_iim driver

2013-04-23 Thread Benoît Thébaudeau
Add a fsl_iim driver common to i.MX and MPC. Signed-off-by: Benoît Thébaudeau --- Changes in v4: - Remove the bit interface. - Fix the checkpatch warning about the usage of volatile. - Remove useless quotes in #error. - Unsplit long error messages for grep-ability. - Remove useless #include-