Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410088 > unrolled thread
| Started by | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| First post | 2016-05-31 12:30 +0200 |
| Last post | 2016-06-01 03:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 0/4] hw rng support for NSP SoC Herbert Xu <herbert@gondor.apana.org.au> - 2016-05-31 12:30 +0200
Re: [PATCH v2 0/4] hw rng support for NSP SoC Florian Fainelli <f.fainelli@gmail.com> - 2016-05-31 19:10 +0200
Re: [PATCH v2 0/4] hw rng support for NSP SoC Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-01 03:30 +0200
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2016-05-31 12:30 +0200 |
| Subject | Re: [PATCH v2 0/4] hw rng support for NSP SoC |
| Message-ID | <rEP5U-1qK-13@gated-at.bofh.it> |
On Fri, May 27, 2016 at 06:10:37AM -0400, Yendapally Reddy Dhananjaya Reddy wrote: > This patchset contains the hw random number generator support for the > Broadcom's NSP SoC. The block is similar to the block available in > bcm2835 with different default interrupt mask value. Due to lack of > documentation, I cannot confirm the interrupt mask register details > in bcm2835. In an effort to not break the existing functionality of > bcm2835, I used a different compatible string to mask the interrupt > for NSP SoC. Please let me know. Also supported providing requested > number of random numbers instead of static size of four bytes. > > The first patch contains the documentation changes and the second patch > contains the support for rng available in NSP SoC. The third patch > contains the device tree changes for NSP SoC. The fourth patch contains > the support for reading requested number of random numbers. > > This patch set has been tested on NSP bcm958625HR board. > This patch set is based on v4.6.0-rc1 and is available from github > repo: https://github.com/Broadcom/cygnus-linux.git > branch: nsp-rng-v2 > > Changes since v1 All applied. -- 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
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-05-31 19:10 +0200 |
| Message-ID | <rEVl1-5uA-51@gated-at.bofh.it> |
| In reply to | #1410088 |
On 05/31/2016 03:19 AM, Herbert Xu wrote: > On Fri, May 27, 2016 at 06:10:37AM -0400, Yendapally Reddy Dhananjaya Reddy wrote: >> This patchset contains the hw random number generator support for the >> Broadcom's NSP SoC. The block is similar to the block available in >> bcm2835 with different default interrupt mask value. Due to lack of >> documentation, I cannot confirm the interrupt mask register details >> in bcm2835. In an effort to not break the existing functionality of >> bcm2835, I used a different compatible string to mask the interrupt >> for NSP SoC. Please let me know. Also supported providing requested >> number of random numbers instead of static size of four bytes. >> >> The first patch contains the documentation changes and the second patch >> contains the support for rng available in NSP SoC. The third patch >> contains the device tree changes for NSP SoC. The fourth patch contains >> the support for reading requested number of random numbers. >> >> This patch set has been tested on NSP bcm958625HR board. >> This patch set is based on v4.6.0-rc1 and is available from github >> repo: https://github.com/Broadcom/cygnus-linux.git >> branch: nsp-rng-v2 >> >> Changes since v1 > > All applied. FYI, ARM Device Tree patches usually go via ARM SoC pull requests, so it is best if this is planned in advance. Can you make sure you document that there could be a merge conflict in your pull request to Linus? Thanks -- Florian
[toc] | [prev] | [next] | [standalone]
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2016-06-01 03:30 +0200 |
| Message-ID | <rF38S-1Jh-9@gated-at.bofh.it> |
| In reply to | #1410450 |
On Tue, May 31, 2016 at 10:09:39AM -0700, Florian Fainelli wrote: > > FYI, ARM Device Tree patches usually go via ARM SoC pull requests, so it > is best if this is planned in advance. Can you make sure you document > that there could be a merge conflict in your pull request to Linus? Sure I can do that. 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web