This pair of patches is intended to clarify the messaging produced by
the CCP driver when known, but non-critical, problems arise. The
precipitating conditions can be determined based on simple, unalarming
messages in the system log.
Changes since V1:
- Change hex designation '0X' to '0x' in ccp-dev-v5.c
---
Gary R Hook (2):
crypto: ccp - Change a message to reflect status instead of failure
crypto: ccp - Verify access to device registers before initializing
drivers/crypto/ccp/ccp-dev-v5.c | 14 +++++++++++++-
drivers/crypto/ccp/ccp-dev.c | 15 ++++++++++++---
drivers/crypto/ccp/psp-dev.c | 18 ++++++++++++++++--
3 files changed, 41 insertions(+), 6 deletions(-)
--