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

Stefano Babic sbabic at denx.de
Sun Apr 28 11:11:16 CEST 2013


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 <benoit.thebaudeau at advansee.com>
> ---
> 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-s.
>  - Drop CONFIG_SYS_FSL_IIM_ADDR.
>  - Use iim_setbits32() where appropriate.
>  - Create helper functions to remove duplicate code and to improve code
>    readability.
> 
> Changes in v3:
>  - Update copyright years.
>  - Rename "row" to "word" since it is less confusing and it is vocabulary common
>    to iim and ocotp in the reference manuals.
>  - Add doc/README.fsl_iim.
> 
> Changes in v2:
>  - Rebase against latest master.
> 
>  arch/arm/include/asm/arch-mx25/imx-regs.h |    1 +
>  arch/arm/include/asm/arch-mx27/imx-regs.h |    1 +
>  arch/arm/include/asm/arch-mx31/imx-regs.h |    1 +
>  arch/powerpc/include/asm/immap_512x.h     |    2 +
>  doc/README.fsl_iim                        |   48 +++++
>  drivers/misc/Makefile                     |    1 +
>  drivers/misc/fsl_iim.c                    |  286 +++++++++++++++++++++++++++++
>  7 files changed, 340 insertions(+)
>  create mode 100644 doc/README.fsl_iim
>  create mode 100644 drivers/misc/fsl_iim.c
> 
Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list