Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-02 | rng: eliminate common.h include from RNG drivers | Heinrich Schuchardt | |
Usage of common.h is deprecated. * Remove common.h from RNG drivers. * Sort includes. * Add time.h to sandbox driver. * Add linux/types.h to rng.h to provide size_t. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | |||
2022-06-10 | rng: nuvoton: Add NPCM7xx rng driver | Jim Liu | |
Add Nuvoton BMC NPCM750 rng driver. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> |