From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 04/10] Add fsl_iim driver
Date: Sun, 28 Apr 2013 11:11:16 +0200 [thread overview]
Message-ID: <517CE7B4.10904@denx.de> (raw)
In-Reply-To: <1366748267-27634-4-git-send-email-benoit.thebaudeau@advansee.com>
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@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
=====================================================================
next prev parent reply other threads:[~2013-04-28 9:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-23 20:17 [U-Boot] [PATCH v4 01/10] imx: Homogenize and fix fuse register definitions Benoît Thébaudeau
2013-04-23 20:17 ` [U-Boot] [PATCH v4 02/10] imx: Add useful fuse definitions Benoît Thébaudeau
2013-04-28 9:10 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 03/10] Add fuse API and commands Benoît Thébaudeau
2013-04-28 9:10 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 04/10] Add fsl_iim driver Benoît Thébaudeau
2013-04-28 9:11 ` Stefano Babic [this message]
2013-04-23 20:17 ` [U-Boot] [PATCH v4 05/10] mpc: iim: Switch to common fsl_iim Benoît Thébaudeau
2013-04-28 9:11 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 06/10] mx51evk: Enable support for iim Benoît Thébaudeau
2013-04-28 9:11 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 07/10] Add mxc_ocotp driver Benoît Thébaudeau
2013-04-28 9:12 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 08/10] mx6qsabrelite: Enable support for ocotp Benoît Thébaudeau
2013-04-28 9:12 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 09/10] nitrogen6x: " Benoît Thébaudeau
2013-04-28 9:12 ` Stefano Babic
2013-04-23 20:17 ` [U-Boot] [PATCH v4 10/10] imx: Document fuse assignments for MAC addresses Benoît Thébaudeau
2013-04-28 9:10 ` Stefano Babic
2013-04-24 14:44 ` [U-Boot] [PATCH v4 01/10] imx: Homogenize and fix fuse register definitions Benoît Thébaudeau
2013-04-25 7:24 ` Stefano Babic
2013-04-26 7:31 ` Stefano Babic
2013-04-26 8:03 ` Benoît Thébaudeau
2013-04-26 8:16 ` Stefano Babic
2013-04-28 9:09 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517CE7B4.10904@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox