All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	mpm@selenic.com, dsaxena@plexity.net,
	linux-crypto@vger.kernel.org
Subject: Re: [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module
Date: Fri, 9 Aug 2013 16:42:34 +1000	[thread overview]
Message-ID: <20130809064234.GB23834@gondor.apana.org.au> (raw)
In-Reply-To: <1375714043-23407-1-git-send-email-lokeshvutla@ti.com>

On Mon, Aug 05, 2013 at 08:17:17PM +0530, Lokesh Vutla wrote:
> This patch series adds support for OMAP4 version of RNG module.
> This module produce a 64 bit random number and also allows to
> de tune FROs when repeated pattern is coming out of FROs.
> This series also has few fixes for the driver.
> 
> Lokesh Vutla (6):
>   hwrng: OMAP: Use module_platform_driver macro
>   hwrng: OMAP: Convert to devm_kzalloc()
>   hwrng: OMAP: Remove duplicated function call
>   hwrng: OMAP: Add device tree support
>   ARM: OMAP2+: Only manually add hwmod data when DT not used.
>   hwrng: OMAP: Add OMAP4 TRNG support

All applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

WARNING: multiple messages have this Message-ID (diff)
From: herbert@gondor.apana.org.au (Herbert Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module
Date: Fri, 9 Aug 2013 16:42:34 +1000	[thread overview]
Message-ID: <20130809064234.GB23834@gondor.apana.org.au> (raw)
In-Reply-To: <1375714043-23407-1-git-send-email-lokeshvutla@ti.com>

On Mon, Aug 05, 2013 at 08:17:17PM +0530, Lokesh Vutla wrote:
> This patch series adds support for OMAP4 version of RNG module.
> This module produce a 64 bit random number and also allows to
> de tune FROs when repeated pattern is coming out of FROs.
> This series also has few fixes for the driver.
> 
> Lokesh Vutla (6):
>   hwrng: OMAP: Use module_platform_driver macro
>   hwrng: OMAP: Convert to devm_kzalloc()
>   hwrng: OMAP: Remove duplicated function call
>   hwrng: OMAP: Add device tree support
>   ARM: OMAP2+: Only manually add hwmod data when DT not used.
>   hwrng: OMAP: Add OMAP4 TRNG support

All applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

  parent reply	other threads:[~2013-08-09  6:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05 14:47 [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module Lokesh Vutla
2013-08-05 14:47 ` Lokesh Vutla
2013-08-05 14:47 ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 1/6] hwrng: OMAP: Use module_platform_driver macro Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 2/6] hwrng: OMAP: Convert to devm_kzalloc() Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 3/6] hwrng: OMAP: Remove duplicated function call Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 4/6] hwrng: OMAP: Add device tree support Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 5/6] ARM: OMAP2+: Only manually add hwmod data when DT not used Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 6/6] hwrng: OMAP: Add OMAP4 TRNG support Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-09  6:42 ` Herbert Xu [this message]
2013-08-09  6:42   ` [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module Herbert Xu

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=20130809064234.GB23834@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=dsaxena@plexity.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=mpm@selenic.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.