<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d4d5ad6c6039a4921bd9f708bd0539258d60e55e - fpga-mgr: Add Efinix SPI programming driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#d4d5ad6c6039a4921bd9f708bd0539258d60e55e</link>
        <description>fpga-mgr: Add Efinix SPI programming driverAdd a new driver for loading binary firmware to configurationRAM using &quot;SPI passive mode&quot; on Efinix FPGAs.Efinix passive SPI configuration requires chip select to remain assertedfrom reset until the complete bitstream and trailing idle clocks havebeen transferred, so the driver keeps CS active with cs_change and locksthe SPI bus for the duration of configuration.Signed-off-by: Ian Dannapel &lt;iansdannapel@gmail.com&gt;Reviewed-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20260416144237.373852-4-iansdannapel@gmail.comSigned-off-by: Xu Yilun &lt;yilun.xu@linux.intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 16 Apr 2026 16:42:36 +0200</pubDate>
        <dc:creator>Ian Dannapel &lt;iansdannapel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>104712a0866f7e3eb050271fc104c543aac642e8 - fpga: xilinx-selectmap: add new driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#104712a0866f7e3eb050271fc104c543aac642e8</link>
        <description>fpga: xilinx-selectmap: add new driverXilinx 7 series FPGA can be programmed using a parallel port namedthe SelectMAP interface in the datasheet. This interface is compatiblewith the i.MX6 EIM bus controller but other types of external memorymapped parallel bus might work.xilinx-selectmap currently only supports the x8 mode where data is loadedat one byte per rising edge of the clock, with the MSb of each bytepresented to the D0 pin.Signed-off-by: Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;[yilun.xu@linux.intel.com: replace data type of i from u32 to size_t]Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20240321220447.3260065-4-charles.perry@savoirfairelinux.comSigned-off-by: Xu Yilun &lt;yilun.xu@linux.intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 21 Mar 2024 23:04:35 +0100</pubDate>
        <dc:creator>Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;</dc:creator>
    </item>
<item>
        <title>a52e3a9dba347134ee53ebfe68b7b22548a387b0 - fpga: xilinx-spi: extract a common driver core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#a52e3a9dba347134ee53ebfe68b7b22548a387b0</link>
        <description>fpga: xilinx-spi: extract a common driver coreFactor out the gpio handshaking (using PROGRAM_B, INIT_B and DONE)protocol in xilinx-core so that it can be reused for another driver.This commit does not change anything functionally to xilinx-spi.xilinx-core expects drivers to provide a write(const char* buf,size_t count) function that performs the actual write to the device,as well as a struct device* for resource management.Signed-off-by: Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20240321220447.3260065-2-charles.perry@savoirfairelinux.comSigned-off-by: Xu Yilun &lt;yilun.xu@linux.intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 21 Mar 2024 23:04:33 +0100</pubDate>
        <dc:creator>Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;</dc:creator>
    </item>
<item>
        <title>3969f6458f783d2b4b8b15bef1eeab674eaa34bd - fpga: add configuration for the FPGA KUnit test suites.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#3969f6458f783d2b4b8b15bef1eeab674eaa34bd</link>
        <description>fpga: add configuration for the FPGA KUnit test suites.Add configuration for the KUnit test suites for the core componentsof the FPGA subsystem.Signed-off-by: Marco Pagani &lt;marpagan@redhat.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20230718130304.87048-5-marpagan@redhat.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Tue, 18 Jul 2023 15:03:04 +0200</pubDate>
        <dc:creator>Marco Pagani &lt;marpagan@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>603aed8ffd4c9cb633c05a514cfb5e8ca6b0751d - mfd: intel-m10-bmc: Split into core and spi specific parts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#603aed8ffd4c9cb633c05a514cfb5e8ca6b0751d</link>
        <description>mfd: intel-m10-bmc: Split into core and spi specific partsSplit the common code from intel-m10-bmc driver into intel-m10-bmc-coreand move the SPI bus parts into an interface specific file.intel-m10-bmc-core becomes the core MFD functions which can supportmultiple bus interface like SPI bus.Co-developed-by: Tianfei zhang &lt;tianfei.zhang@intel.com&gt;Signed-off-by: Tianfei zhang &lt;tianfei.zhang@intel.com&gt;Reviewed-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt; # hwmonReviewed-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Lee Jones &lt;lee@kernel.org&gt;Link: https://lore.kernel.org/r/20230116100845.6153-5-ilpo.jarvinen@linux.intel.com

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Mon, 16 Jan 2023 11:08:38 +0100</pubDate>
        <dc:creator>Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ba54ff1fb662215de683777f815b9e96276d55cf - Merge tag &apos;char-misc-6.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#ba54ff1fb662215de683777f815b9e96276d55cf</link>
        <description>Merge tag &apos;char-misc-6.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc driver updates from Greg KH: &quot;Here is the large set of char/misc and other driver subsystem changes  for 6.2-rc1. Nothing earth-shattering in here at all, just a lot of  new driver development and minor fixes.  Highlights include:   - fastrpc driver updates   - iio new drivers and updates   - habanalabs driver updates for new hardware and features   - slimbus driver updates   - speakup module parameters added to aid in boot time configuration   - i2c probe_new conversions for lots of different drivers   - other small driver fixes and additions  One semi-interesting change in here is the increase of the number of  misc dynamic minors available to 1048448 to handle new huge-cpu  systems.  All of these have been in linux-next for a while with no reported  problems&quot;* tag &apos;char-misc-6.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (521 commits)  extcon: usbc-tusb320: Convert to i2c&apos;s .probe_new()  extcon: rt8973: Convert to i2c&apos;s .probe_new()  extcon: fsa9480: Convert to i2c&apos;s .probe_new()  extcon: max77843: Replace irqchip mask_invert with unmask_base  chardev: fix error handling in cdev_device_add()  mcb: mcb-parse: fix error handing in chameleon_parse_gdd()  drivers: mcb: fix resource leak in mcb_probe()  coresight: etm4x: fix repeated words in comments  coresight: cti: Fix null pointer error on CTI init before ETM  coresight: trbe: remove cpuhp instance node before remove cpuhp state  counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update  misc: fastrpc: Add dma_mask to fastrpc_channel_ctx  misc: fastrpc: Add mmap request assigning for static PD pool  misc: fastrpc: Safekeep mmaps on interrupted invoke  misc: fastrpc: Add support for audiopd  misc: fastrpc: Rework fastrpc_req_munmap  misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on fail  misc: fastrpc: Add fastrpc_remote_heap_alloc  misc: fastrpc: Add reserved mem support  misc: fastrpc: Rename audio protection domain to root  ...

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Fri, 16 Dec 2022 12:49:24 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dfd10332596ef11ceafd29c4e21b4117be423fc4 - fpga: m10bmc-sec: Fix kconfig dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#dfd10332596ef11ceafd29c4e21b4117be423fc4</link>
        <description>fpga: m10bmc-sec: Fix kconfig dependenciesThe secure update driver depends on the firmware-upload functionality ofthe firmware-loader. The firmware-loader is carried in the firmware-classdriver which is enabled with the tristate CONFIG_FW_LOADER option. Thefirmware-upload functionality is included in the firmware-class driver ifthe bool FW_UPLOAD config is set.The current dependency statement, &quot;depends on FW_UPLOAD&quot;, is not adequatebecause it does not implicitly turn on FW_LOADER. Instead of adding adependency, follow the convention used by drivers that require theFW_LOADER_USER_HELPER functionality of the firmware-loader by usingselect for both FW_LOADER and FW_UPLOAD.Fixes: bdf86d0e6ca3 (&quot;fpga: m10bmc-sec: create max10 bmc secure update&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Cc: stable@vger.kernel.orgSigned-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20221115001127.289890-1-russell.h.weight@intel.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Tue, 15 Nov 2022 01:11:27 +0100</pubDate>
        <dc:creator>Russ Weight &lt;russell.h.weight@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>463dd43bc976d1dfaba5cd46b2a10addf8d3b4de - fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA manager</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#463dd43bc976d1dfaba5cd46b2a10addf8d3b4de</link>
        <description>fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerAdd support to the FPGA manager for programming Lattice ECP5 FPGA overslave SPI sysCONFIG interface.sysCONFIG interface core functionality is separate from both ECP5 andSPI specifics, so support for other FPGAs with different port types canbe added in the future.Signed-off-by: Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20221025053947.2737-2-i.bornyakov@metrotek.ru[yilun.xu@intel.com: remove redundant blank line after kmemdup]Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Tue, 25 Oct 2022 07:39:46 +0200</pubDate>
        <dc:creator>Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;</dc:creator>
    </item>
<item>
        <title>5f8d4a9008307e0bf210906948953386935d361c - fpga: microchip-spi: add Microchip MPF FPGA manager</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#5f8d4a9008307e0bf210906948953386935d361c</link>
        <description>fpga: microchip-spi: add Microchip MPF FPGA managerAdd support to the FPGA manager for programming Microchip PolarfireFPGAs over slave SPI interface with .dat formatted bitsream image.Signed-off-by: Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;Reviewed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Tested-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20220623163248.3672-4-i.bornyakov@metrotek.ruSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 23 Jun 2022 18:32:46 +0200</pubDate>
        <dc:creator>Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;</dc:creator>
    </item>
<item>
        <title>bdf86d0e6ca307de8c85e9363b31ca8c86c0b0c7 - fpga: m10bmc-sec: create max10 bmc secure update</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#bdf86d0e6ca307de8c85e9363b31ca8c86c0b0c7</link>
        <description>fpga: m10bmc-sec: create max10 bmc secure updateCreate a sub-driver for the FPGA Card BMC in order to support secureupdates.  This patch creates the Max10 BMC Secure Update driver andprovides sysfs files for displaying the root entry hashes (REH) for theFPGA static region (SR), the FPGA Partial Reconfiguration (PR) region,and the card BMC.The Intel MAX10 BMC Root of Trust (RoT) requires that all BMC Nios firmwareand FPGA images are authenticated using ECDSA before loading and executingon the card. Code Signing Keys (CSK) are used to sign images. CSKs aresigned by a root key. The root entry hash is created from the root publickey.The RoT provides authentication by storing an REH bitstream to a write-oncelocation. Image signatures are verified against the hash.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Tested-by: Tianfei Zhang &lt;tianfei.zhang@intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Link: https://lore.kernel.org/r/20220606160038.846236-3-russell.h.weight@intel.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Mon, 06 Jun 2022 18:00:35 +0200</pubDate>
        <dc:creator>Russ Weight &lt;russell.h.weight@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>72674e86b6fe2f656c93564635b675bcdf012844 - Merge tag &apos;fpga-for-5.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#72674e86b6fe2f656c93564635b675bcdf012844</link>
        <description>Merge tag &apos;fpga-for-5.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-nextMoritz writes:FPGA Manager changes for 5.15-rc1FPGA Manager- Colin&apos;s change is a simple spelling cleanup.DFL- Martin&apos;s fist change exposes DFL feature revision to client drivers- Martin&apos;s second change modifies a SPI driver to populate different  spi_board_info modaliases based on the DFL feature revisionAll patches have been reviewed on the mailing list, and have been in thelast few linux-next releases (as part of my for-next branch) without issues.Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;* tag &apos;fpga-for-5.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga:  spi: spi-altera-dfl: support n5010 feature revision  fpga: dfl: expose feature revision from struct dfl_device  fpga: Fix spelling mistake &quot;eXchnage&quot; -&gt; &quot;exchange&quot; in Kconfig

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 05 Aug 2021 14:26:03 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5f1895e0e381f04ef759cd33636d861b0fdcb3d1 - fpga: Fix spelling mistake &quot;eXchnage&quot; -&gt; &quot;exchange&quot; in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#5f1895e0e381f04ef759cd33636d861b0fdcb3d1</link>
        <description>fpga: Fix spelling mistake &quot;eXchnage&quot; -&gt; &quot;exchange&quot; in KconfigThere is a spelling mistake in the Kconfig text. Fix it.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Wed, 28 Jul 2021 23:51:50 +0200</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>01c54e628932c655e4cd2c6ed0cc688ec6e6f96b - fpga: versal-fpga: Add versal fpga manager driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#01c54e628932c655e4cd2c6ed0cc688ec6e6f96b</link>
        <description>fpga: versal-fpga: Add versal fpga manager driverAdd support for Xilinx Versal FPGA manager.PDI source type can be DDR, OCM, QSPI flash etc..But driver allocates memory always from DDR, Since driver supports onlyDDR source type.Reviewed-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Appana Durga Kedareswara rao &lt;appana.durga.rao@xilinx.com&gt;Signed-off-by: Nava kishore Manne &lt;nava.manne@xilinx.com&gt;Link: https://lore.kernel.org/r/20210626155248.5004-6-nava.manne@xilinx.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Sat, 26 Jun 2021 17:52:48 +0200</pubDate>
        <dc:creator>Nava kishore Manne &lt;nava.manne@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>df82d2ecd9e85ef32afead1b7f9451c67b4e9a21 - fpga: change FPGA indirect article to an</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#df82d2ecd9e85ef32afead1b7f9451c67b4e9a21</link>
        <description>fpga: change FPGA indirect article to anChange use of &apos;a fpga&apos; to &apos;an fpga&apos;Signed-off-by: Tom Rix &lt;trix@redhat.com&gt;Link: https://lore.kernel.org/r/20210608212350.3029742-7-trix@redhat.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Tue, 08 Jun 2021 23:23:44 +0200</pubDate>
        <dc:creator>Tom Rix &lt;trix@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>37f00ab4a003f371f81e0eae76cf372f06dec780 - Merge tag &apos;arm-drivers-5.13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#37f00ab4a003f371f81e0eae76cf372f06dec780</link>
        <description>Merge tag &apos;arm-drivers-5.13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull ARM SoC driver updates from Arnd Bergmann: &quot;Updates for SoC specific drivers include a few subsystems that have  their own maintainers but send them through the soc tree:  TEE/OP-TEE:   - Add tracepoints around calls to secure world  Memory controller drivers:   - Minor fixes for Renesas, Exynos, Mediatek and Tegra platforms   - Add debug statistics to Tegra20 memory controller   - Update Tegra bindings and convert to dtschema  ARM SCMI Firmware:   - Support for modular SCMI protocols and vendor specific extensions   - New SCMI IIO driver   - Per-cpu DVFS  The other driver changes are all from the platform maintainers  directly and reflect the drivers that don&apos;t fit into any other  subsystem as well as treewide changes for a particular platform.  SoCFPGA:   - Various cleanups contributed by Krzysztof Kozlowski  Mediatek:   - add MT8183 support to mutex driver   - MMSYS: use per SoC array to describe the possible routing   - add MMSYS support for MT8183 and MT8167   - add support for PMIC wrapper with integrated arbiter   - add support for MT8192/MT6873  Tegra:   - Bug fixes to PMC and clock drivers  NXP/i.MX:   - Update SCU power domain driver to keep console domain power on.   - Add missing ADC1 power domain to SCU power domain driver.   - Update comments for single global power domain in SCU power domain     driver.   - Add i.MX51/i.MX53 unique id support to i.MX SoC driver.  NXP/FSL SoC driver updates for v5.13   - Add ACPI support for RCPM driver   - Use generic io{read,write} for QE drivers after performance     optimized for PowerPC   - Fix QBMAN probe to cleanup HW states correctly for kexec   - Various cleanup and style fix for QBMAN/QE/GUTS drivers  OMAP:   - Preparation to use devicetree for genpd   - ti-sysc needs iorange check improved when the interconnect target     module has no control registers listed   - ti-sysc needs to probe l4_wkup and l4_cfg interconnects first to     avoid issues with missing resources and unnecessary deferred probe   - ti-sysc debug option can now detect more devices   - ti-sysc now warns if an old incomplete devicetree data is found as     we now rely on it being complete for am3 and 4   - soc init code needs to check for prcm and prm nodes for omap4/5 and     dra7   - omap-prm driver needs to enable autoidle retention support for     omap4   - omap5 clocks are missing gpmc and ocmc clock registers   - pci-dra7xx now needs to use builtin_platform_driver instead of     using builtin_platform_driver_probe for deferred probe to work  Raspberry Pi:   - Fix-up all RPi firmware drivers so as for unbind to happen in an     orderly fashion   - Support for RPi&apos;s PoE hat PWM bus  Qualcomm   - Improved detection for SCM calling conventions   - Support for OEM specific wifi firmware path   - Added drivers for SC7280/SM8350: RPMH, LLCC&lt; AOSS QMP&quot;* tag &apos;arm-drivers-5.13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (165 commits)  soc: aspeed: fix a ternary sign expansion bug  memory: mtk-smi: Add device-link between smi-larb and smi-common  memory: samsung: exynos5422-dmc: handle clk_set_parent() failure  memory: renesas-rpc-if: fix possible NULL pointer dereference of resource  clk: socfpga: fix iomem pointer cast on 64-bit  soc: aspeed: Adapt to new LPC device tree layout  pinctrl: aspeed-g5: Adapt to new LPC device tree layout  ipmi: kcs: aspeed: Adapt to new LPC DTS layout  ARM: dts: Remove LPC BMC and Host partitions  dt-bindings: aspeed-lpc: Remove LPC partitioning  soc: fsl: enable acpi support in RCPM driver  soc: qcom: mdt_loader: Detect truncated read of segments  soc: qcom: mdt_loader: Validate that p_filesz &lt; p_memsz  soc: qcom: pdr: Fix error return code in pdr_register_listener  firmware: qcom_scm: Fix kernel-doc function names to match  firmware: qcom_scm: Suppress sysfs bind attributes  firmware: qcom_scm: Workaround lack of &quot;is available&quot; call on SC7180  firmware: qcom_scm: Reduce locking section for __get_convention()  firmware: qcom_scm: Make __qcom_scm_is_call_available() return bool  Revert &quot;soc: fsl: qe: introduce qe_io{read,write}* wrappers&quot;  ...

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Mon, 26 Apr 2021 21:11:52 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>30a2ac9a8bb5fce15e617038bee8f26e5d090667 - fpga: Add support for Xilinx DFX AXI Shutdown manager</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#30a2ac9a8bb5fce15e617038bee8f26e5d090667</link>
        <description>fpga: Add support for Xilinx DFX AXI Shutdown managerThis patch adds support for Xilinx Dynamic Function eXchange(DFX) AXIshutdown manager IP. It can be used to safely handling the AXI trafficon a Reconfigurable Partition when it is undergoing dynamic reconfigurationand there by preventing system deadlock that may occur if AXI transactionsare interrupted during reconfiguration.PR-Decoupler and AXI shutdown manager are completely different IPs.But both the IP registers are compatible and also both belong to thesame sub-system (fpga-bridge).So using same driver for both IP&apos;s.Signed-off-by: Nava kishore Manne &lt;nava.manne@xilinx.com&gt;Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 11 Feb 2021 06:11:48 +0100</pubDate>
        <dc:creator>Nava kishore Manne &lt;nava.manne@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>3a1fef70ff875ec58dca7002e219943afd7d240c - fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#3a1fef70ff875ec58dca7002e219943afd7d240c</link>
        <description>fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsARCH_SOCFPGA is being renamed to ARCH_INTEL_SOCFPGA so adjust the32-bit ARM drivers to rely on new symbol.Acked-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 11 Mar 2021 16:27:35 +0100</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>4a9a1a5602d82c079325bf37466af0b67d6c0b9e - arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#4a9a1a5602d82c079325bf37466af0b67d6c0b9e</link>
        <description>arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGAAgilex, N5X and Stratix 10 share all quite similar arm64 hard cores andSoC-part.  Up to a point that N5X uses the same DTSI as Agilex.  Fromthe Linux kernel point of view these are flavors of the samearchitecture so there is no need for three top-level arm64architectures.  Simplify this by merging all three architectures intoARCH_INTEL_SOCFPGA and dropping the other ARCH* arm64 Kconfig entries.The side effect is that the INTEL_STRATIX10_SERVICE will now beavailable for both 32-bit and 64-bit Intel SoCFPGA, even though it isused only for 64-bit.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 11 Mar 2021 16:25:38 +0100</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>56172ab35338e3bb13c6bff65dea96b12e8c41ea - fpga: dfl: add support for N3000 Nios private feature</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#56172ab35338e3bb13c6bff65dea96b12e8c41ea</link>
        <description>fpga: dfl: add support for N3000 Nios private featureThis patch adds support for the Nios handshake private feature on IntelPAC (Programmable Acceleration Card) N3000.The Nios is the embedded processor on the FPGA card. This private featureprovides a handshake interface to FPGA Nios firmware, which receivesretimer configuration command from host and executes via an internal SPImaster (spi-altera). When Nios finishes the configuration, host takes overthe ownership of the SPI master to control an Intel MAX10 BMC (BoardManagement Controller) Chip on the SPI bus.For Nios firmware handshake part, this driver requests the retimerconfiguration for Nios firmware on probe, and adds some sysfs nodes foruser to query the onboard retimer&apos;s working mode and Nios firmwareversion.For SPI part, this driver adds a spi-altera platform device as well asthe MAX10 BMC spi slave info. A spi-altera driver will be matched tohandle the following SPI work.[mdf@kernel.org: Fixed up ABI doc kernel release]Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Signed-off-by: Matthew Gerlach &lt;matthew.gerlach@linux.intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Link: https://lore.kernel.org/r/20210107043714.991646-8-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Thu, 07 Jan 2021 05:37:13 +0100</pubDate>
        <dc:creator>Xu Yilun &lt;yilun.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1a16af33ba88ef25e206a13366379179cae79d23 - fpga: Specify HAS_IOMEM dependency for FPGA_DFL</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/fpga/Kconfig#1a16af33ba88ef25e206a13366379179cae79d23</link>
        <description>fpga: Specify HAS_IOMEM dependency for FPGA_DFLBecause dfl.c uses the &apos;devm_ioremap&apos;, &apos;devm_iounmap&apos;,&apos;devm_ioremap_resource&apos;, and &apos;devm_platform_ioremap_resource&apos;functions, it should depend on HAS_IOMEM.This fixes make allyesconfig under UML (ARCH=um), which doesn&apos;t provideHAS_IOMEM.[mdf@kernel.org: Removed &quot;drivers: &quot; in commit message]Fixes: 89eb35e810a8 (&quot;fpga: dfl: map feature mmio resources in their own feature drivers&quot;)Signed-off-by: David Gow &lt;davidgow@google.com&gt;Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;Link: https://lore.kernel.org/r/20201122001549.107023-2-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/fpga/Kconfig</description>
        <pubDate>Sun, 22 Nov 2020 01:15:49 +0100</pubDate>
        <dc:creator>David Gow &lt;davidgow@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
