All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marten Lindahl <martenli@axis.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: "Mårten Lindahl" <Marten.Lindahl@axis.com>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Doug Anderson" <dianders@google.com>, kernel <kernel@axis.com>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH v3 2/4] mmc: dw_mmc-exynos: Add support for ARTPEC-8
Date: Thu, 9 Dec 2021 21:27:59 +0100	[thread overview]
Message-ID: <20211209202758.GB8509@axis.com> (raw)
In-Reply-To: <cf76cbaa-5ea8-ebf1-73eb-7b99dc02f2c0@canonical.com>

On Thu, Dec 09, 2021 at 07:28:12PM +0100, Krzysztof Kozlowski wrote:
> On 09/12/2021 17:45, Mårten Lindahl wrote:
> > The ARTPEC-8 SoC has a DWMMC controller that is compatible with the
> > Exynos 7 version v2.70a. The main differences from Exynos 7 is that it
> > does not support HS400 and has extended data read timeout.
> > 
> > This patch adds compatibility string "axis,artpec8-dw-mshc" for
> > ARTPEC-8, and DW_MCI_TYPE_ARTPEC8 is added to the dw_mci_exynos_type.
> > 
> > Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com>
> > ---
> > 
> > v2:
> >  - Change compatible string vendor prefix
> > 
> >  drivers/mmc/host/dw_mmc-exynos.c | 47 ++++++++++++++++++++++++--------
> >  1 file changed, 36 insertions(+), 11 deletions(-)
> >

Hi Krzysztof!
> 
> Here you dropped my tag as well.

I'm very sorry. I will of course add it right away.

Kind regards
Mårten
> 
> Best regards,
> Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Marten Lindahl <martenli@axis.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: "Mårten Lindahl" <Marten.Lindahl@axis.com>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Doug Anderson" <dianders@google.com>, kernel <kernel@axis.com>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH v3 2/4] mmc: dw_mmc-exynos: Add support for ARTPEC-8
Date: Thu, 9 Dec 2021 21:27:59 +0100	[thread overview]
Message-ID: <20211209202758.GB8509@axis.com> (raw)
In-Reply-To: <cf76cbaa-5ea8-ebf1-73eb-7b99dc02f2c0@canonical.com>

On Thu, Dec 09, 2021 at 07:28:12PM +0100, Krzysztof Kozlowski wrote:
> On 09/12/2021 17:45, Mårten Lindahl wrote:
> > The ARTPEC-8 SoC has a DWMMC controller that is compatible with the
> > Exynos 7 version v2.70a. The main differences from Exynos 7 is that it
> > does not support HS400 and has extended data read timeout.
> > 
> > This patch adds compatibility string "axis,artpec8-dw-mshc" for
> > ARTPEC-8, and DW_MCI_TYPE_ARTPEC8 is added to the dw_mci_exynos_type.
> > 
> > Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com>
> > ---
> > 
> > v2:
> >  - Change compatible string vendor prefix
> > 
> >  drivers/mmc/host/dw_mmc-exynos.c | 47 ++++++++++++++++++++++++--------
> >  1 file changed, 36 insertions(+), 11 deletions(-)
> >

Hi Krzysztof!
> 
> Here you dropped my tag as well.

I'm very sorry. I will of course add it right away.

Kind regards
Mårten
> 
> Best regards,
> Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-12-09 20:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 16:45 [PATCH v3 0/4] Add ARTPEC-8 support to DWMMC controller Mårten Lindahl
2021-12-09 16:45 ` Mårten Lindahl
2021-12-09 16:45 ` [PATCH v3 1/4] dt-bindings: mmc: exynos-dw-mshc: Add support for ARTPEC-8 Mårten Lindahl
2021-12-09 16:45   ` Mårten Lindahl
2021-12-09 18:27   ` Krzysztof Kozlowski
2021-12-09 18:27     ` Krzysztof Kozlowski
2021-12-09 20:25     ` Marten Lindahl
2021-12-09 20:25       ` Marten Lindahl
2021-12-09 16:45 ` [PATCH v3 2/4] mmc: dw_mmc-exynos: " Mårten Lindahl
2021-12-09 16:45   ` Mårten Lindahl
2021-12-09 18:28   ` Krzysztof Kozlowski
2021-12-09 18:28     ` Krzysztof Kozlowski
2021-12-09 20:27     ` Marten Lindahl [this message]
2021-12-09 20:27       ` Marten Lindahl
2021-12-09 16:45 ` [PATCH v3 3/4] mmc: dw_mmc: Add driver callbacks for data read timeout Mårten Lindahl
2021-12-09 16:45   ` Mårten Lindahl
2021-12-09 16:45 ` [PATCH v3 4/4] mmc: dw_mmc: Do not wait for DTO in case of error Mårten Lindahl
2021-12-09 16:45   ` Mårten Lindahl

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=20211209202758.GB8509@axis.com \
    --to=martenli@axis.com \
    --cc=Marten.Lindahl@axis.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@google.com \
    --cc=jh80.chung@samsung.com \
    --cc=kernel@axis.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=ulf.hansson@linaro.org \
    /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.