Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1241440

[PATCH v2 0/3] hwrng: st: Couple of improvements

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] hwrng: st: Couple of improvements
Date 2015-10-07 14:30 +0200
Message-ID <qgW15-4HJ-35@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This set contains a minor documentation fix, greater clarification
with how the FIFO depth/size is represented and finally a fix to
prevent early timeout during data acquisition.

v1 => v2:
 - Remove phantom bugfix (FIFO really is 4 deep, not 8)
 - Double timeout value to account for inconsistent call to udelay()
   - Suggested-by: Russell King <rmk+kernel@arm.linux.org.uk>

Lee Jones (3):
  hwrng: st: dt: Fix trivial typo in node address
  hwrng: st: Use real-world device timings for timeout
  hwrng: st: Improve FIFO size/depth description

 Documentation/devicetree/bindings/rng/st,rng.txt |  2 +-
 drivers/char/hw_random/st-rng.c                  | 13 ++++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] hwrng: st: Couple of improvements Lee Jones <lee.jones@linaro.org> - 2015-10-07 14:30 +0200
  Re: [PATCH v2 0/3] hwrng: st: Couple of improvements Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-08 16:30 +0200
    Re: [PATCH v2 0/3] hwrng: st: Couple of improvements Lee Jones <lee.jones@linaro.org> - 2015-10-09 09:30 +0200

csiph-web