All of lore.kernel.org
 help / color / mirror / Atom feed
From: Macpaul Lin <macpaul.lin@mediatek.com>
To: "Axe Yang" <axe.yang@mediatek.com>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Chaotian Jing (井朝天)" <Chaotian.Jing@mediatek.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Adrian Hunter" <adrian.hunter@intel.com>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Satya Tangirala <satyat@google.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Lucas Stach <dev@lynxeye.de>, Eric Biggers <ebiggers@google.com>,
	Andrew Jeffery <andrew@aj.id.au>,
	Stephen Boyd <swboyd@chromium.org>,
	Kiwoong Kim <kwmad.kim@samsung.com>, Yue Hu <huyue2@yulong.com>,
	Tian Tao <tiantao6@hisilicon.com>,
	"angelogioacchino.delregno@collabora.com" 
	<angelogioacchino.delregno@collabora.com>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-mediatek@lists.infradead.org" 
	<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH 2/3] mmc: core: Add support for SDIO async interrupt
Date: Mon, 17 Jan 2022 16:14:00 +0800	[thread overview]
Message-ID: <60f3d381-1af4-d002-e179-9550672dae5b@mediatek.com> (raw)
In-Reply-To: <20220117071220.17330-3-axe.yang@mediatek.com>

On 1/17/22 3:12 PM, Axe Yang wrote:
> If cap-sdio-async-irq flag is set in host dts node, parse EAI
> information from SDIO CCCR interrupt externsion segment. If async
> interrupt is supported by SDIO card then send command to card to
> enable it and set enable_async_irq flag in sdio_cccr structure to 1.
> The parse flow is implemented in sdio_read_cccr().
> 
> Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Signed-off-by: Axe Yang <axe.yang@mediatek.com>

[deleted...]

It seems the prefix "[PATCH v3]" didn't applied to subject of each patch 
in v3 series. Please remember to keep the version aligned in the same 
patch set. Use "git format-patch --subject-prefix=[PATCH v3]" to help 
you to keep the version number aligned is suggested.

Thanks!
Macpaul Lin

  reply	other threads:[~2022-01-17  8:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60f3d381-1af4-d002-e179-9550672dae5b@mediatek.com \
    --to=macpaul.lin@mediatek.com \
    --cc=Chaotian.Jing@mediatek.com \
    --cc=adrian.hunter@intel.com \
    --cc=andrew@aj.id.au \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=axe.yang@mediatek.com \
    --cc=dev@lynxeye.de \
    --cc=devicetree@vger.kernel.org \
    --cc=ebiggers@google.com \
    --cc=huyue2@yulong.com \
    --cc=kwmad.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=satyat@google.com \
    --cc=swboyd@chromium.org \
    --cc=tiantao6@hisilicon.com \
    --cc=ulf.hansson@linaro.org \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.