devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: naidu.tellapati-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
To: arnd-r2nGTMty4D4@public.gmane.org,
	olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org,
	treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
	abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	James.Hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org,
	James.Hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org,
	Ezequiel.Garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Arul Ramasamy
	<Arul.Ramasamy-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH RESEND v2 0/2] Initial support for IMG Generic eFuse Controller
Date: Sat, 22 Nov 2014 08:24:31 +0530	[thread overview]
Message-ID: <1416624873-7823-1-git-send-email-Naidu.Tellapati@gmail.com> (raw)

From: Arul Ramasamy <Arul.Ramasamy-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

The Pistachio SoC from Imagination Technologies includes a generic eFuse
controller which exposes 128 EFUSE bits to the Kernel drivers and the user
applications. EFUSE bits are non-reversible fusible links that are blown in
specific ways to enable / disable certain features on the Pistachio SoC.

This is based on v3.18-rc4.

I am re-sending the series with gmail SMTP as we had some problems with
the mail server we used in the previous rounds.

Please review and provide your comments.

Changes from v1:

 * Created drivers/soc/img/ instead of drivers/soc/pistachio/.

 * Changed name of the external oscillator clock reference.

 * Changed of_device_id compatible name.

 * Removed MAX_EFUSE_BYTE_OFFSET macro.

 * Added range check against efuse_dev->size inside 'img_efuse_readl' function.

 * Added 'efuse_dev' valid check inside 'img_efuse_readl' function before
   invoking 'readl'.

 * Removed 'THIS_MODULE' set.

 * Moved 'img_efuse' structure definition to driver source file from header
   file.

 * Added include guard in header file.

Arul Ramasamy (2):
  efuse: Imagination Technologies Generic eFuse Controller
  DT: eFuse: Add binding document for IMG Generic eFuse Controller

 .../devicetree/bindings/soc/img/img-efuse.txt      |  18 ++
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/img/Makefile                           |   1 +
 drivers/soc/img/fuse/Kconfig                       |   9 +
 drivers/soc/img/fuse/Makefile                      |   1 +
 drivers/soc/img/fuse/img-efuse.c                   | 192 +++++++++++++++++++++
 include/soc/img/img-efuse.h                        |  15 ++
 8 files changed, 238 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/img/img-efuse.txt
 create mode 100644 drivers/soc/img/Makefile
 create mode 100644 drivers/soc/img/fuse/Kconfig
 create mode 100644 drivers/soc/img/fuse/Makefile
 create mode 100644 drivers/soc/img/fuse/img-efuse.c
 create mode 100644 include/soc/img/img-efuse.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2014-11-22  2:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-22  2:54 naidu.tellapati-Re5JQEeQqe8AvxtiuMwx3w [this message]
     [not found] ` <1416624873-7823-1-git-send-email-Naidu.Tellapati-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-22  2:54   ` [PATCH RESEND v2 1/2] efuse: Imagination Technologies Generic eFuse Controller naidu.tellapati-Re5JQEeQqe8AvxtiuMwx3w
2014-11-22  2:54   ` [PATCH RESEND v2 2/2] DT: eFuse: Add binding document for IMG " naidu.tellapati-Re5JQEeQqe8AvxtiuMwx3w

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=1416624873-7823-1-git-send-email-Naidu.Tellapati@gmail.com \
    --to=naidu.tellapati-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=Arul.Ramasamy-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=Ezequiel.Garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=James.Hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=James.Hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    /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;
as well as URLs for NNTP newsgroup(s).