Skip to content

Commit

Permalink
Merge "mmc: host: Set the supported dun size for crypto" into kernel.…
Browse files Browse the repository at this point in the history
…lnx.4.14.r15-rel
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Aug 20, 2020
2 parents 7d61c32 + 53fc3c3 commit 3a91551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/cmdq_hci-crypto-qti.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ int cmdq_host_init_crypto_qti_spec(struct cmdq_host *host,
err = -ENOMEM;
goto out;
}
keyslot_manager_set_max_dun_bytes(host->ksm, sizeof(u32));

/*
* In case host controller supports cryptographic operations
* then, it uses 128bit task descriptor. Upper 64 bits of task
Expand Down

0 comments on commit 3a91551

Please sign in to comment.