linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Mark Brown'" <broonie@kernel.org>,
	"'Lee Jones'" <lee.jones@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linus.walleij@linaro.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski@canonical.com>,
	<linux-samsung-soc@vger.kernel.org>, <pankaj.dubey@samsung.com>,
	<andi@etezian.org>, <linux-spi@vger.kernel.org>
Subject: RE: [PATCH v3 0/3] Add FSD SPI support
Date: Tue, 8 Mar 2022 17:41:26 +0530	[thread overview]
Message-ID: <00ec01d832e5$a44f7540$ecee5fc0$@samsung.com> (raw)
In-Reply-To: <YfABHDjdTgxytcUY@sirena.org.uk>

Hi Mark and Lee Jones

>-----Original Message-----
>From: Mark Brown [mailto:broonie@kernel.org]
>Sent: Tuesday, January 25, 2022 7:25 PM
>To: Alim Akhtar <alim.akhtar@samsung.com>
>Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
>devicetree@vger.kernel.org; linus.walleij@linaro.org; robh+dt@kernel.org;
>krzysztof.kozlowski@canonical.com; linux-samsung-soc@vger.kernel.org;
>pankaj.dubey@samsung.com; andi@etezian.org; linux-spi@vger.kernel.org
>Subject: Re: [PATCH v3 0/3] Add FSD SPI support
>
>On Tue, Jan 25, 2022 at 08:46:01AM +0530, Alim Akhtar wrote:
>
>> Note: This series is depended on [1] patches which adds support of FSD
>> SoC and on Krzysztof's v6 [2] of spi schema changes
>>
>> [1]
>> https://protect2.fireeye.com/v1/url?k=43e76061-1c7c5970-43e6eb2e-0cc47
>> a31cdbc-d2d9ba5a4358198f&q=1&e=9e61db9b-cfb7-4110-a13c-
>a1cb0d92a251&u=
>> https%3A%2F%2Flkml.org%2Flkml%2F2022%2F1%2F24%2F583
>> [2]
>> https://protect2.fireeye.com/v1/url?k=e2ddfc2b-bd46c53a-e2dc7764-0cc47
>> a31cdbc-0d6dbb90b0110bab&q=1&e=9e61db9b-cfb7-4110-a13c-
>a1cb0d92a251&u=
>> https%3A%2F%2Flkml.org%2Flkml%2F2022%2F1%2F24%2F120
>
>Please resend this when it can be applied, either wait until the
dependencies
>are in place or rebase on top of current code.  In general only build time
>dependencies matter here, the SoC support being merged shouldn't be an
>issue one way or another.

I re-send these patches (couple of them) as I see the dependencies has
landed into MFD tree.
Because of the immutable branch between MFD, SPI and DT due to the current
merge window, I assume this will go via MFD tree. Let me know if any
concerns. 
Thanks!



  reply	other threads:[~2022-03-08 12:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220125032811epcas5p3ef7b2f4e4906c1da8ccb4a0b3ed9a591@epcas5p3.samsung.com>
2022-01-25  3:16 ` [PATCH v3 0/3] Add FSD SPI support Alim Akhtar
     [not found]   ` <CGME20220125032821epcas5p128c99ca3654fce0ec046943c90211849@epcas5p1.samsung.com>
2022-01-25  3:16     ` [PATCH v3 1/3] spi: dt-bindings: samsung: Add fsd spi compatible Alim Akhtar
2022-01-28  0:26       ` Linus Walleij
2022-02-07 20:42       ` Rob Herring
     [not found]   ` <CGME20220125032825epcas5p2c5cf48a773fd26e089b31b0f6ddde83f@epcas5p2.samsung.com>
2022-01-25  3:16     ` [PATCH v3 2/3] spi: s3c64xx: Add spi port configuration for Tesla FSD SoC Alim Akhtar
2022-01-28  0:28       ` Linus Walleij
     [not found]   ` <CGME20220125032828epcas5p22fbacf42ebfb1b78c1f74f48d37aa381@epcas5p2.samsung.com>
2022-01-25  3:16     ` [PATCH v3 3/3] arm64: dts: fsd: Add SPI device nodes Alim Akhtar
2022-01-29 11:29       ` (subset) " Krzysztof Kozlowski
2022-01-25 13:54   ` [PATCH v3 0/3] Add FSD SPI support Mark Brown
2022-03-08 12:11     ` Alim Akhtar [this message]
2022-03-08 20:09   ` (subset) " Mark Brown

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='00ec01d832e5$a44f7540$ecee5fc0$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=andi@etezian.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).