[PATCH v1 0/3] mmc: mediatek: add support for SDIO async int

Axe Yang posted 3 patches 2 years, 9 months ago
.../bindings/mmc/mmc-controller.yaml          |   5 +
drivers/mmc/core/host.c                       |   2 +
drivers/mmc/core/sdio.c                       |  17 +++
drivers/mmc/host/mtk-sd.c                     | 113 +++++++++++++++++-
include/linux/mmc/card.h                      |   3 +-
include/linux/mmc/host.h                      |   1 +
include/linux/mmc/sdio.h                      |   5 +
7 files changed, 139 insertions(+), 7 deletions(-)
[PATCH v1 0/3] mmc: mediatek: add support for SDIO async int
Posted by Axe Yang 2 years, 9 months ago
Axe Yang (3):
  dt-bindings: mmc: add cap-sdio-async-int flag
  mmc: core: Add support for SDIO async interrupt
  mmc: mediatek: add support for SDIO eint irq

 .../bindings/mmc/mmc-controller.yaml          |   5 +
 drivers/mmc/core/host.c                       |   2 +
 drivers/mmc/core/sdio.c                       |  17 +++
 drivers/mmc/host/mtk-sd.c                     | 113 +++++++++++++++++-
 include/linux/mmc/card.h                      |   3 +-
 include/linux/mmc/host.h                      |   1 +
 include/linux/mmc/sdio.h                      |   5 +
 7 files changed, 139 insertions(+), 7 deletions(-)

--
2.25.1