mbox series

[V1,0/3] Add Genesys Logic GL9767 support

Message ID 20230512104559.11218-1-victor.shih@genesyslogic.com.tw
Headers show
Series Add Genesys Logic GL9767 support | expand

Message

Victor Shih May 12, 2023, 10:45 a.m. UTC
These patches support for the GL9767 chipset and add support SD3/SD Express
mode for the GL9767.

Changes in v1 (May. 12, 2023)
* rebased to the linux-kernel-v6.4.0-rc1 in Ulf Hansson next branch.
* enable MSI interrupt for the GL9767.
* add support SDR mode for the GL9767.
* export sdhci_check_ro() function.
* add support SD Express mode for the GL9767.

Victor Shih (3):
  mmc: sdhci-pci-gli: Add Genesys Logic GL9767 support
  mmc: sdhci: Export sdhci_check_ro function symbol
  mmc: sdhci-pci-gli: Add support SD Express card for GL9767

 drivers/mmc/host/sdhci-pci-core.c |   1 +
 drivers/mmc/host/sdhci-pci-gli.c  | 247 ++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pci.h      |   2 +
 drivers/mmc/host/sdhci.c          |   3 +-
 drivers/mmc/host/sdhci.h          |   1 +
 5 files changed, 253 insertions(+), 1 deletion(-)