Re: [PATCH v11 3/9] drivers: memory: extend of_memory by LPDDR3 support

From: Krzysztof Kozlowski
Date: Tue Jul 02 2019 - 08:06:31 EST


On Mon, 1 Jul 2019 at 15:11, Lukasz Luba <l.luba@xxxxxxxxxxxxxxxxxxx> wrote:
>
> The patch adds AC timings information needed to support LPDDR3 and memory
> controllers. The structure is used in of_memory and currently in Exynos
> 5422 DMC. Add parsing data needed for LPDDR3 support.
> It is currently used in Exynos5422 Dynamic Memory Controller.
>
> Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Signed-off-by: Lukasz Luba <l.luba@xxxxxxxxxxxxxxxxxxx>
> ---
> drivers/memory/of_memory.c | 149 +++++++++++++++++++++++++++++++++++++
> drivers/memory/of_memory.h | 18 +++++
> include/memory/jedec_ddr.h | 61 +++++++++++++++
> 3 files changed, 228 insertions(+)

Hi,

As I mentioned before in v10, I can take entire patchset through
samsung-soc but this one patch requires ack or at least reviews.

Best regards,
Krzysztof