mbox series

[v2,0/2] add optional cache params override from DT

Message ID 20201111141138.836-1-gilad@benyossef.com (mailing list archive)
Headers show
Series add optional cache params override from DT | expand

Message

Gilad Ben-Yossef Nov. 11, 2020, 2:11 p.m. UTC
Rework the setting of cache parameters, including
optionally allowing overiding the defaults from device tree

Changes from v1:
- As per Rob Herring's suggestions, lose the distinction between
  read and write and limit options to a few that make sense.
  Also use strings to make the meaning of the setting clearer.

Gilad Ben-Yossef (2):
  dt-bindings: crypto: update ccree optional params
  crypto: ccree - add custom cache params from DT file

 .../bindings/crypto/arm-cryptocell.txt        |   4 +
 drivers/crypto/ccree/cc_driver.c              | 100 +++++++++++++++---
 drivers/crypto/ccree/cc_driver.h              |   4 +-
 drivers/crypto/ccree/cc_pm.c                  |   2 +-
 4 files changed, 92 insertions(+), 18 deletions(-)