All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Random Number Generator fixes
@ 2024-01-31 14:14 Weizhao Ouyang
  2024-01-31 14:14 ` [PATCH v3 1/3] firmware: psci: Fix bind_smccc_features psci check Weizhao Ouyang
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Weizhao Ouyang @ 2024-01-31 14:14 UTC (permalink / raw)
  To: Sughosh Ganu, Heinrich Schuchardt, Tom Rini, Etienne Carriere,
	Weizhao Ouyang, Simon Glass, Peng Fan, Ilias Apalodimas,
	Jens Wiklander, Abdellatif El Khlifi, u-boot

This series aim to fix smccc bind issue and add a list command for RNG
devices.

Changelog:

v2 --> v3
- remove fallback smc call
- add Fixes tag

v1 --> v2
- check SMCCC_ARCH_FEATURES
- update commit message and rng help info

Weizhao Ouyang (3):
  firmware: psci: Fix bind_smccc_features psci check
  driver: rng: Fix SMCCC TRNG crash
  cmd: rng: Add rng list command

 cmd/rng.c                 | 23 ++++++++++++++++++-----
 drivers/firmware/psci.c   |  5 ++++-
 drivers/rng/smccc_trng.c  |  2 +-
 include/linux/arm-smccc.h |  6 ++++++
 4 files changed, 29 insertions(+), 7 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-02-06  8:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 14:14 [PATCH v3 0/3] Random Number Generator fixes Weizhao Ouyang
2024-01-31 14:14 ` [PATCH v3 1/3] firmware: psci: Fix bind_smccc_features psci check Weizhao Ouyang
2024-02-01 11:40   ` Abdellatif El Khlifi
2024-02-02  3:40     ` Weizhao Ouyang
2024-02-01 14:36   ` Igor Opaniuk
2024-02-02  3:42     ` Weizhao Ouyang
2024-02-02 21:18       ` Igor Opaniuk
2024-01-31 14:14 ` [PATCH v3 2/3] driver: rng: Fix SMCCC TRNG crash Weizhao Ouyang
2024-01-31 17:04   ` Matthias Brugger
2024-01-31 14:14 ` [PATCH v3 3/3] cmd: rng: Add rng list command Weizhao Ouyang
2024-01-31 17:06   ` Matthias Brugger
2024-02-01 14:32   ` Igor Opaniuk
2024-02-05 18:14   ` Tom Rini
2024-02-06  8:24     ` Weizhao Ouyang

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.