<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ti,gpmc.yaml</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>387bb6fd - dt-bindings: memory-controllers: Make &quot;additionalProperties: true&quot; explicit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#387bb6fd</link>
        <description>dt-bindings: memory-controllers: Make &quot;additionalProperties: true&quot; explicitMake it explicit that child nodes have additional properties and thechild node schema is not complete. The complete schemas are appliedseparately based the compatible strings.Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20230925212626.1974676-1-robh@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Mon, 25 Sep 2023 21:26:21 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6a66fb9f - dt-bindings: memory-controllers: drop unneeded quotes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#6a66fb9f</link>
        <description>dt-bindings: memory-controllers: drop unneeded quotesCleanup bindings dropping unneeded quotes. Once all these are fixed,checking for this can be enabled in yamllint.Link: https://lore.kernel.org/r/20230609140720.64743-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Fri, 09 Jun 2023 14:07:20 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>00f2a08c - dt-bindings: memory-controllers: ti,gpmc: fix typo in description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#00f2a08c</link>
        <description>dt-bindings: memory-controllers: ti,gpmc: fix typo in descriptionFix typo where &apos;GPMC driver implements an interrupt controller&apos; instead of&apos;and interrupt controller&apos;Signed-off-by: Colin Foster &lt;colin.foster@in-advantage.com&gt;Link: https://lore.kernel.org/r/20221222182309.575069-1-colin.foster@in-advantage.comSigned-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Thu, 22 Dec 2022 18:23:09 +0000</pubDate>
        <dc:creator>Colin Foster &lt;colin.foster@in-advantage.com&gt;</dc:creator>
    </item>
<item>
        <title>a612130c - dt-bindings: drop redundant part of title (end)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#a612130c</link>
        <description>dt-bindings: drop redundant part of title (end)The Devicetree bindings document does not have to say in the title thatit is a &quot;Devicetree binding&quot;, but instead just describe the hardware.Drop trailing &quot;Devicetree bindings&quot; in various forms (also withtrailing full stop):  find Documentation/devicetree/bindings/ -type f -name &apos;*.yaml&apos; \    -not -name &apos;trivial-devices.yaml&apos; \    -exec sed -i -e &apos;s/^title: \(.*\) [dD]evice[ -]\?[tT]ree [bB]indings\?\.\?$/title: \1/&apos; {} \;  find Documentation/devicetree/bindings/ -type f -name &apos;*.yaml&apos; \    -not -name &apos;trivial-devices.yaml&apos; \    -exec sed -i -e &apos;s/^title: \(.*\) [dD]evice[ -]\?[nN]ode [bB]indings\?\.\?$/title: \1/&apos; {} \;  find Documentation/devicetree/bindings/ -type f -name &apos;*.yaml&apos; \    -not -name &apos;trivial-devices.yaml&apos; \    -exec sed -i -e &apos;s/^title: \(.*\) [dD][tT] [bB]indings\?\.\?$/title: \1/&apos; {} \;Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; # IIOReviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Acked-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt; # MMCAcked-by: Stephen Boyd &lt;sboyd@kernel.org&gt; # clkAcked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt; # inputAcked-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt; # mediaAcked-by: Sebastian Reichel &lt;sre@kernel.org&gt; # powerLink: https://lore.kernel.org/r/20221216163815.522628-5-krzysztof.kozlowski@linaro.orgSigned-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Fri, 16 Dec 2022 16:38:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>48922427 - dt-bindings: memory-controllers: ti,gpmc: Add compatible for AM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#48922427</link>
        <description>dt-bindings: memory-controllers: ti,gpmc: Add compatible for AM64AM64 SoC contains the GPMC module. Add compatible for it.Newer SoCs don&apos;t necessarily map GPMC data region at the same placeas legacy SoCs. Add reg-names &quot;data&quot;, to provide this information tothe device driver.Signed-off-by: Roger Quadros &lt;rogerq@kernel.org&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://lore.kernel.org/r/20211221131757.2030-2-rogerq@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Tue, 21 Dec 2021 13:17:54 +0000</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>07bb5e0e - dt-bindings: memory-controllers: ti,gpmc: Drop incorrect unevaluatedProperties</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#07bb5e0e</link>
        <description>dt-bindings: memory-controllers: ti,gpmc: Drop incorrect unevaluatedPropertiesWith &apos;unevaluatedProperties&apos; support implemented, the TI GPMC examplehas a warning:Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.example.dt.yaml: memory-controller@6e000000: onenand@0,0: Unevaluated properties are not allowed (&apos;compatible&apos;, &apos;#address-cells&apos;, &apos;#size-cells&apos;, &apos;partition@0&apos;, &apos;partition@100000&apos; were unexpected)The child node definition for GPMC is not a complete binding, so specifying&apos;unevaluatedProperties: false&apos; for it is not correct and should bedropped.Fixup the unnecessary &apos;allOf&apos; while we&apos;re here.Cc: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Cc: Tony Lindgren &lt;tony@atomide.com&gt;Cc: Roger Quadros &lt;rogerq@kernel.org&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Reviewed-by: Thierry Reding &lt;treding@nvidia.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Link: https://lore.kernel.org/r/20211206174215.2297796-1-robh@kernel.org

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Mon, 06 Dec 2021 17:42:15 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c346eb1c - dt-bindings: memory-controllers: ti,gpmc: Convert to yaml</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml#c346eb1c</link>
        <description>dt-bindings: memory-controllers: ti,gpmc: Convert to yamlConvert omap-gpmc.txt to ti,gpmc.yaml.Signed-off-by: Roger Quadros &lt;rogerq@kernel.org&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml</description>
        <pubDate>Thu, 07 Oct 2021 12:08:28 +0000</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
