<?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>bdb2696a - ARM: dts: rockchip: Add Relfor Saib board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile#bdb2696a</link>
        <description>ARM: dts: rockchip: Add Relfor Saib boardSaib is an consumer electronics board from Relfor labsFeatures:    - Rockchip RV1109    - 1GB DDR4    - 4GB eMMC    - Realtek RTL8821CS Wi-Fi/BT    - IR transmitter/receiver    - RV3028 RTC    - Switch    - User ledsAdd support for it.Signed-off-by: Karthikeyan Krishnasamy &lt;karthikeyan@linumiz.com&gt;Link: https://lore.kernel.org/r/20240912142451.2952633-7-karthikeyan@linumiz.comSigned-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile</description>
        <pubDate>Thu, 12 Sep 2024 14:24:51 +0000</pubDate>
        <dc:creator>Karthikeyan Krishnasamy &lt;karthikeyan@linumiz.com&gt;</dc:creator>
    </item>
<item>
        <title>5d7d06e7 - ARM: dts: rockchip: Add Sonoff iHost Smart Home Hub</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile#5d7d06e7</link>
        <description>ARM: dts: rockchip: Add Sonoff iHost Smart Home HubSonoff iHost is gateway device designed to provide a Smart Home Hub,it is based on Rockchip RV1126. There is also a version with 2GB RAMbased off the RV1109 dual core SoC.Features:- Rockchip RV1126- 4GB DDR4- 8GB eMMC- microSD slot- RMII Ethernet PHY- 1x USB 2.0 Host- 1x USB 2.0 OTG- Realtek RTL8723DS WiFi/BT- EFR32MG21 Silabs Zigbee radio- Speaker/MicrophoneThis patch adds the initial device tree for this device, it is largelybased off the device trees for mainline Edgeble Neu2 and downstreamRockchip rv1126-evb-v13 configs. It has been adapted with relevantperipheral and GPIO pins for the iHost.Signed-off-by: Tim Lunn &lt;tim@feathertop.org&gt;Link: https://lore.kernel.org/r/20231203124004.2676174-8-tim@feathertop.orgSigned-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile</description>
        <pubDate>Sun, 03 Dec 2023 12:40:03 +0000</pubDate>
        <dc:creator>Tim Lunn &lt;tim@feathertop.org&gt;</dc:creator>
    </item>
<item>
        <title>6135ac43 - ARM: dts: rockchip: Add Geniatech XPI-3128 RK3128 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile#6135ac43</link>
        <description>ARM: dts: rockchip: Add Geniatech XPI-3128 RK3128 boardXPI-3128 is RK3128 based SBC form Geniatec in RPi form factorSpecs:- Rockchip RK3128- 512MB/1 GB DDR3 DRAM- 8/16 GB eMMC- TF card slot- 100 MBit ethernet / RJ45 (TI DP83848C phy)- optional Marvell 88W8897 (USB version)- 3 x USB host (onboard GL852G hub connected to SoC ehci host)- 1 x USB otg- 1 x Type-C (solely for powering the board)- HDMI 1.4 out- ADC button- IR receiver- Artasie AM1805 RTC- 40 pin headerSigned-off-by: Alex Bee &lt;knaerzche@gmail.com&gt;Link: https://lore.kernel.org/r/20231119130351.112261-8-knaerzche@gmail.comSigned-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/rockchip/Makefile</description>
        <pubDate>Sun, 19 Nov 2023 13:03:55 +0000</pubDate>
        <dc:creator>Alex Bee &lt;knaerzche@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/rockchip/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/rockchip/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>
