Enjoy! The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585: Linux 6.17-rc1 (2025-08-10 19:41:16 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-char-crypto-v6.18 for you to fetch changes up to 74fddd5fbab879a7d039d9fb49af923927a64811: MAINTAINERS: Add entry for Loongson Security Engine drivers (2025-09-02 12:29:57 +0100) ---------------------------------------------------------------- Immutable branch between MFD, Char and Crypto due for the v6.18 merge window ---------------------------------------------------------------- Qunqin Zhao (4): mfd: Add support for Loongson Security Engine chip controller crypto: loongson - add Loongson RNG driver support tpm: Add a driver for Loongson TPM device MAINTAINERS: Add entry for Loongson Security Engine drivers MAINTAINERS | 9 ++ drivers/char/tpm/Kconfig | 9 ++ drivers/char/tpm/Makefile | 1 + drivers/char/tpm/tpm_loongson.c | 84 +++++++++++ drivers/crypto/Kconfig | 1 + drivers/crypto/Makefile | 1 + drivers/crypto/loongson/Kconfig | 5 + drivers/crypto/loongson/Makefile | 1 + drivers/crypto/loongson/loongson-rng.c | 209 +++++++++++++++++++++++++++ drivers/mfd/Kconfig | 11 ++ drivers/mfd/Makefile | 2 + drivers/mfd/loongson-se.c | 253 +++++++++++++++++++++++++++++++++ include/linux/mfd/loongson-se.h | 53 +++++++ 13 files changed, 639 insertions(+) create mode 100644 drivers/char/tpm/tpm_loongson.c create mode 100644 drivers/crypto/loongson/Kconfig create mode 100644 drivers/crypto/loongson/Makefile create mode 100644 drivers/crypto/loongson/loongson-rng.c create mode 100644 drivers/mfd/loongson-se.c create mode 100644 include/linux/mfd/loongson-se.h -- Lee Jones [李琼斯]