commit | 6e84474ed973e9ca21b01bb8a293d4ef29d4701f | [log] [tgz] |
---|---|---|
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | Fri Jul 30 09:08:03 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | c36e6417839ca6abe121dba19467d0e3bc874fdf | |
parent | abc83f9df7e8166a1c0befd81e63047229b3a667 [diff] |
dm: hash: Add new UCLASS_HASH support Add UCLASS_HASH for hash driver development. Thus the hash drivers (SW or HW-accelerated) can be developed in the DM-based fashion. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>