All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3]mmc: mediatek: add support for SDIO async irq
@ 2022-01-11  1:40 ` Axe Yang
  0 siblings, 0 replies; 30+ messages in thread
From: Axe Yang @ 2022-01-11  1:40 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Chaotian Jing, Matthias Brugger, Adrian Hunter
  Cc: Yoshihiro Shimoda, Satya Tangirala, Andy Shevchenko,
	Wolfram Sang, Axe Yang, Lucas Stach, Eric Biggers,
	Andrew Jeffery, Stephen Boyd, Kiwoong Kim, Yue Hu, Tian Tao,
	linux-mmc, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

Change in v2:
- change flag name from 'cap-sdio-async-int' to 'cap-sdio-async-irq'
- change corresponding macro names from xxx_INT to xxx_IRQ
- resort new member in msdc_host structure
- refine function msdc_request_dat1_eint_irq()
- rename msdc_{suspend,resume} function names, add suffix '_noirq'
- add MMC_CAP2_NO_SDIO judgement before parse eint related pin setting

Axe Yang (3):
  dt-bindings: mmc: add cap-sdio-async-irq 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                     | 124 ++++++++++++++++--
 include/linux/mmc/card.h                      |   3 +-
 include/linux/mmc/host.h                      |   1 +
 include/linux/mmc/sdio.h                      |   5 +
 7 files changed, 148 insertions(+), 9 deletions(-)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-01-17  7:37 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  1:40 [PATCH v2 0/3]mmc: mediatek: add support for SDIO async irq Axe Yang
2022-01-11  1:40 ` Axe Yang
2022-01-11  1:40 ` Axe Yang
2022-01-11  1:40 ` [PATCH v2 1/3] dt-bindings: mmc: add cap-sdio-async-irq flag Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11  1:40 ` [PATCH v2 2/3] mmc: core: Add support for SDIO async interrupt Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11  1:40 ` [PATCH v2 3/3] mmc: mediatek: add support for SDIO eint irq Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11  1:40   ` Axe Yang
2022-01-11 11:46   ` Andy Shevchenko
2022-01-11 11:46     ` Andy Shevchenko
2022-01-11 11:46     ` Andy Shevchenko
2022-01-13  7:58     ` Axe Yang
2022-01-13  7:58       ` Axe Yang
2022-01-13  7:58       ` Axe Yang
2022-01-13 10:47       ` Andy Shevchenko
2022-01-13 10:47         ` Andy Shevchenko
2022-01-13 10:47         ` Andy Shevchenko
2022-01-14  3:06         ` Axe Yang
2022-01-14  3:06           ` Axe Yang
2022-01-14  3:06           ` Axe Yang
2022-01-14 13:38           ` Andy Shevchenko
2022-01-14 13:38             ` Andy Shevchenko
2022-01-14 13:38             ` Andy Shevchenko
2022-01-17  7:35     ` Axe Yang
2022-01-17  7:35       ` Axe Yang
2022-01-17  7:35       ` Axe Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.