From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Pankaj Dubey <pankaj.dubey@samsung.com>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: kgene.kim@samsung.com, p.fedin@samsung.com, olof@lixom.net,
thomas.ab@samsung.com
Subject: Re: [RESPIN v2 0/6] Add support for Exynos SROM Controller driver
Date: Mon, 18 Apr 2016 14:30:23 +0200 [thread overview]
Message-ID: <5714D35F.1070705@samsung.com> (raw)
In-Reply-To: <1460360548-32127-1-git-send-email-pankaj.dubey@samsung.com>
On 04/11/2016 09:42 AM, Pankaj Dubey wrote:
> This is second attemp for making in this series. This is a collection of patches
> already reviewed and merged in maintainer's tree, but could not make it thorugh main linus tree,
> due to last moment suggestion of proper location of driver should be
> "drivers/memory" instead of "drivers/soc". I have rebased all the patches
> and moved into "drivers/memory/samsung". Second time due to some suggestions in binding document.
>
> As this is just a movement without changing actual driver code,
> I have not removed "Reviewed-By", "Tested-By" or "Acked-By".
>
> To make sure everything is fine, I have again tested it on Exynos5880 based
> Chromebook for normal boot, S2R functionality and its working fine.
>
> This series has been prepared on top of next-soc branch of Krzysztof's tree.
>
> Changes since RESPIN-v1:
> - Addressed review comments in srom binding documentation mainly from Rob Herring.
> - Modified compatibility from "samsung, exynos-srom" to "samsung, exynos4210-srom"
> - Changed type of optional property "samsung,srom-page-mode" from int to bool
> - Adjusted exynos-srom driver code for reflecting change in type of above property.
> - Renamed exynos SROM dt node as "memory-controller" instead of "sromc".
>
>
> Pankaj Dubey (5):
> dt-bindings: EXYNOS: Add exynos-srom device tree binding
> memory: Add support for Exynos SROM driver
> MAINTAINERS: Add maintainers entry for drivers/memory/samsung
> ARM: EXYNOS: Remove SROM related register settings from mach-exynos
> ARM: dts: change SROM node compatible from generic to model specific
>
> Pavel Fedin (1):
> memory: samsung: exynos-srom: Add support for bank configuration
Thanks applied. I plan to send it for v4.7 in second pull-request.
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESPIN v2 0/6] Add support for Exynos SROM Controller driver
Date: Mon, 18 Apr 2016 14:30:23 +0200 [thread overview]
Message-ID: <5714D35F.1070705@samsung.com> (raw)
In-Reply-To: <1460360548-32127-1-git-send-email-pankaj.dubey@samsung.com>
On 04/11/2016 09:42 AM, Pankaj Dubey wrote:
> This is second attemp for making in this series. This is a collection of patches
> already reviewed and merged in maintainer's tree, but could not make it thorugh main linus tree,
> due to last moment suggestion of proper location of driver should be
> "drivers/memory" instead of "drivers/soc". I have rebased all the patches
> and moved into "drivers/memory/samsung". Second time due to some suggestions in binding document.
>
> As this is just a movement without changing actual driver code,
> I have not removed "Reviewed-By", "Tested-By" or "Acked-By".
>
> To make sure everything is fine, I have again tested it on Exynos5880 based
> Chromebook for normal boot, S2R functionality and its working fine.
>
> This series has been prepared on top of next-soc branch of Krzysztof's tree.
>
> Changes since RESPIN-v1:
> - Addressed review comments in srom binding documentation mainly from Rob Herring.
> - Modified compatibility from "samsung, exynos-srom" to "samsung, exynos4210-srom"
> - Changed type of optional property "samsung,srom-page-mode" from int to bool
> - Adjusted exynos-srom driver code for reflecting change in type of above property.
> - Renamed exynos SROM dt node as "memory-controller" instead of "sromc".
>
>
> Pankaj Dubey (5):
> dt-bindings: EXYNOS: Add exynos-srom device tree binding
> memory: Add support for Exynos SROM driver
> MAINTAINERS: Add maintainers entry for drivers/memory/samsung
> ARM: EXYNOS: Remove SROM related register settings from mach-exynos
> ARM: dts: change SROM node compatible from generic to model specific
>
> Pavel Fedin (1):
> memory: samsung: exynos-srom: Add support for bank configuration
Thanks applied. I plan to send it for v4.7 in second pull-request.
Best regards,
Krzysztof
next prev parent reply other threads:[~2016-04-18 12:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 7:42 [RESPIN v2 0/6] Add support for Exynos SROM Controller driver Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 1/6] dt-bindings: EXYNOS: Add exynos-srom device tree binding Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 2/6] memory: Add support for Exynos SROM driver Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 3/6] MAINTAINERS: Add maintainers entry for drivers/memory/samsung Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 4/6] ARM: EXYNOS: Remove SROM related register settings from mach-exynos Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 5/6] memory: samsung: exynos-srom: Add support for bank configuration Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-11 7:42 ` [RESPIN v2 6/6] ARM: dts: change SROM node compatible from generic to model specific Pankaj Dubey
2016-04-11 7:42 ` Pankaj Dubey
2016-04-12 14:35 ` Krzysztof Kozlowski
2016-04-12 14:35 ` Krzysztof Kozlowski
2016-04-18 12:30 ` Krzysztof Kozlowski [this message]
2016-04-18 12:30 ` [RESPIN v2 0/6] Add support for Exynos SROM Controller driver 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=5714D35F.1070705@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=p.fedin@samsung.com \
--cc=pankaj.dubey@samsung.com \
--cc=thomas.ab@samsung.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 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.