<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>3eb66e91a25497065c5322b1268cbc3953642227 - Merge tag &apos;v4.20&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#3eb66e91a25497065c5322b1268cbc3953642227</link>
        <description>Merge tag &apos;v4.20&apos; into for-linusSync with mainline to get linux/overflow.h among other things.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 00:33:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4116941b7a703f8c770998bb3a59966608cb5bb2 - Merge tag &apos;v4.20&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Mon, 14 Jan 2019 07:35:32 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>472475000979a156bc32cd75caa59737f5a1caa5 - Merge branch &apos;for-4.20/apple&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#472475000979a156bc32cd75caa59737f5a1caa5</link>
        <description>Merge branch &apos;for-4.20/apple&apos; into for-linusSupport for Apple Magic Trackpad 2

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 13:16:33 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>aaccf3c97418f169afdbb5855e9cbcbda34e90fd - Merge tag &apos;v4.19-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#aaccf3c97418f169afdbb5855e9cbcbda34e90fd</link>
        <description>Merge tag &apos;v4.19-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextSync with upstream (which now contains fbdev-v4.19 changes) toprepare a base for fbdev-v4.20 changes.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Wed, 26 Sep 2018 15:54:31 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2863b00941bc3062ea3299ed4057acfd9e52c335 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#2863b00941bc3062ea3299ed4057acfd9e52c335</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedCatch up in general, and get DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENTspecifically.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Wed, 26 Sep 2018 10:24:04 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9ac669fc01dbfef707ecaa6b618c0d03294cca16 - Merge tag &apos;y2038&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#9ac669fc01dbfef707ecaa6b618c0d03294cca16</link>
        <description>Merge tag &apos;y2038&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/corePull more y2038 work from Arnd Bergman:y2038: convert more syscallsHere is another set of system call changes to prepare the change over to64-bit time_t. As before, the strategy is to change system calls thattake a &apos;struct timespec&apos; argument over to &apos;struct __kernel_timespec&apos;,which for now is defined to be the same but will get redefined to use a64-bit time_t argument once we are ready to modify the system call tables.The major change from previous patches is that the plan is no longerto directly use the &apos;compat&apos; system calls for providing compatibilitywith the existing 32-bit time_t based entry points. Instead, we renamethe compat code to something that makes more sense on 32-bit architectures,e.g. compat_timespec becomes old_timespec32.With the renamed types in place, change over the &apos;stat&apos; and &apos;utimes&apos;families of system calls, sched_rr_get_interval, recvmmsg andrt_sigtimedwait. Another series for poll, select and io_pgetevents iscurrently being tested.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Sat, 15 Sep 2018 20:50:42 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce - Merge tag &apos;v4.19-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce</link>
        <description>Merge tag &apos;v4.19-rc2&apos; into next-generalSync to Linux 4.19-rc2 for downstream developers.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 04 Sep 2018 20:35:54 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>6e2d6b2728fcb408eabd7991804f8cb33ff59f20 - Merge tag &apos;v4.19-rc1&apos; into asoc-4.19</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#6e2d6b2728fcb408eabd7991804f8cb33ff59f20</link>
        <description>Merge tag &apos;v4.19-rc1&apos; into asoc-4.19Linux 4.19-rc1

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 28 Aug 2018 20:03:57 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ea4d65f14f6aaa53e379b93c5544245ef081b3e7 - Merge branch &apos;perm-fix&apos; into omap-for-v4.19/fixes-v2</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#ea4d65f14f6aaa53e379b93c5544245ef081b3e7</link>
        <description>Merge branch &apos;perm-fix&apos; into omap-for-v4.19/fixes-v2

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 28 Aug 2018 18:58:03 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>bc537a9cc47eec7f4e32b8164c494ddc35dca8ac - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#bc537a9cc47eec7f4e32b8164c494ddc35dca8ac</link>
        <description>Merge drm/drm-next into drm-misc-nextNow that 4.19-rc1 is cut, backmerge it into -misc-next.Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Mon, 27 Aug 2018 16:00:03 +0200</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2f34a64aeac4d87e8ed8275d9f1230e18a50079c - Merge tag &apos;armsoc-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#2f34a64aeac4d87e8ed8275d9f1230e18a50079c</link>
        <description>Merge tag &apos;armsoc-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socPull ARM device-tree updates from Olof Johansson: &quot;Business as usual -- the bulk of our changes are to devicetree files  with new hardware support, new SoCs and platforms, and new board  types.  New SoCs/platforms:   - Raspberry Pi Compute Module (CM1) and IO board   - i.MX6SSL from NXP   - Renesas RZ/N1D SoC (R9A06G032), Dual Cortex-A7 with Ethernet, CAN     and PLC interfaces   - TI AM654 SoC, Quad Cortex-A53, safety subsystem with Cortex-R5     controllers, communication and PRU subsystem and lots of other     interfaces (PCIe, USB3, etc).  New boards and systems:   - Several Atmel at91-based boards from Laird   - Marvell Armada388-based Helios4 board from SolidRun   - Samsung Aires-based phones (s5pv210)   - Allwinner A64-based Pinebook laptop  In addition to the above, there&apos;s the usual amount of new devices  described on existing platforms, fixes and tweaks and new minor  variants of boards/platforms&quot;* tag &apos;armsoc-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (478 commits)  arm64: dts: sdm845: Add tsens nodes  arm64: dts: msm8996: thermal: Initialise via DT and add second controller  arm64: dts: sprd: Add one suspend timer  arm64: dts: sprd: Add SC27XX ADC device  arm64: dts: sprd: Add SC27XX eFuse device  arm64: dts: sprd: Add SC27XX vibrator device  arm64: dts: sprd: Add SC27XX breathing light controller device  arm64: dts: meson-axg: add spdif-dit codec  arm64: dts: meson-axg: add lineout codec  arm64: dts: meson-axg: add linein codec  arm64: dts: meson-axg: add tdm interfaces  arm64: dts: meson-axg: add tdmout formatters  arm64: dts: meson-axg: add tdmin formatters  arm64: dts: meson-axg: add spdifout  arm64: dts: rockchip: add led support for Firefly-RK3399  arm64: dts: rockchip: remove deprecated Type-C PHY properties on rk3399  arm64: dts: rockchip: add power button support for Firefly-RK3399  ARM: dts: aspeed: Add coprocessor interrupt controller  arm64: dts: meson-axg: add audio arb reset controller  arm64: dts: meson-axg: add usb power regulator  ...

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Thu, 23 Aug 2018 23:02:22 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f9228c38363a086b93854488494dbdc5db7fb7b8 - Merge tag &apos;arm-soc/for-4.19/devicetree-arm64&apos; of https://github.com/Broadcom/stblinux into next/dt</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#f9228c38363a086b93854488494dbdc5db7fb7b8</link>
        <description>Merge tag &apos;arm-soc/for-4.19/devicetree-arm64&apos; of https://github.com/Broadcom/stblinux into next/dtThis pull request contains Broadcom ARM64-based SoCs Device Tree changesfor 4.19, please pull the following:- Scott does a bunch of updates to the Stingray DTS and DTS include  files to better support the addition of new boards. Scott also adds  the Stingray OTP Device Tree node- Pramod updates the Stingray clocks such that they match the latest  revision of the ASIC and datasheets- Ray sets the Stingray initial watchdog timeout to 60 seconds to give  sufficient time for the kernel to boot and then adds PAXC (internal  PCIe) support to the Stingray base DTS files- Vladimir adds support for the Stingray smart NIC PS225 boards variants* tag &apos;arm-soc/for-4.19/devicetree-arm64&apos; of https://github.com/Broadcom/stblinux:  arm64: dts: stingray: add bcm958802a802x dts  arm64: dts: stingray: add PAXC support  arm64: dts: set initial SR watchdog timeout to 60 seconds  arm64: dts: Update Stingray clock DT nodes  arm64: dts: stingray: Add OTP device node  arm64: dts: stingray: move common board components to stingray-board-baseSigned-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Sat, 14 Jul 2018 23:11:41 +0200</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>e28e681630079204d6d2cb3da1e2c067d21eff64 - arm64: dts: stingray: add bcm958802a802x dts</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#e28e681630079204d6d2cb3da1e2c067d21eff64</link>
        <description>arm64: dts: stingray: add bcm958802a802x dtsAdd bcm958802a802x dts to be used on all Stingray smart NIC PS225 boardvariantsSigned-off-by: Vladimir Olovyannikov &lt;vladimir.olovyannikov@broadcom.com&gt;Signed-off-by: Pramod Kumar &lt;pramod.kumar@broadcom.com&gt;Signed-off-by: Ray Jui &lt;ray.jui@broadcom.com&gt;Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 10 Jul 2018 23:25:31 +0200</pubDate>
        <dc:creator>Vladimir Olovyannikov &lt;vladimir.olovyannikov@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>664b0bae0b87f69bc9deb098f5e0158b9cf18e04 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#664b0bae0b87f69bc9deb098f5e0158b9cf18e04</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.17 merge window.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 01:11:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>10a558374f3751cf4eb55143008975641dfc2cf4 - Merge tag &apos;v4.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#10a558374f3751cf4eb55143008975641dfc2cf4</link>
        <description>Merge tag &apos;v4.15&apos; into nextSync with mainline to get in trackpoint updates and other changes.

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Thu, 01 Feb 2018 09:41:33 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7e86548e2cc8d308cb75439480f428137151b0de - Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#7e86548e2cc8d308cb75439480f428137151b0de</link>
        <description>Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changesTime has come to switch PTI development over to a v4.15 base - we&apos;ll stilltry to make sure that all PTI fixes backport cleanly to v4.14 and earlier.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Tue, 30 Jan 2018 15:08:27 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ddb9e13af3bba3f8c36ccee0eb9563a82b425c12 - Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#ddb9e13af3bba3f8c36ccee0eb9563a82b425c12</link>
        <description>Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 15:54:46 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f - Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f</link>
        <description>Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Thu, 25 Jan 2018 19:16:26 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/scripts/dtc/include-prefixes/arm64/broadcom/stingray/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
