<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1334d2a3b3235d062e5e1f51aebe7a64ed57cf72 - Merge tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#1334d2a3b3235d062e5e1f51aebe7a64ed57cf72</link>
        <description>Merge tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxPull gpio updates from Bartosz Golaszewski: &quot;For this merge window we have two new drivers: support for  GPIO-signalled ACPI events on Intel platforms and a generic  GPIO-over-pinctrl driver using the ARM SCMI protocol for  controlling pins.  Several things have been reworked in GPIO core: we unduplicated GPIO  hog handling, reduced the number of SRCU locks and dereferences,  improved support for software-node-based lookup and removed more  legacy code after converting remaining users to modern alternatives.  There&apos;s also a number of driver reworks and refactoring, documentation  updates, some bug-fixes and new tests.  GPIO core:   - defer probe on software node lookups when the remote software node     exists but has not been registered as a firmware node yet   - unify GPIO hog handling by moving code duplicated in OF and ACPI     modules into GPIO core and allow setting up hogs with software     nodes   - allow matching GPIO controllers by secondary firmware node if     matching by primary does not succeed   - demote deferral warnings to debug level as they are quite normal     when using software nodes which don&apos;t support fw_devlink yet   - disable the legacy GPIO character device uAPI v1 supprt in Kconfig     by default   - rework several core functions in preparation for the upcoming     Revocable helper library for protecting resources against sudden     removal, this reduces the number of SRCU dereferences in GPIO core   - simplify file descriptor logic in GPIO character device code by     using FD_PREPARE()   - introduce a header defining symbols used by both GPIO consumers and     providers to avoid having to include provider-specific headers from     drivers which only consume GPIOs   - replace snprintf() with strscpy() where formatting is not required  New drivers:   - add the gpio-by-pinctrl generic driver using the ARM SCMI protocol     to control GPIOs (along with SCMI changes pulled from the pinctrl     tree)   - add a driver providing support for handling of platform events via     GPIO-signalled ACPI events (used on Intel Nova Lake and later     platforms)  Driver changes:   - extend the gpio-kempld driver with support for more recent models,     interrupts and setting/getting multiple values at once   - improve interrupt handling in gpio-brcmstb   - add support for multi-SoC systems in gpio-tegra186   - make sure we return correct values from the .get() callbacks in     several GPIO drivers by normalizing any values other than 0, 1 or     negative error numbers   - use flexible arrays in several drivers to reduce the number of     required memory allocations   - simplify synchronous waiting for virtual drivers to probe and     remove the dedicated, a bit overengineered helper library     dev-sync-probe   - remove unneeded Kconfig dependencies on OF_GPIO in several drivers     and subsystems   - convert the two remaining users of of_get_named_gpio() to using     GPIO descriptors and remove the (no longer used) function along     with the header that declares it   - add missing includes in gpio-mmio   - shrink and simplify code in gpio-max732x by using guard(mutex)   - remove duplicated code handling the &apos;ngpios&apos; property from     gpio-ts4800, it&apos;s already handled in GPIO core   - use correct variable type in gpio-aspeed   - add support for a new model in gpio-realtek-otto   - allow to specify the active-low setting of simulated hogs over the     configfs interface (in addition to existing devicetree support) in     gpio-sim  Bug fixes:   - clear the OF_POPULATED flag on hog nodes in GPIO chip remove path     on OF systems   - fix resource leaks in error path in gpiochip_add_data_with_key()   - drop redundant device reference in gpio-mpsse  Tests:   - add selftests for use-after-free cases in GPIO character device     code  DT bindings:   - add a DT binding document for SCMI based, gpio-over-pinctrl devices   - fix interrupt description in microchip,mpfs-gpio   - add new compatible for gpio-realtek-otto   - describe the resets of the mpfs-gpio controller   - fix maintainer&apos;s email in gpio-delay bindings   - remove the binding document for cavium,thunder-8890 as the     corresponding device is bound over PCI and not firmware nodes  Documentation:   - update the recommended way of converting legacy boards to using     software nodes for GPIO description   - describe GPIO line value semantics   - misc updates to kerneldocs  Misc:   - convert OMAP1 ams-delta board to using GPIO hogs described with     software nodes&quot;* tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (79 commits)  gpio: swnode: defer probe on references to unregistered software nodes  dt-bindings: gpio: cavium,thunder-8890: Remove DT binding  Documentation: gpio: update the preferred method for using software node lookup  gpio: gpio-by-pinctrl: s/used to do/is used to do/  gpio: aspeed: fix unsigned long int declaration  gpio: rockchip: convert to dynamic GPIO base allocation  gpio: remove dev-sync-probe  gpio: virtuser: stop using dev-sync-probe  gpio: aggregator: stop using dev-sync-probe  gpio: sim: stop using dev-sync-probe  gpio: Add Intel Nova Lake ACPI GPIO events driver  gpiolib: Make deferral warnings debug messages  gpiolib: fix hogs with multiple lines  gpio: fix up CONFIG_OF dependencies  gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver  gpio: dt-bindings: Add GPIO on top of generic pin control  firmware: arm_scmi: Allow PINCTRL_REQUEST to return EOPNOTSUPP  pinctrl: scmi: ignore PIN_CONFIG_PERSIST_STATE  pinctrl: scmi: Delete PIN_CONFIG_OUTPUT_IMPEDANCE_OHMS support  pinctrl: scmi: Add SCMI_PIN_INPUT_VALUE  ...

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Tue, 14 Apr 2026 05:10:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c7f92042d3f3d4f084794f5314fa10366084179c - selftests: gpio: Add gpio-cdev-uaf tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#c7f92042d3f3d4f084794f5314fa10366084179c</link>
        <description>selftests: gpio: Add gpio-cdev-uaf testsAdd tests for gpiolib-cdev to make sure accessing to dangling resourcesvia the opening file descriptor won&apos;t crash the system after theunderlying resource providers have gone.Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Link: https://patch.msgid.link/20260223061726.82161-7-tzungbi@kernel.orgSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 07:17:26 +0100</pubDate>
        <dc:creator>Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>aacc73ceeb8bf664426f0e53db2778a59325bd9f - Merge tag &apos;gpio-updates-for-v6.16-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#aacc73ceeb8bf664426f0e53db2778a59325bd9f</link>
        <description>Merge tag &apos;gpio-updates-for-v6.16-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxPull gpio updates from Bartosz Golaszewski: &quot;We have three new drivers, some refactoring in the GPIO core, lots of  various changes across many drivers, new configfs interface for the  virtual gpio-aggregator module and DT-bindings updates.  The treewide conversion of GPIO drivers to using the new value setter  callbacks is ongoing with another round of GPIO drivers updated. You  will also see these commits coming in from other subsystems as with  the relevant changes merged into mainline last cycle, I&apos;ve started  converting GPIO providers located elsewhere than drivers/gpio/.  GPIO core:   - use more lock guards where applicable   - refactor GPIO ACPI code and shrink it in the process by 8%   - move GPIO ACPI quirks into a separate file   - remove unneeded #ifdef   - convert GPIO devres helpers to using devm_add_action() where     applicable which shrinks and simplifies the code   - refactor GPIO descriptor validation in GPIO consumer interfaces   - don&apos;t allow setting values on input lines in the GPIO core which     will take off the burden from GPIO drivers of checking this down     the line   - provide gpiod_is_equal() as a way of safely comparing two GPIO     descriptors (the only current user is in regulator core)  New drivers:   - add the GPIO module for the max77759 multifunction device   - add the GPIO driver for the VeriSilicon BLZP1600 GPIO controller   - add the GPIO driver for the Spacemit K1 SoC  Driver improvements:   - convert more drivers to using the new GPIO line value setter     callbacks   - convert more drivers to making the irq_chip immutable as is     recommended by the interrupt subsystem   - extend build testing coverage by enabling more modules to be built     with COMPILE_TEST=y   - extend the gpio-aggregator module with a configfs interface that     makes the setup easier for user-space than the existing     driver-level sysfs attributes and also adds more advanced     configuration features (such as referring to aggregated lines by     their original names or modifying their names as exposed by the     aggregated chip)   - add a missing mutex_destroy() in gpio-imx-scu   - add an OF polarity quirk for s5m8767   - allow building gpio-vf610 as a loadable module   - make gpio-mxc not hardcode its GPIO base number with GPIO SYSFS     interface disabled (another small step towards getting rid of the     global GPIO numberspace)   - add support for level-triggered interrupts to gpio-pca953x   - don&apos;t double-check the ngpios property in gpio-ds4520 as GPIO core     already does it   - don&apos;t double-check the number of GPIOs in gpio-imx-scu as GPIO core     already does it   - remove unused callbacks from gpio-max3191x  DT bindings:   - add device-tree bindings for max77759, spacemit,k1 and blzp1600     (new drivers added this cycle)   - document more properties for gpio-vf610 and gpio-tegra186   - document a new pca95xx variant   - fix style of examples in several GPIO DT-binding documents  Misc:   - TODO list updates&quot;* tag &apos;gpio-updates-for-v6.16-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (123 commits)  gpio: timberdale: select GPIOLIB_IRQCHIP  gpio: lpc18xx: select GPIOLIB_IRQCHIP  gpio: grgpio: select GPIOLIB_IRQCHIP  gpio: bcm-kona: select GPIOLIB_IRQCHIP  dt-bindings: gpio: vf610: add ngpios and gpio-reserved-ranges  gpio: davinci: select GPIOLIB_IRQCHIP  gpiolib-acpi: Update file references in the Documentation and MAINTAINERS  gpiolib: acpi: Move quirks to a separate file  gpiolib: acpi: Add acpi_gpio_need_run_edge_events_on_boot() getter  gpiolib: acpi: Handle deferred list via new API  gpiolib: acpi: Make sure we fill struct acpi_gpio_info  gpiolib: acpi: Switch to use enum in acpi_gpio_in_ignore_list()  gpiolib: acpi: Use temporary variable for struct acpi_gpio_info  gpiolib: remove unneeded #ifdef  gpio: mpc8xxx: select GPIOLIB_IRQCHIP  gpio: pxa: select GPIOLIB_IRQCHIP  gpio: pxa: Make irq_chip immutable  gpio: timberdale: Make irq_chip immutable  gpio: xgene-sb: Make irq_chip immutable  gpio: davinci: Make irq_chip immutable  ...

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Wed, 28 May 2025 00:22:01 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6d7f0c1103ef3935eb3f302d09af4ef9e85212a3 - selftests: gpio: add test cases for gpio-aggregator</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#6d7f0c1103ef3935eb3f302d09af4ef9e85212a3</link>
        <description>selftests: gpio: add test cases for gpio-aggregatorAdd a set of tests for gpio-aggregator module. This test covers bothpre-existing new_device/delete_device interface and new configfs-basedinterface.Signed-off-by: Koichiro Den &lt;koichiro.den@canonical.com&gt;Link: https://lore.kernel.org/r/20250407043019.4105613-10-koichiro.den@canonical.comSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 07 Apr 2025 06:30:19 +0200</pubDate>
        <dc:creator>Koichiro Den &lt;koichiro.den@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.4 merge window.

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Tue, 02 May 2023 00:20:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cdc780f044a803aff8845b949f800f0f3d095d5f - Merge branch &apos;for-6.4/amd-sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#cdc780f044a803aff8845b949f800f0f3d095d5f</link>
        <description>Merge branch &apos;for-6.4/amd-sfh&apos; into for-linus- assorted functional fixes for amd-sfh driver (Basavaraj Natikar)

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Wed, 26 Apr 2023 22:52:34 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in commit from drm-next (earlier in drm-intel-next):1eca0778f4b3 (&quot;drm/i915: add struct i915_dsm to wrap dsm members together&quot;)In order to merge following patch to drm-intel-gt-next:https://patchwork.freedesktop.org/patch/530942/?series=114925&amp;rev=6Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Tue, 11 Apr 2023 14:43:45 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cecdd52a3dd312564f81a39df08378b7b39a2654 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#cecdd52a3dd312564f81a39df08378b7b39a2654</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch up with 6.3-rc cycle...Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Tue, 28 Mar 2023 16:30:57 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e752ab11dcb48353727ea26eefd740155e028865 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#e752ab11dcb48353727ea26eefd740155e028865</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextMerge drm-next into msm-next to pick up external clk and PM dependenciesfor improved a6xx GPU reset sequence.Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 20 Mar 2023 18:31:25 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d26a3a6ce7e02f9c056ad992bcd9624735022337 - Merge tag &apos;v6.3-rc2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#d26a3a6ce7e02f9c056ad992bcd9624735022337</link>
        <description>Merge tag &apos;v6.3-rc2&apos; into nextMerge with mainline to get of_property_present() and other newer APIs.

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Fri, 17 Mar 2023 12:01:30 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get latest upstream.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 10:14:05 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a1eccc574f977bd21a4ec8ac54bd73a2756bd281 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/gpio/Makefile#a1eccc574f977bd21a4ec8ac54bd73a2756bd281</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.3-rc1 and sync with the other DRM trees.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/gpio/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 09:27:50 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
