All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3]mmc: mediatek: add support for SDIO async IRQ
@ 2022-01-17  7:12 ` Axe Yang
  0 siblings, 0 replies; 22+ messages in thread
From: Axe Yang @ 2022-01-17  7:12 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,
	angelogioacchino.delregno, linux-mmc, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek


Changes in v3:
- correct abbreviations with capital letters in commit message
- replace copyright year with 2022 in mtk-sd.c
- remove unnessary pointer casting
- adjust variable order to reversed xmas tree
- remove a redundant blank line
- refine if statement, following standard pattern

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                     | 125 ++++++++++++++++--
 include/linux/mmc/card.h                      |   3 +-
 include/linux/mmc/host.h                      |   1 +
 include/linux/mmc/sdio.h                      |   5 +
 7 files changed, 149 insertions(+), 9 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-19 10:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17  7:12 [PATCH v3 0/3]mmc: mediatek: add support for SDIO async IRQ Axe Yang
2022-01-17  7:12 ` Axe Yang
2022-01-17  7:12 ` Axe Yang
2022-01-17  7:12 ` [PATCH v3 1/3] dt-bindings: mmc: add cap-sdio-async-irq flag Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17  7:12 ` [PATCH 2/3] mmc: core: Add support for SDIO async interrupt Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17  8:14   ` Macpaul Lin
2022-01-17  8:30     ` Axe Yang
2022-01-17  8:30       ` Axe Yang
2022-01-17  8:30       ` Axe Yang
2022-01-17  7:12 ` [PATCH 3/3] mmc: mediatek: add support for SDIO eint IRQ Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17  7:12   ` Axe Yang
2022-01-17 10:50   ` AngeloGioacchino Del Regno
2022-01-17 10:50     ` AngeloGioacchino Del Regno
2022-01-17 10:50     ` AngeloGioacchino Del Regno
2022-01-19 10:08     ` Axe Yang
2022-01-19 10:08       ` Axe Yang
2022-01-19 10:08       ` 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.