Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350810 > unrolled thread
| Started by | "pankaj.dubey" <pankaj.dubey@samsung.com> |
|---|---|
| First post | 2016-03-05 07:20 +0100 |
| Last post | 2016-03-11 03:40 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RESPIN 1/6] dt-bindings: EXYNOS: Add exynos-srom device tree binding "pankaj.dubey" <pankaj.dubey@samsung.com> - 2016-03-05 07:20 +0100
Re: [RESPIN 1/6] dt-bindings: EXYNOS: Add exynos-srom device tree binding "pankaj.dubey" <pankaj.dubey@samsung.com> - 2016-03-11 03:40 +0100
| From | "pankaj.dubey" <pankaj.dubey@samsung.com> |
|---|---|
| Date | 2016-03-05 07:20 +0100 |
| Subject | Re: [RESPIN 1/6] dt-bindings: EXYNOS: Add exynos-srom device tree binding |
| Message-ID | <r9dJf-21E-9@gated-at.bofh.it> |
Hi
On Wednesday 02 March 2016 11:23 PM, Rob Herring wrote:
> On Thu, Feb 25, 2016 at 02:03:37PM +0530, Pankaj Dubey wrote:
>> This patch adds exynos-srom binding information for SROM Controller
>> driver on Exynos SoCs.
>>
>> CC: Rob Herring <robh+dt@kernel.org>
>> CC: Mark Rutland <mark.rutland@arm.com>
>> CC: Ian Campbell <ijc+devicetree@hellion.org.uk>
>> CC: devicetree@vger.kernel.org
>> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>> Signed-off-by: Kukjin Kim <kgene@kernel.org>
>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>> ---
>> .../devicetree/bindings/memory-controllers/exynos-srom.txt | 12 ++++++++++++
>> 1 file changed, 12 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt
>>
>> diff --git a/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt
>> new file mode 100644
>> index 0000000..33886d5
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt
>> @@ -0,0 +1,12 @@
>> +SAMSUNG Exynos SoCs SROM Controller driver.
>> +
>> +Required properties:
>> +- compatible : Should contain "samsung,exynos-srom".
>
> There should be SoC specific compatible strings in addition to this.
>
I do not understood need of additional SoC specific compatible here. As
of now all SoCs having SROM can work with exynos specific common
compatible. Do you see any issues if we do not have SoC specific
compatible here.
>> +
>> +- reg: offset and length of the register set
>> +
>> +Example:
>> + sromc@12570000 {
>
> This should be memory-controller@...
>
>> + compatible = "samsung,exynos-srom";
>> + reg = <0x12570000 0x10>;
>
> The next patch changes the size to 0x14?
>
> BTW, you could just combine both patches. I guess you didn't to maintain
> authorship?
>
OK. Will squash both of these patches, unless Pavel do not have any
objections to this.
Thanks,
Pankaj Dubey
> Rob
>
>
[toc] | [next] | [standalone]
| From | "pankaj.dubey" <pankaj.dubey@samsung.com> |
|---|---|
| Date | 2016-03-11 03:40 +0100 |
| Message-ID | <rbl9D-7NC-11@gated-at.bofh.it> |
| In reply to | #1350810 |
On Saturday 05 March 2016 11:48 AM, pankaj.dubey wrote: > Hi > > On Wednesday 02 March 2016 11:23 PM, Rob Herring wrote: >> On Thu, Feb 25, 2016 at 02:03:37PM +0530, Pankaj Dubey wrote: >>> This patch adds exynos-srom binding information for SROM Controller >>> driver on Exynos SoCs. >>> >>> CC: Rob Herring <robh+dt@kernel.org> >>> CC: Mark Rutland <mark.rutland@arm.com> >>> CC: Ian Campbell <ijc+devicetree@hellion.org.uk> >>> CC: devicetree@vger.kernel.org >>> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> >>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> >>> Signed-off-by: Kukjin Kim <kgene@kernel.org> >>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> >>> --- >>> .../devicetree/bindings/memory-controllers/exynos-srom.txt | 12 ++++++++++++ >>> 1 file changed, 12 insertions(+) >>> create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt >>> >>> diff --git a/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt >>> new file mode 100644 >>> index 0000000..33886d5 >>> --- /dev/null >>> +++ b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt >>> @@ -0,0 +1,12 @@ >>> +SAMSUNG Exynos SoCs SROM Controller driver. >>> + >>> +Required properties: >>> +- compatible : Should contain "samsung,exynos-srom". >> >> There should be SoC specific compatible strings in addition to this. >> > > I do not understood need of additional SoC specific compatible here. As > of now all SoCs having SROM can work with exynos specific common > compatible. Do you see any issues if we do not have SoC specific > compatible here. > Gentle ping. Thanks, Pankaj Dubey
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web