<?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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/Makefile#472475000979a156bc32cd75caa59737f5a1caa5</link>
        <description>Merge branch &apos;for-4.20/apple&apos; into for-linusSupport for Apple Magic Trackpad 2

            List of files:
            /linux/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/Makefile#6e2d6b2728fcb408eabd7991804f8cb33ff59f20</link>
        <description>Merge tag &apos;v4.19-rc1&apos; into asoc-4.19Linux 4.19-rc1

            List of files:
            /linux/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/Makefile#ea4d65f14f6aaa53e379b93c5544245ef081b3e7</link>
        <description>Merge branch &apos;perm-fix&apos; into omap-for-v4.19/fixes-v2

            List of files:
            /linux/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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/drivers/soc/fsl/dpio/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>f3ea496213819c80ce9c49a9b65f9261da713d11 - Merge tag &apos;armsoc-drivers&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/fsl/dpio/Makefile#f3ea496213819c80ce9c49a9b65f9261da713d11</link>
        <description>Merge tag &apos;armsoc-drivers&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socPull ARM SoC driver updates from Olof Johansson: &quot;Some of the larger changes this merge window:   - Removal of drivers for Exynos5440, a Samsung SoC that never saw     widespread use.   - Uniphier support for USB3 and SPI reset handling   - Syste control and SRAM drivers and bindings for Allwinner platforms   - Qualcomm AOSS (Always-on subsystem) reset controller drivers   - Raspberry Pi hwmon driver for voltage   - Mediatek pwrap (pmic) support for MT6797 SoC&quot;* tag &apos;armsoc-drivers&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (52 commits)  drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotplug tests  soc: fsl: cleanup Kconfig menu  soc: fsl: dpio: Convert DPIO documentation to .rst  staging: fsl-mc: Remove remaining files  staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl  staging: fsl-dpaa2: eth: move generic FD defines to DPIO  soc: fsl: qe: gpio: Add qe_gpio_set_multiple  usb: host: exynos: Remove support for Exynos5440  clk: samsung: Remove support for Exynos5440  soc: sunxi: Add the A13, A23 and H3 system control compatibles  reset: uniphier: add reset control support for SPI  cpufreq: exynos: Remove support for Exynos5440  ata: ahci-platform: Remove support for Exynos5440  soc: imx6qp: Use GENPD_FLAG_ALWAYS_ON for PU errata  soc: mediatek: pwrap: add mt6351 driver for mt6797 SoCs  soc: mediatek: pwrap: add pwrap driver for mt6797 SoCs  soc: mediatek: pwrap: fix cipher init setting error  dt-bindings: pwrap: mediatek: add pwrap support for MT6797  reset: uniphier: add USB3 core reset control  dt-bindings: reset: uniphier: add USB3 core reset support  ...

            List of files:
            /linux/drivers/soc/fsl/dpio/Makefile</description>
        <pubDate>Thu, 23 Aug 2018 22:52:46 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1ca8c0a763418d7f15f5d1d13c3005b6d3a083db - Merge tag &apos;soc-fsl-for-4.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into next/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/fsl/dpio/Makefile#1ca8c0a763418d7f15f5d1d13c3005b6d3a083db</link>
        <description>Merge tag &apos;soc-fsl-for-4.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into next/driversVarious updates to soc/fsl for 4.19Moves DPAA2 DPIO driver from staging to fsl/socAdds multiple-pin support to QE gpio driver* tag &apos;soc-fsl-for-4.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux:  soc: fsl: cleanup Kconfig menu  soc: fsl: dpio: Convert DPIO documentation to .rst  staging: fsl-mc: Remove remaining files  staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl  staging: fsl-dpaa2: eth: move generic FD defines to DPIO  soc: fsl: qe: gpio: Add qe_gpio_set_multipleSigned-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux/drivers/soc/fsl/dpio/Makefile</description>
        <pubDate>Thu, 26 Jul 2018 09:12:56 +0200</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>c89105c9b39037bbf2aca0614e39afe176e867c5 - staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/fsl/dpio/Makefile#c89105c9b39037bbf2aca0614e39afe176e867c5</link>
        <description>staging: fsl-mc: Move DPIO from staging to drivers/soc/fslMove the NXP DPIO (Datapath I/O Driver) out of thedrivers/staging directory and into the drivers/soc/fsl directory.The DPIO driver enables access to Queue and Buffer Manager (QBMAN)hardware on NXP DPAA2 devices. This is a prerequisite to moving theDPAA2 Ethernet driver out of staging.Signed-off-by: Roy Pledge &lt;roy.pledge@nxp.com&gt;Reviewed-by: Horia Geant&#259; &lt;horia.geanta@nxp.com&gt;Reviewed-by: Ioana Radulescu &lt;ruxandra.radulescu@nxp.com&gt;Signed-off-by: Li Yang &lt;leoyang.li@nxp.com&gt;

            List of files:
            /linux/drivers/soc/fsl/dpio/Makefile</description>
        <pubDate>Tue, 24 Jul 2018 16:21:29 +0200</pubDate>
        <dc:creator>Roy Pledge &lt;roy.pledge@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
