All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Pankaj Dubey <pankaj.dubey@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Sylwester Nawrocki <snawrocki@kernel.org>,
	Alim Akhtar <alim.akhtar@samsung.com>
Subject: Re: (subset) [PATCH v2 0/4] soc: samsung: exynos-chipid and asv improvements
Date: Sun,  3 Jan 2021 17:10:44 +0100	[thread overview]
Message-ID: <160969021293.28081.2430913792988475716.b4-ty@kernel.org> (raw)
In-Reply-To: <20201207190517.262051-1-krzk@kernel.org>

On Mon, 7 Dec 2020 20:05:13 +0100, Krzysztof Kozlowski wrote:
> Changes since v1:
> 1. Drop patch "soc: samsung: exynos-chipid: initialize later - with
>    arch_initcall" which is now superseded by convertin to a driver.
> 2. Include Marek's patch, just for the reference and rebase.
> 3. Add patch "soc: samsung: exynos-asv: handle reading revision register
>    error".
> 4. Add patch "soc: samsung: exynos-chipid: convert to driver and merge
>    exynos-asv".
> 
> [...]

Applied, thanks!

[4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv
      commit: 352bfbb3e0230c96b2bce00d2ac3f0de303cc7b6

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Sylwester Nawrocki <snawrocki@kernel.org>,
	Pankaj Dubey <pankaj.dubey@samsung.com>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: (subset) [PATCH v2 0/4] soc: samsung: exynos-chipid and asv improvements
Date: Sun,  3 Jan 2021 17:10:44 +0100	[thread overview]
Message-ID: <160969021293.28081.2430913792988475716.b4-ty@kernel.org> (raw)
In-Reply-To: <20201207190517.262051-1-krzk@kernel.org>

On Mon, 7 Dec 2020 20:05:13 +0100, Krzysztof Kozlowski wrote:
> Changes since v1:
> 1. Drop patch "soc: samsung: exynos-chipid: initialize later - with
>    arch_initcall" which is now superseded by convertin to a driver.
> 2. Include Marek's patch, just for the reference and rebase.
> 3. Add patch "soc: samsung: exynos-asv: handle reading revision register
>    error".
> 4. Add patch "soc: samsung: exynos-chipid: convert to driver and merge
>    exynos-asv".
> 
> [...]

Applied, thanks!

[4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv
      commit: 352bfbb3e0230c96b2bce00d2ac3f0de303cc7b6

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>

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

  parent reply	other threads:[~2021-01-03 16:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07 19:05 [PATCH v2 0/4] soc: samsung: exynos-chipid and asv improvements Krzysztof Kozlowski
2020-12-07 19:05 ` Krzysztof Kozlowski
2020-12-07 19:05 ` [PATCH v2 1/4] soc: samsung: exynos-asv: don't defer early on not-supported SoCs Krzysztof Kozlowski
2020-12-07 19:05   ` Krzysztof Kozlowski
2020-12-08  5:56   ` Pankaj Dubey
2020-12-08  5:56     ` Pankaj Dubey
2021-01-03 16:10   ` Krzysztof Kozlowski
2021-01-03 16:10     ` Krzysztof Kozlowski
2020-12-07 19:05 ` [PATCH v2 2/4] soc: samsung: exynos-asv: handle reading revision register error Krzysztof Kozlowski
2020-12-07 19:05   ` Krzysztof Kozlowski
2020-12-08  6:14   ` Pankaj Dubey
2020-12-08  6:14     ` Pankaj Dubey
2021-01-03 16:11   ` Krzysztof Kozlowski
2021-01-03 16:11     ` Krzysztof Kozlowski
2020-12-07 19:05 ` [PATCH v2 3/4] soc: samsung: exynos-chipid: order list of SoCs by name Krzysztof Kozlowski
2020-12-07 19:05   ` Krzysztof Kozlowski
2020-12-08  6:15   ` Pankaj Dubey
2020-12-08  6:15     ` Pankaj Dubey
2020-12-07 19:05 ` [PATCH v2 4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv Krzysztof Kozlowski
2020-12-07 19:05   ` Krzysztof Kozlowski
2020-12-08  7:01   ` Pankaj Dubey
2020-12-08  7:01     ` Pankaj Dubey
2020-12-08  8:47     ` 'Krzysztof Kozlowski'
2020-12-08  8:47       ` 'Krzysztof Kozlowski'
2021-01-03 16:10 ` Krzysztof Kozlowski [this message]
2021-01-03 16:10   ` (subset) [PATCH v2 0/4] soc: samsung: exynos-chipid and asv improvements Krzysztof Kozlowski

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=160969021293.28081.2430913792988475716.b4-ty@kernel.org \
    --to=krzk@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=arnd@arndb.de \
    --cc=b.zolnierkie@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=pankaj.dubey@samsung.com \
    --cc=snawrocki@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 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.