From: Lianfeng Ouyang <lianfeng.ouyang@starfivetech.com>
- the obsolete JH8100 compatible string is dropped, support for the new
JHB100 SoC is added, and the schema is simplified to an enum.
- The driver is updated to handle the JHB100's specific hardware
requirement where clocks must be disabled beforeasserting reset during
teardown, to avoid glitches. This is implemented via a per-compatible
data flag (SEQ_CLK_FIRSTfor JHB100, preserving SEQ_RST_FIRSTfor JH7110).
- Several Runtime Power Management (RPM) fixes are included to ensure
proper autosuspend behavior, balanced runtime usage counting, and
correct cleanup ordering on probe failure or device removal.
Lianfeng Ouyang (2):
dt-bindings: rng: starfive,jh7110-trng: add jhb100, drop jh8100
hwrng: starfive: rework clk/reset teardown order for JHB100 & fix RPM
.../bindings/rng/starfive,jh7110-trng.yaml | 10 +-
MAINTAINERS | 2 +-
drivers/char/hw_random/jh7110-trng.c | 191 ++++++++++++++----
3 files changed, 152 insertions(+), 51 deletions(-)
--
2.43.0