Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dm: cache: Add enable and disable ops for cache uclass | Rick Chen | 2019-09-03 | 1 | -0/+20 |
| | | | | | | | | Add cache enable/disable ops to the DM cache uclass driver Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | dm: cache: Create a uclass for cache | Dinh Nguyen | 2019-05-05 | 1 | -0/+24 |
The cache UCLASS will be used for configure settings that can be found in a CPU's L2 cache controller. Add a uclass and a test for cache. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> |