lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250516091259.774-1-dongxuyang@eswincomputing.com>
Date: Fri, 16 May 2025 17:12:59 +0800
From: dongxuyang@...incomputing.com
To: ulf.hansson@...aro.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	linux-mmc@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	adrian.hunter@...el.com,
	p.zabel@...gutronix.de,
	shanchun1218@...il.com
Cc: ningyu@...incomputing.com,
	linmin@...incomputing.com,
	xuxiang@...incomputing.com,
	Xuyang Dong <dongxuyang@...incomputing.com>
Subject: [PATCH v1 0/2] Add driver support for ESWIN eic7700 SoC sdhci controller

From: Xuyang Dong <dongxuyang@...incomputing.com>

	Add support for the sdhci-emmc and sdhci-sdio functionality in the Linux
	kernel. The driver provides basic functionality of emmc and sdio for the eic7700
	series chips, which are part of the	Eswin SoC family.

	Features:
	 Implement support for the ESWIN eic7700 SoC sdhci-emmc controller and
	 sdhci-sdio controller. Integrate with the Linux sdhci subsystem for consistency and
	 scalability.

	Supported chips:
	 ESWIN eic7700 series SoC.

	Test:
	 Test this patch on the Sifive HiFive Premier P550 (which uses the EIC7700 SoC),
	 including emmc and sdio peripherals. Perform read, write and erase tests on emmc.
	 Read and write tests after mounting the file system. Verification of kernel support
	 for emmc device. So this verifies that sdhci driver patch is working properly.

Xuyang Dong (2):
  dt-bindings: sdhci: eswin: Documentation for eic7700 SoC
  sdhci: eswin: Add eic7700 sdhci driver

 .../bindings/mmc/eswin,sdhci-eic7700.yaml     |  131 ++
 drivers/mmc/host/Kconfig                      |   47 +
 drivers/mmc/host/Makefile                     |    4 +-
 drivers/mmc/host/sdhci-eic7700.c              |  353 ++++++
 drivers/mmc/host/sdhci-eic7700.h              |  237 ++++
 drivers/mmc/host/sdhci-of-eic7700-sdio.c      |  991 ++++++++++++++++
 drivers/mmc/host/sdhci-of-eic7700.c           | 1053 +++++++++++++++++
 7 files changed, 2816 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/eswin,sdhci-eic7700.yaml
 create mode 100644 drivers/mmc/host/sdhci-eic7700.c
 create mode 100644 drivers/mmc/host/sdhci-eic7700.h
 create mode 100644 drivers/mmc/host/sdhci-of-eic7700-sdio.c
 create mode 100644 drivers/mmc/host/sdhci-of-eic7700.c

--
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ