mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dmitry Osipenko <digetx@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v5 0/9] tegra20-emc: Identify memory chip by LPDDR configuration
Date: Mon, 18 Oct 2021 21:10:02 +0300	[thread overview]
Message-ID: <9b621a44-6a20-2df0-b451-929adecc02f8@gmail.com> (raw)
In-Reply-To: <163428239295.5772.13742394976706710476.b4-ty@canonical.com>

15.10.2021 10:20, Krzysztof Kozlowski пишет:
> On Thu, 7 Oct 2021 01:46:50 +0300, Dmitry Osipenko wrote:
>> Support memory chip identification by LPDDR2 configuration, which is
>> needed by ASUS Transformer TF101 tablet device that doesn't store RAMCODE
>> in Tegra's NVMEM.
>>
>> Changelog:
>>
>> v5: - Added new patch which adds vendor prefix for Elpida Inc.
>>
>> [...]
> 
> Applied, thanks!
> 
> [1/9] dt-bindings: Relocate DDR bindings
>       (no commit info)
> [2/9] dt-bindings: memory: lpddr2: Convert to schema
>       commit: 8a3294b74ac621ab03ef88cb964c13089ffdf015
> [3/9] dt-bindings: memory: lpddr2: Add revision-id properties
>       commit: 3c1a1b4b191978559cae5c626da012ef897c1139
> [4/9] dt-bindings: memory: lpddr2: Document Elpida B8132B2PB-6D-F
>       commit: 624f42157b99d253e6a52a7f93123eb0dbe1b26c
> [5/9] dt-bindings: Add vendor prefix for Elpida Memory
>       commit: 8712faaf12106bc70fcaef2cb89f7958faddbe59
> [7/9] dt-bindings: memory: tegra20: emc: Document new LPDDR2 sub-node
>       commit: ab4dd82cf5f8dd1943acf9243058262bc33c5af6
> [8/9] memory: Add LPDDR2-info helpers
>       commit: 5c767f684651e74f81c4d6a363e3779af3a77cc0
> [9/9] memory: tegra20-emc: Support matching timings by LPDDR2 configuration
>       commit: 4964b3e5c9ad4ad85b44f826a12c008af826545c
> 
> 
> (dts patch not applied)

I'll try to send that dts patch to OMAP people, thanks.

      reply	other threads:[~2021-10-18 18:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 22:46 Dmitry Osipenko
2021-10-06 22:46 ` [PATCH v5 1/9] dt-bindings: Relocate DDR bindings Dmitry Osipenko
2021-10-14 21:22   ` Rob Herring
2021-10-06 22:46 ` [PATCH v5 2/9] dt-bindings: memory: lpddr2: Convert to schema Dmitry Osipenko
2021-10-14 21:50   ` Rob Herring
2021-10-06 22:46 ` [PATCH v5 3/9] dt-bindings: memory: lpddr2: Add revision-id properties Dmitry Osipenko
2021-10-14 21:51   ` Rob Herring
2022-02-08  2:06     ` Julius Werner
2022-02-08  8:10       ` Krzysztof Kozlowski
2022-02-08 23:46         ` Julius Werner
2022-02-09  8:58           ` Krzysztof Kozlowski
2022-02-09 11:49             ` Dmitry Osipenko
2022-02-10  0:32               ` Julius Werner
2022-02-10 23:17                 ` Dmitry Osipenko
2022-02-11  7:55                   ` Krzysztof Kozlowski
2021-10-06 22:46 ` [PATCH v5 4/9] dt-bindings: memory: lpddr2: Document Elpida B8132B2PB-6D-F Dmitry Osipenko
2021-10-14 21:51   ` Rob Herring
2021-10-06 22:46 ` [PATCH v5 5/9] dt-bindings: Add vendor prefix for Elpida Memory Dmitry Osipenko
2021-10-14 21:51   ` Rob Herring
2021-10-06 22:46 ` [PATCH v5 6/9] ARM: dts: elpida_ecb240abacn: Change Elpida compatible Dmitry Osipenko
2021-10-06 22:46 ` [PATCH v5 7/9] dt-bindings: memory: tegra20: emc: Document new LPDDR2 sub-node Dmitry Osipenko
2021-10-14 21:52   ` Rob Herring
2021-10-06 22:46 ` [PATCH v5 8/9] memory: Add LPDDR2-info helpers Dmitry Osipenko
2021-10-06 22:46 ` [PATCH v5 9/9] memory: tegra20-emc: Support matching timings by LPDDR2 configuration Dmitry Osipenko
2021-10-15  7:20 ` [PATCH v5 0/9] tegra20-emc: Identify memory chip by LPDDR configuration Krzysztof Kozlowski
2021-10-18 18:10   ` Dmitry Osipenko [this message]

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=9b621a44-6a20-2df0-b451-929adecc02f8@gmail.com \
    --to=digetx@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome