<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>838cf5a4 - ARM: dts: samsung: fix Exynos4212 Tab3 makefile entries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile#838cf5a4</link>
        <description>ARM: dts: samsung: fix Exynos4212 Tab3 makefile entriesMakefile targets are DTB, not DTS.Reported-by: Linux Kernel Functional Testing &lt;lkft@linaro.org&gt;Reported-by: Naresh Kamboju &lt;naresh.kamboju@linaro.org&gt;Closes: https://lore.kernel.org/linux-arm-kernel/CA+G9fYsfziBmQGQMGAKojhemCXssFyiNgk6aNjVXpJNNFh_5mg@mail.gmail.com/Fixes: ee37a457af1d (&quot;ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards&quot;)Reviewed-by: Artur Weber &lt;aweber.kernel@gmail.com&gt;Link: https://lore.kernel.org/r/20230720141537.188869-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile</description>
        <pubDate>Thu, 20 Jul 2023 14:15:37 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ee37a457 - ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile#ee37a457</link>
        <description>ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boardsIntroduce support for the Galaxy Tab 3 8.0 series of boards: - Samsung Galaxy Tab 3 8.0 WiFi (SM-T310/lt01wifi) - Samsung Galaxy Tab 3 8.0 3G (SM-T311/lt013g) - Samsung Galaxy Tab 3 8.0 LTE (SM-T315/lt01lte)What works: - Display and backlight - Touchscreen - GPIO buttons, hall sensor - WiFi and Bluetooth - USB, fuel gauge, charging - Accelerometer and magnetometer - Audio: speaker, microphone, headset - WiFi model only: light sensorSigned-off-by: Artur Weber &lt;aweber.kernel@gmail.com&gt;Link: https://lore.kernel.org/r/20230714101229.30641-1-aweber.kernel@gmail.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile</description>
        <pubDate>Fri, 14 Jul 2023 10:12:29 +0000</pubDate>
        <dc:creator>Artur Weber &lt;aweber.kernel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>724ba675 - ARM: dts: Move .dts files to vendor sub-directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile#724ba675</link>
        <description>ARM: dts: Move .dts files to vendor sub-directoriesThe arm dts directory has grown to 1559 boards which makes it a bitunwieldy to maintain and use. Past attempts stalled out due to plans tomove .dts files out of the kernel tree. Doing that is no longer planned(any time soon at least), so let&apos;s go ahead and group .dts files byvendors. This move aligns arm with arm64 .dts file structure.There&apos;s no change to dtbs_install as the flat structure is maintained oninstall.The naming of vendor directories is roughly in this order of preference:- Matching original and current SoC vendor prefix/name (e.g. ti, qcom)- Current vendor prefix/name if still actively sold (SoCs which have  been aquired) (e.g. nxp/imx)- Existing platform name for older platforms not sold/maintained by any  company (e.g. gemini, nspire)The whole move was scripted with the exception of MAINTAINERS and a fewmakefile fixups.Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Michal Simek &lt;michal.simek@amd.com&gt; #XilinxAcked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Acked-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Acked-by: Paul Barker &lt;paul.barker@sancloud.com&gt;Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Acked-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Wei Xu &lt;xuwei5@hisilicon.com&gt; #hisiliconAcked-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Nick Hawkins &lt;nick.hawkins@hpe.com&gt;Acked-by: Baruch Siach &lt;baruch@tkos.co.il&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Acked-by: Peter Rosin &lt;peda@axentia.se&gt;Acked-by: Jesper Nilsson &lt;jesper.nilsson@axis.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt; #broadcomAcked-by: Manivannan Sadhasivam &lt;mani@kernel.org&gt;Reviewed-by: Jisheng Zhang &lt;jszhang@kernel.org&gt;Acked-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;Acked-by: Romain Perier &lt;romain.perier@gmail.com&gt;Acked-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Acked-by: Kunihiko Hayashi &lt;hayashi.kunihiko@socionext.com&gt;Acked-by: Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/samsung/Makefile</description>
        <pubDate>Thu, 04 May 2023 23:38:52 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
