mbox series

[0/2] MediaTek eMMC inline encryption support

Message ID 20221017142007.5408-1-mengqi.zhang@mediatek.com (mailing list archive)
Headers show
Series MediaTek eMMC inline encryption support | expand

Message

Mengqi Zhang Oct. 17, 2022, 2:20 p.m. UTC
Hello,

Mediatek eMMC hardware IP has Inline Crypto Engine (ICE), we support inline encryption now.

This patchset supports Mediatek eMMC inline encryption which meets the upcoming version of the eMMC specification such as v5.1 or v5.2.

Patch 1, add crypto clock control flow in mtk-sd driver, patch 2, document the device tree description about crypto clock.


Mengqi Zhang (2):
  mmc: mtk-sd: add Inline Crypto Engine support
  dt-bingdings: mmc: Mediatek: add ICE clock

 Documentation/devicetree/bindings/mmc/mtk-sd.yaml |  4 ++++
 drivers/mmc/host/mtk-sd.c                         | 12 ++++++++++++
 2 files changed, 16 insertions(+)