<?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>eb5ab6ff - gpio: introduce utilities for synchronous fake device creation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#eb5ab6ff</link>
        <description>gpio: introduce utilities for synchronous fake device creationBoth gpio-sim and gpio-virtuser share a mechanism to instantiate aplatform device, wait for probe completion, and retrieve the probesuccess or error status synchronously. With gpio-aggregator planned toadopt this approach for its configfs interface, it&apos;s time to factorout the common code.Add dev-sync-probe.[ch] to house helper functions used by all suchimplementations.No functional change.Signed-off-by: Koichiro Den &lt;koichiro.den@canonical.com&gt;Link: https://lore.kernel.org/r/20250221133501.2203897-2-koichiro.den@canonical.comSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Fri, 21 Feb 2025 13:34:59 +0000</pubDate>
        <dc:creator>Koichiro Den &lt;koichiro.den@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>a987b78f - gpio: mpfs: add polarfire soc gpio support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#a987b78f</link>
        <description>gpio: mpfs: add polarfire soc gpio supportAdd a driver to support the Polarfire SoC gpio controller. Interruptcontroller support is unavailable for now and will be added at a laterdate.Signed-off-by: Lewis Hanly &lt;lewis.hanly@microchip.com&gt;Co-developed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20241104-tiny-evaluate-9336020b4b6a@spudSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Mon, 04 Nov 2024 09:49:33 +0000</pubDate>
        <dc:creator>Lewis Hanly &lt;lewis.hanly@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c46a74ff - gpio: add support for FTDI&apos;s MPSSE as GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#c46a74ff</link>
        <description>gpio: add support for FTDI&apos;s MPSSE as GPIOFTDI FT2232H is a USB to GPIO chip. Sealevel produces some deviceswith this chip. FT2232H presents itself as a composite device with twointerfaces (each is an &quot;MPSSE&quot;). Each MPSSE has two banks (high and low)of 8 GPIO each. I believe some MPSSE&apos;s have only one bank, but I don&apos;tknow how to identify them (I don&apos;t have any for testing) and as a resultare unsupported for the time being.Additionally, this driver provides software polling-based interrupts foredge detection. For the Sealevel device I have to test with, this workswell because there is hardware debouncing. From talking to Sealevel&apos;speople, this is their preferred way to do edge detection.Signed-off-by: Mary Strodl &lt;mstrodl@csh.rit.edu&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20241009131131.1618329-1-mstrodl@csh.rit.eduSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Wed, 09 Oct 2024 13:11:31 +0000</pubDate>
        <dc:creator>Mary Strodl &lt;mstrodl@csh.rit.edu&gt;</dc:creator>
    </item>
<item>
        <title>4342bf63 - gpio: Congatec Board Controller gpio driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#4342bf63</link>
        <description>gpio: Congatec Board Controller gpio driverAdd gpio support for the Congatec Board Controller.This Board Controller has 14 GPIO pins.The driver is probed by the Congatec Board Controller MFD driver.Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Thomas Richard &lt;thomas.richard@bootlin.com&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-2-39ceceed5c47@bootlin.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Tue, 01 Oct 2024 11:53:28 +0000</pubDate>
        <dc:creator>Thomas Richard &lt;thomas.richard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>738bbc66 - gpio: adp5585: Add Analog Devices ADP5585 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#738bbc66</link>
        <description>gpio: adp5585: Add Analog Devices ADP5585 supportThe ADP5585 is a 10/11 input/output port expander with a built in keypadmatrix decoder, programmable logic, reset generator, and PWM generator.This driver supports the GPIO function using the platform deviceregistered by the core MFD driver.The driver is derived from an initial implementation from NXP, availablein commit 451f61b46b76 (&quot;MLK-25917-2 gpio: adp5585-gpio: addadp5585-gpio support&quot;) in their BSP kernel tree. It has been extensivelyrewritten.Signed-off-by: Haibo Chen &lt;haibo.chen@nxp.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Co-developed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Link: https://lore.kernel.org/r/20240722121100.2855-4-laurent.pinchart@ideasonboard.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Mon, 22 Jul 2024 12:10:59 +0000</pubDate>
        <dc:creator>Haibo Chen &lt;haibo.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>91581c4b - gpio: virtuser: new virtual testing driver for the GPIO API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#91581c4b</link>
        <description>gpio: virtuser: new virtual testing driver for the GPIO APIThe GPIO subsystem used to have a serious problem with undefined behaviorand use-after-free bugs on hot-unplug of GPIO chips. This can beconsidered a corner-case by some as most GPIO controllers are enabledearly in the boot process and live until the system goes down but mostGPIO drivers do allow unbind over sysfs, many are loadable modules thatcan be (force) unloaded and there are also GPIO devices that can bedynamically detached, for instance CP2112 which is a USB GPIO expender.Bugs can be triggered both from user-space as well as by in-kernel users.We have the means of testing it from user-space via the character devicebut the issues manifest themselves differently in the kernel.This is a proposition of adding a new virtual driver - a configurableGPIO consumer that can be configured over configfs (similarly togpio-sim) or described on the device-tree.This driver is aimed as a helper in spotting any regressions inhot-unplug handling in GPIOLIB.Link: https://lore.kernel.org/r/20240708142912.120570-1-brgl@bgdev.plSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Mon, 08 Jul 2024 14:29:12 +0000</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7828b7bb - gpio: add sloppy logic analyzer using polling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#7828b7bb</link>
        <description>gpio: add sloppy logic analyzer using pollingThis is a sloppy logic analyzer using GPIOs. It comes with a script toisolate a CPU for polling. While this is definitely not a productionlevel analyzer, it can be a helpful first view when remote debugging.Read the documentation for details.Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240620094159.6785-2-wsa+renesas@sang-engineering.com[Bartosz: moved the Kconfig entry into a different category]Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Thu, 20 Jun 2024 09:41:58 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>ecc4b141 - gpio: Add Intel Granite Rapids-D vGPIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#ecc4b141</link>
        <description>gpio: Add Intel Granite Rapids-D vGPIO driverThis driver provides a basic GPIO driver for the Intel Granite Rapids-Dvirtual GPIOs. On SoCs with limited physical pins on the package, thephysical pins controlled by this driver would be exposed on an externaldevice such as a BMC or CPLD. The virtual GPIO registers are aninterface to firmware, which communicates with the external device thatimplements the GPIO hardware functionality.Signed-off-by: Aapo Vienamo &lt;aapo.vienamo@linux.intel.com&gt;Reviewed-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Tue, 23 Apr 2024 18:13:14 +0000</pubDate>
        <dc:creator>Aapo Vienamo &lt;aapo.vienamo@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>966942ae - gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#966942ae</link>
        <description>gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Previously, drivers/pinctrl/nomadik/pinctrl-nomadik.c registered twoplatform drivers: pinctrl &amp; GPIO. Move the GPIO aspect to thedrivers/gpio/ folder, as would be expected.Both drivers are intertwined for a reason; pinctrl requires access toGPIO registers for pinmuxing, pull-disable, disabling interrupts whilesetting the muxing and wakeup control. Information sharing is donethrough a shared array containing GPIO chips and a few helperfunctions. That shared array is not touched from gpio-nomadik whenCONFIG_PINCTRL_NOMADIK is not defined.Make no change to the code that moved into gpio-nomadik; there should beno behavior change following. A few functions are shared and headercomments are added. Checkpatch warnings are addressed. NUM_BANKS isrenamed to NMK_MAX_BANKS.It is supported to compile gpio-nomadik without pinctrl-nomadik. Theopposite is not true.Signed-off-by: Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;Link: https://lore.kernel.org/r/20240228-mbly-gpio-v2-6-3ba757474006@bootlin.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Wed, 28 Feb 2024 11:28:04 +0000</pubDate>
        <dc:creator>Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>f837fe1b - gpio: Add ChromeOS EC GPIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#f837fe1b</link>
        <description>gpio: Add ChromeOS EC GPIO driverThe ChromeOS embedded controller (EC) supports setting the state ofGPIOs when the system is unlocked, and getting the state of GPIOs in allcases. The GPIOs are on the EC itself, so the EC acts similar to a GPIOexpander. Add a driver to get and set the GPIOs on the EC through thehost command interface.Signed-off-by: Stephen Boyd &lt;swboyd@chromium.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Tue, 20 Feb 2024 04:52:27 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;swboyd@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c4f8457d - gpio: nuvoton: Add Nuvoton NPCM sgpio driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#c4f8457d</link>
        <description>gpio: nuvoton: Add Nuvoton NPCM sgpio driverAdd Nuvoton BMC NPCM7xx/NPCM8xx sgpio driver support.Nuvoton NPCM SGPIO module is combine serial to parallel IC (HC595)and parallel to serial IC (HC165), and use APB3 clock to control it.This interface has 4 pins  (D_out , D_in, S_CLK, LDSH).BMC can use this driver to increase 64 GPI pins and 64 GPO pins to use.Signed-off-by: Jim Liu &lt;JJLIU0@nuvoton.com&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Fri, 29 Dec 2023 07:45:08 +0000</pubDate>
        <dc:creator>Jim Liu &lt;JJLIU0@nuvoton.com&gt;</dc:creator>
    </item>
<item>
        <title>eee636bf - gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#eee636bf</link>
        <description>gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCsThis driver enables configuration of GPIO direction, GPIO values, GPIOdebounce settings and handles GPIO interrupts.Signed-off-by: Tzuyi Chang &lt;tychang@realtek.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Thu, 28 Dec 2023 10:48:00 +0000</pubDate>
        <dc:creator>Tzuyi Chang &lt;tychang@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>659ad5f7 - gpio: ds4520: Add ADI DS4520 GPIO Expander Support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#659ad5f7</link>
        <description>gpio: ds4520: Add ADI DS4520 GPIO Expander SupportThe DS4520 is a 9-bit nonvolatile (NV) I/O expander.It offers users a digitally programmable alternativeto hardware jumpers and mechanical switches that arebeing used to control digital logic node.Signed-off-by: Okan Sahin &lt;okan.sahin@analog.com&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Sat, 29 Jul 2023 13:56:33 +0000</pubDate>
        <dc:creator>Okan Sahin &lt;okan.sahin@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>cd33f216 - gpio: mlxbf3: Add gpio driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#cd33f216</link>
        <description>gpio: mlxbf3: Add gpio driver supportAdd support for the BlueField-3 SoC GPIO driver.This driver configures and handles GPIO interrupts. It also enables a userto manipulate certain GPIO pins via libgpiod tools or other kernel drivers.The usables pins are defined via the &quot;gpio-reserved-ranges&quot; property.Signed-off-by: Asmaa Mnebhi &lt;asmaa@nvidia.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Wed, 15 Mar 2023 21:50:26 +0000</pubDate>
        <dc:creator>Asmaa Mnebhi &lt;asmaa@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8efe1247 - gpio: delay: Remove duplicative functionality</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#8efe1247</link>
        <description>gpio: delay: Remove duplicative functionalityNow that GPIO aggregator supports a delay line, drop the duplicativefunctionality, i.e. the entire gpio-delay driver.Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Tested-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Thu, 15 Jun 2023 13:20:23 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>57e30e00 - gpio: tps65219: add GPIO support for TPS65219 PMIC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#57e30e00</link>
        <description>gpio: tps65219: add GPIO support for TPS65219 PMICAdd support for TPS65219 PMICs GPIO interface.3 GPIO pins:- GPIO0 only is IO but input mode reserved for MULTI_DEVICE_ENABLE usage.- GPIO1 and GPIO2 are Output only and referred as GPO1 and GPO2 in spec.GPIO0 is statically configured as input or output prior to Linux boot.it is used for MULTI_DEVICE_ENABLE function.This setting is statically configured by NVM.GPIO0 can&apos;t be used as a generic GPIO (specification Table 8-34).It&apos;s either a GPO when MULTI_DEVICE_EN=0 or a GPI when MULTI_DEVICE_EN=1.Datasheet describes specific usage for non standard GPIO.Datasheet: https://www.ti.com/lit/ds/symlink/tps65219.pdfCo-developed-by: Jonathan Cormier &lt;jcormier@criticallink.com&gt;Signed-off-by: Jonathan Cormier &lt;jcormier@criticallink.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Jerome Neanne &lt;jneanne@baylibre.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Wed, 07 Jun 2023 14:39:31 +0000</pubDate>
        <dc:creator>Jerome Neanne &lt;jneanne@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>cf5dec80 - gpio: Add gpio delay driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#cf5dec80</link>
        <description>gpio: Add gpio delay driverThis driver implements a GPIO enable/disable delay. It supports a listof GPIO outputs, which ramp-up/ramp-down delay can be specified atconsumer location.The main purpose is to address external, passive delays upon linevoltage changes.Signed-off-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Thu, 06 Apr 2023 09:33:43 +0000</pubDate>
        <dc:creator>Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;</dc:creator>
    </item>
<item>
        <title>c5a4b6fd - gpio: Add support for Intel LJCA USB GPIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#c5a4b6fd</link>
        <description>gpio: Add support for Intel LJCA USB GPIO driverThis patch implements the GPIO function of Intel USB-I2C/GPIO/SPI adapterdevice named &quot;La Jolla Cove Adapter&quot; (LJCA). It communicate with LJCAGPIO module with specific protocol through interfaces exported by LJCA USBdriver.Signed-off-by: Ye Xiang &lt;xiang.ye@intel.com&gt;Signed-off-by: Lee Jones &lt;lee@kernel.org&gt;Link: https://lore.kernel.org/r/20230225140118.2037220-3-xiang.ye@intel.com

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Sat, 25 Feb 2023 14:01:15 +0000</pubDate>
        <dc:creator>Ye Xiang &lt;xiang.ye@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03810031 - gpio: fxl6408: add I2C GPIO expander driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#03810031</link>
        <description>gpio: fxl6408: add I2C GPIO expander driverAdd minimal driver for Fairchild FXL6408 8-bit I2C-controlled GPIO expanderusing the generic regmap based GPIO driver (GPIO_REGMAP).The driver implements setting the GPIO direction, reading inputsand writing outputs.In addition to that the FXL6408 has the following functionalities:- allows to monitor input ports for data transitions with an interrupt pin- all inputs can be configured with pull-up or pull-down resistorsDatasheet: https://www.onsemi.com/download/data-sheet/pdf/fxl6408-d.pdfSigned-off-by: Emanuele Ghidoli &lt;emanuele.ghidoli@toradex.com&gt;Co-developed-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;Signed-off-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;[Bartosz: order includes alphabetically]Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 17:09:50 +0000</pubDate>
        <dc:creator>Emanuele Ghidoli &lt;emanuele.ghidoli@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>9409d8cf - gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpio/Makefile#9409d8cf</link>
        <description>gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIOThis driver adds support for Intel Elkhart Lake PSE GPIO controller,using Intel Tangier as a library driver.Signed-off-by: Pandith N &lt;pandith.n@intel.com&gt;Co-developed-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Signed-off-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Co-developed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpio/Makefile</description>
        <pubDate>Thu, 16 Feb 2023 18:36:08 +0000</pubDate>
        <dc:creator>Pandith N &lt;pandith.n@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
