<?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>9c482946235362f81bf20da94e1c1f467a03c08f - misc: Remove old APDS990x driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#9c482946235362f81bf20da94e1c1f467a03c08f</link>
        <description>misc: Remove old APDS990x driverThe APDS990x driver in misc lacks DeviceTree support, and no mainlinepre-DT board files configured this device using apds990x_platform_data.This driver belongs to a legacy group of ambient light sensor drivers indrivers/misc/ that predates the migration to DT and the standard IIO ABI.Since the Avago APDS9900/9901 ALS/Proximity sensor is now supported bythe tsl2772 IIO driver and there are no active users in the kernel tree,remove this old implementation.Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Sat, 25 Apr 2026 14:54:29 +0200</pubDate>
        <dc:creator>Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8ac646d6dfbf8e42bdb31b71e03a7984557ab1b1 - char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#8ac646d6dfbf8e42bdb31b71e03a7984557ab1b1</link>
        <description>char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/drivers/misc/misc_minor_kunit.c is to test APIs defined indrivers/char/misc.c, but is not in the same directory as the later.Move misc_minor_kunit.c to drivers/char/.Signed-off-by: Zijun Hu &lt;zijun.hu@oss.qualcomm.com&gt;Link: https://lore.kernel.org/r/20250714-rfc_miscdev-v6-1-2ed949665bde@oss.qualcomm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Mon, 14 Jul 2025 17:34:12 +0200</pubDate>
        <dc:creator>Zijun Hu &lt;zijun.hu@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>49d63971f96349cdcff89d21786e3c804e7cd4c0 - misc: rp1: RaspberryPi RP1 misc driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#49d63971f96349cdcff89d21786e3c804e7cd4c0</link>
        <description>misc: rp1: RaspberryPi RP1 misc driverThe RaspberryPi RP1 is a PCI multi function device containingperipherals ranging from Ethernet to USB controller, I2C, SPIand others.Implement a bare minimum driver to operate the RP1, leveragingactual OF based driver implementations for the on-board peripheralsby loading a devicetree overlay during driver probe if the RP1node is not already present in the DT.The peripherals are accessed by mapping MMIO registers startingfrom PCI BAR1 region.With the overlay approach we can achieve more generic and agnosticapproach to managing this chipset, being that it is a PCI endpointand could possibly be reused in other hw implementations. Thepresented approach is also used by Bootlin&apos;s Microchip LAN966xpatchset (see link) as well, for a similar chipset.In this case, the inclusion tree for the DT overlay is as follow(the arrow points to the includer): rp1-pci.dtso &lt;---- rp1-common.dtsiOn the other hand, to ensure compatibility with downstream, thisdriver can also work with a DT already comprising the RP1 node, sothe dynamically loaded overlay will not be used if the DT is alreadyfully defined.The reason why this driver is contained in drivers/misc hasbeen paved by Bootlin&apos;s LAN966X driver, which first used theoverlay approach to implement non discoverable peripherals behind aPCI bus. For RP1, the same arguments apply: it&apos;s not used as an SoCsince the driver code is not running on-chip and is not like an MFDsince it does not really need all the MFD infrastructure (shared regs,etc.). So, for this particular use, misc has been proposed and deemedas a good choice. For further details about that please check the links.This driver is heavily based on downstream code from RaspberryPiFoundation, and the original author is Phil Elwell.Link: https://datasheets.raspberrypi.com/rp1/rp1-peripherals.pdfLink: https://lore.kernel.org/all/20240612140208.GC1504919@google.com/Link: https://lore.kernel.org/all/83f7fa09-d0e6-4f36-a27d-cee08979be2a@app.fastmail.com/Link: https://lore.kernel.org/all/2024081356-mutable-everyday-6f9d@gregkh/Link: https://lore.kernel.org/all/20240808154658.247873-1-herve.codina@bootlin.com/Signed-off-by: Andrea della Porta &lt;andrea.porta@suse.com&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;   # quirks.c, pci_ids.hAcked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20250529135052.28398-7-andrea.porta@suse.comSigned-off-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Thu, 29 May 2025 15:50:44 +0200</pubDate>
        <dc:creator>Andrea della Porta &lt;andrea.porta@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>c26f4fbd58375bd6ef74f95eb73d61762ad97c59 - Merge tag &apos;char-misc-6.16-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/misc/Makefile#c26f4fbd58375bd6ef74f95eb73d61762ad97c59</link>
        <description>Merge tag &apos;char-misc-6.16-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char / misc / iio driver updates from Greg KH: &quot;Here is the big char/misc/iio and other small driver subsystem pull  request for 6.16-rc1.  Overall, a lot of individual changes, but nothing major, just the  normal constant forward progress of new device support and cleanups to  existing subsystems. Highlights in here are:   - Large IIO driver updates and additions and device tree changes   - Android binder bugfixes and logfile fixes   - mhi driver updates   - comedi driver updates   - counter driver updates and additions   - coresight driver updates and additions   - echo driver removal as there are no in-kernel users of it   - nvmem driver updates   - spmi driver updates   - new amd-sbi driver &quot;subsystem&quot; and drivers added   - rust miscdriver binding documentation fix   - other small driver fixes and updates (uio, w1, acrn, hpet,     xillybus, cardreader drivers, fastrpc and others)  All of these have been in linux-next for quite a while with no  reported problems&quot;* tag &apos;char-misc-6.16-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (390 commits)  binder: fix yet another UAF in binder_devices  counter: microchip-tcb-capture: Add watch validation support  dt-bindings: iio: adc: Add ROHM BD79100G  iio: adc: add support for Nuvoton NCT7201  dt-bindings: iio: adc: add NCT7201 ADCs  iio: chemical: Add driver for SEN0322  dt-bindings: trivial-devices: Document SEN0322  iio: adc: ad7768-1: reorganize driver headers  iio: bmp280: zero-init buffer  iio: ssp_sensors: optimalize -&gt; optimize  HID: sensor-hub: Fix typo and improve documentation  iio: admv1013: replace redundant ternary operator with just len  iio: chemical: mhz19b: Fix error code in probe()  iio: adc: at91-sama5d2: use IIO_DECLARE_BUFFER_WITH_TS  iio: accel: sca3300: use IIO_DECLARE_BUFFER_WITH_TS  iio: adc: ad7380: use IIO_DECLARE_DMA_BUFFER_WITH_TS  iio: adc: ad4695: rename AD4695_MAX_VIN_CHANNELS  iio: adc: ad4695: use IIO_DECLARE_DMA_BUFFER_WITH_TS  iio: introduce IIO_DECLARE_BUFFER_WITH_TS macros  iio: make IIO_DMA_MINALIGN minimum of 8 bytes  ...

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Fri, 06 Jun 2025 20:50:47 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e1565867640506166b6c4182dec9ee955492d003 - hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#e1565867640506166b6c4182dec9ee955492d003</link>
        <description>hwmon/misc: amd-sbi: Move core sbrmi from hwmon to miscThis is done to support other functionality provided by the SBRMI, whichdoes not fit in the hwmon subsystem.Reviewed-by: Naveen Krishna Chatradhi &lt;naveenkrishna.chatradhi@amd.com&gt;Signed-off-by: Akshay Gupta &lt;akshay.gupta@amd.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20250428063034.2145566-2-akshay.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Mon, 28 Apr 2025 08:30:25 +0200</pubDate>
        <dc:creator>Akshay Gupta &lt;akshay.gupta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>7f4de1867ef9a787c618e6eb1540b34fef2643ae - misc: echo: Remove</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#7f4de1867ef9a787c618e6eb1540b34fef2643ae</link>
        <description>misc: echo: Remove&apos;echo&apos; is a software echo canceller for telco use, howeverit&apos;s not used in the kernel at all.Remove it.It was moved from staging in 2014 bycommit Fixes: 6e2055a9e56e (&quot;staging: echo: move to drivers/misc/&quot;)Some discussion on lkml:  https://lore.kernel.org/all/Z7tZhYET41DAoHVf@gallifrey/with Arnd and Harald, led to the &apos;dahdi&apos; package which is part ofAsterisk:  https://gitea.osmocom.org/retronetworking/dahdi-linuxwhich can build with the &apos;echo&apos; module, but is normally configuredwith out it.Dahdi is large, old, only lightly maintained and with a big API, sothere&apos;s no hope now of ever merging it into the main kernel tree.Debian do package Dahdi, and in their package they actually includea copy of the &apos;echo&apos; module rather than using the kernel from theupstream kernel.  So even in the few cases where it is packagedand built, the kernel copy isn&apos;t used.Signed-off-by: &quot;Dr. David Alan Gilbert&quot; &lt;linux@treblig.org&gt;Link: https://lore.kernel.org/r/20250427224022.113678-1-linux@treblig.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Mon, 28 Apr 2025 00:40:22 +0200</pubDate>
        <dc:creator>Dr. David Alan Gilbert &lt;linux@treblig.org&gt;</dc:creator>
    </item>
<item>
        <title>1e5c9b1efa1c37ef3fc5c67b1c6e7025ec7b2330 - misc: add FPC202 dual port controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#1e5c9b1efa1c37ef3fc5c67b1c6e7025ec7b2330</link>
        <description>misc: add FPC202 dual port controller driverThe TI FPC202 dual port controller serves as a low-speed signal aggregatorfor common port types such as SFP, QSFP, Mini-SAS HD, and others.It aggregates GPIO and I2C signals across two downstream ports, acting asboth a GPIO controller and an I2C address translator for up to two logicaldevices per port.Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;Signed-off-by: Romain Gantois &lt;romain.gantois@bootlin.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Thu, 06 Mar 2025 17:23:30 +0100</pubDate>
        <dc:creator>Romain Gantois &lt;romain.gantois@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>5a0fcb0ef5584caf7da3f31896e08650c532e4c1 - cxl: Remove driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#5a0fcb0ef5584caf7da3f31896e08650c532e4c1</link>
        <description>cxl: Remove driverRemove the cxl driver that provides support for the IBM CoherentAccelerator Processor Interface. Revert or clean up associated code inarch/powerpc that is no longer necessary.cxl has received minimal maintenance for several years, and is notsupported on the Power10 processor. We aren&apos;t aware of any users who arelikely to be using recent kernels.Thanks to Mikey Neuling, Ian Munsie, Daniel Axtens, Frederic Barrat,Christophe Lombard, Philippe Bergheaud, Vaibhav Jain and AlastairD&apos;Silva for their work on this driver over the years.Signed-off-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Acked-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Acked-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://patch.msgid.link/20250219070007.177725-2-ajd@linux.ibm.com

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Wed, 19 Feb 2025 08:00:06 +0100</pubDate>
        <dc:creator>Andrew Donnellan &lt;ajd@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>37df9043329b8292d53789c19e05faf7f3ae5ae8 - misc:minor basic kunit tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#37df9043329b8292d53789c19e05faf7f3ae5ae8</link>
        <description>misc:minor basic kunit testsbasic kunit tests for misc minorSigned-off-by: Vimal Agrawal &lt;vimal.agrawal@sophos.com&gt;Reviewed-by: Dirk VanDerMerwe &lt;dirk.vandermerwe@sophos.com&gt;Link: https://lore.kernel.org/r/20241021133926.23774-1-vimal.agrawal@sophos.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Mon, 21 Oct 2024 15:39:26 +0200</pubDate>
        <dc:creator>Vimal Agrawal &lt;vimal.agrawal@sophos.com&gt;</dc:creator>
    </item>
<item>
        <title>2eff01ee2881becc9daaa0d53477ec202136b1f4 - Merge tag &apos;char-misc-6.13-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/misc/Makefile#2eff01ee2881becc9daaa0d53477ec202136b1f4</link>
        <description>Merge tag &apos;char-misc-6.13-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO/whatever driver subsystem updates from Greg KH: &quot;Here is the &apos;big and hairy&apos; char/misc/iio and other small driver  subsystem updates for 6.13-rc1.  Loads of things in here, and even a fun merge conflict!   - rust misc driver bindings and other rust changes to make misc     drivers actually possible.     I think this is the tipping point, expect to see way more rust     drivers going forward now that these bindings are present. Next     merge window hopefully we will have pci and platform drivers     working, which will fully enable almost all driver subsystems to     start accepting (or at least getting) rust drivers.     This is the end result of a lot of work from a lot of people,     congrats to all of them for getting this far, you&apos;ve proved many of     us wrong in the best way possible, working code :)   - IIO driver updates, too many to list individually, that subsystem     keeps growing and growing...   - Interconnect driver updates   - nvmem driver updates   - pwm driver updates   - platform_driver::remove() fixups, loads of them   - counter driver updates   - misc driver updates (keba?)   - binder driver updates and fixes   - loads of other small char/misc/etc driver updates and additions,     full details in the shortlog.  All of these have been in linux-next for a while, with no other  reported issues other than that merge conflict&quot;* tag &apos;char-misc-6.13-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (401 commits)  mei: vsc: Fix typo &quot;maintstepping&quot; -&gt; &quot;mainstepping&quot;  firmware: Switch back to struct platform_driver::remove()  misc: isl29020: Fix the wrong format specifier  scripts/tags.sh: Don&apos;t tag usages of DEFINE_MUTEX  fpga: Switch back to struct platform_driver::remove()  mei: vsc: Improve error logging in vsc_identify_silicon()  mei: vsc: Do not re-enable interrupt from vsc_tp_reset()  dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Add SAR2130P compatible  dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188  spmi: pmic-arb: fix return path in for_each_available_child_of_node()  iio: Move __private marking before struct element priv in struct iio_dev  docs: iio: ad7380: add adaq4370-4 and adaq4380-4  iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4  iio: adc: ad7380: use local dev variable to shorten long lines  iio: adc: ad7380: fix oversampling formula  dt-bindings: iio: adc: ad7380: add adaq4370-4 and adaq4380-4 compatible parts  bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR  bus: mhi: host: Switch trace_mhi_gen_tre fields to native endian  misc: atmel-ssc: Use of_property_present() for non-boolean properties  misc: keba: Add hardware dependency  ...

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Fri, 29 Nov 2024 20:58:27 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>185686beb464996bc587e8ae1eee61f01bee080e - misc: Add support for LAN966x PCI device</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#185686beb464996bc587e8ae1eee61f01bee080e</link>
        <description>misc: Add support for LAN966x PCI deviceAdd a PCI driver that handles the LAN966x PCI device using a device-treeoverlay. This overlay is applied to the PCI device DT node and allows todescribe components that are present in the device.The memory from the device-tree is remapped to the BAR memory thanks to&quot;ranges&quot; properties computed at runtime by the PCI core during the PCIenumeration.The PCI device itself acts as an interrupt controller and is used as theparent of the internal LAN966x interrupt controller to route theinterrupts to the assigned PCI INTx interrupt.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;	# quirks.cLink: https://lore.kernel.org/r/20241014124636.24221-2-herve.codina@bootlin.comSigned-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 14:46:30 +0200</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>78fe66360ed64d2164bbbbf47b332d76eb39bf75 - misc: ti-st: st_kim: remove the driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#78fe66360ed64d2164bbbbf47b332d76eb39bf75</link>
        <description>misc: ti-st: st_kim: remove the driverThis driver has only ever been used by the omap4-panda board file. Thisfile has been gone for over 10 years. Let it go.Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Link: https://lore.kernel.org/r/20241016094117.16654-1-brgl@bgdev.plSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Wed, 16 Oct 2024 11:41:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1e9046e3a154608f63ce79edcb01e6afd6b10c7c - rpmb: add Replay Protected Memory Block (RPMB) subsystem</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#1e9046e3a154608f63ce79edcb01e6afd6b10c7c</link>
        <description>rpmb: add Replay Protected Memory Block (RPMB) subsystemA number of storage technologies support a specialised hardwarepartition designed to be resistant to replay attacks. The underlyingHW protocols differ but the operations are common. The RPMB partitioncannot be accessed via standard block layer, but by a set of specificRPMB commands. Such a partition provides authenticated and replayprotected access, hence suitable as a secure storage.The initial aim of this patch is to provide a simple RPMB driverinterface which can be accessed by the optee driver to facilitate earlyRPMB access to OP-TEE OS (secure OS) during the boot time.A TEE device driver can claim the RPMB interface, for example, viarpmb_interface_register() or rpmb_dev_find_device(). The RPMB driverprovides a callback to route RPMB frames to the RPMB device accessiblevia rpmb_route_frames().The detailed operation of implementing the access is left to the TEEdevice driver itself.Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;Signed-off-by: Alex Benn&#233;e &lt;alex.bennee@linaro.org&gt;Signed-off-by: Shyam Saini &lt;shyamsaini@linux.microsoft.com&gt;Signed-off-by: Jens Wiklander &lt;jens.wiklander@linaro.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Manuel Traut &lt;manut@mecka.net&gt;Reviewed-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20240814153558.708365-2-jens.wiklander@linaro.orgSigned-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 17:35:55 +0200</pubDate>
        <dc:creator>Jens Wiklander &lt;jens.wiklander@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5f67eef6dff39421215e9134f1eaae51b67a73b7 - misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#5f67eef6dff39421215e9134f1eaae51b67a73b7</link>
        <description>misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driverAdds a misc driver for Marvell CN10K DPI(DMA Engine) device&apos;s physicalfunction which initializes DPI DMA hardware&apos;s global configuration andenables hardware mailbox channels between physical function (PF) andit&apos;s virtual functions (VF). VF device drivers (User space drivers) usethis hw mailbox to communicate any required device configuration on it&apos;srespective VF device. Accordingly, this DPI PF driver provisions theVF device resources.At the hardware level, the DPI physical function (PF) acts as a managementinterface to setup the VF device resources, VF devices are only provisionedto handle or control the actual DMA Engine&apos;s data transfer capabilities.Signed-off-by: Vamsi Attunuru &lt;vattunuru@marvell.com&gt;Reviewed-by: Srujana Challa &lt;schalla@marvell.com&gt;Link: https://lore.kernel.org/r/20240706153009.3775333-1-vattunuru@marvell.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Sat, 06 Jul 2024 17:30:09 +0200</pubDate>
        <dc:creator>Vamsi Attunuru &lt;vattunuru@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>a1944676767e855869b6af8e1c7e185372feaf31 - misc: keba: Add basic KEBA CP500 system FPGA support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#a1944676767e855869b6af8e1c7e185372feaf31</link>
        <description>misc: keba: Add basic KEBA CP500 system FPGA supportThe KEBA CP500 system FPGA is a PCIe device, which consists of multipleIP cores. Every IP core has its own auxiliary driver. The cp500 driverregisters an auxiliary device for each device and the correspondingdrivers are loaded by the Linux driver infrastructure.Currently 3 variants of this device exists. Every variant has its ownPCI device ID, which is used to determine the list of available IPcores. In this first version only the auxiliary device for the I2Ccontroller is registered.Besides the auxiliary device registration some other basic functions ofthe FPGA are implemented; e.g, FPGA version sysfs file, keep FPGAconfiguration on reset sysfs file, error message for errors on theinternal AXI bus of the FPGA.Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20240630194740.7137-2-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Sun, 30 Jun 2024 21:47:39 +0200</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>25b9cadb1ee3434b92de9096d4a2ae91820146bf - ntsync: Introduce the ntsync driver and character device.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#25b9cadb1ee3434b92de9096d4a2ae91820146bf</link>
        <description>ntsync: Introduce the ntsync driver and character device.ntsync uses a misc device as the simplest and least intrusive uAPI interface.Each file description on the device represents an isolated NT instance, intendedto correspond to a single NT virtual machine.Signed-off-by: Elizabeth Figura &lt;zfigura@codeweavers.com&gt;Link: https://lore.kernel.org/r/20240329000621.148791-2-zfigura@codeweavers.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Fri, 29 Mar 2024 01:05:52 +0100</pubDate>
        <dc:creator>Elizabeth Figura &lt;zfigura@codeweavers.com&gt;</dc:creator>
    </item>
<item>
        <title>b9873755a6c8ccfce79094c4dce9efa3ecb1a749 - misc: Add Nitro Secure Module driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#b9873755a6c8ccfce79094c4dce9efa3ecb1a749</link>
        <description>misc: Add Nitro Secure Module driverWhen running Linux inside a Nitro Enclave, the hypervisor provides aspecial virtio device called &quot;Nitro Security Module&quot; (NSM). This devicehas 3 main functions:  1) Provide attestation reports  2) Modify PCR state  3) Provide entropyThis patch adds a driver for NSM that exposes a /dev/nsm device node whichuser space can issue an ioctl on this device with raw NSM CBOR formattedcommands to request attestation documents, influence PCR states, readentropy and enumerate status of the device. In addition, the driverimplements a hwrng backend.Originally-by: Petre Eftime &lt;petre.eftime@gmail.com&gt;Signed-off-by: Alexander Graf &lt;graf@amazon.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20231011213522.51781-1-graf@amazon.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 23:35:22 +0200</pubDate>
        <dc:creator>Alexander Graf &lt;graf@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>a0df3ef087f8aaebbdf205b1b2e126ec9ef6b113 - misc: tps6594-pfsm: Add driver for TI TPS6594 PFSM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#a0df3ef087f8aaebbdf205b1b2e126ec9ef6b113</link>
        <description>misc: tps6594-pfsm: Add driver for TI TPS6594 PFSMThis PFSM controls the operational modes of the PMIC:- STANDBY and LP_STANDBY,- ACTIVE state,- MCU_ONLY state,- RETENTION state, with or without DDR and/or GPIO retention.Depending on the current operational mode, some voltage domainsremain energized while others can be off.This PFSM is also used to trigger a firmware update, and providesR/W access to device registers.See Documentation/misc-devices/tps6594-pfsm.rst for moreinformation.Signed-off-by: Julien Panis &lt;jpanis@baylibre.com&gt;Message-ID: &lt;20230511095126.105104-5-jpanis@baylibre.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Thu, 11 May 2023 11:51:24 +0200</pubDate>
        <dc:creator>Julien Panis &lt;jpanis@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>875fdd0787e41e4dfc4161461514ec3b1230458f - misc: tps6594-esm: Add driver for TI TPS6594 ESM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/Makefile#875fdd0787e41e4dfc4161461514ec3b1230458f</link>
        <description>misc: tps6594-esm: Add driver for TI TPS6594 ESMThis patch adds support for TPS6594 ESM (Error Signal Monitor).This device monitors the SoC error output signal at its nERR_SOC input pin.In error condition, ESM toggles its nRSTOUT_SOC pin to reset the SoC.Signed-off-by: Julien Panis &lt;jpanis@baylibre.com&gt;Message-ID: &lt;20230511095126.105104-4-jpanis@baylibre.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Thu, 11 May 2023 11:51:23 +0200</pubDate>
        <dc:creator>Julien Panis &lt;jpanis@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>693fed981eb9bf6e70bfda66bb872e2bb8155671 - Merge tag &apos;char-misc-6.3-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/misc/Makefile#693fed981eb9bf6e70bfda66bb872e2bb8155671</link>
        <description>Merge tag &apos;char-misc-6.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc and other driver subsystem updates from Greg KH: &quot;Here is the large set of driver changes for char/misc drivers and  other smaller driver subsystems that flow through this git tree.  Included in here are:   - New IIO drivers and features and improvments in that subsystem   - New hwtracing drivers and additions to that subsystem   - lots of interconnect changes and new drivers as that subsystem     seems under very active development recently. This required also     merging in the icc subsystem changes through this tree.   - FPGA driver updates   - counter subsystem and driver updates   - MHI driver updates   - nvmem driver updates   - documentation updates   - Other smaller driver updates and fixes, full details in the     shortlog  All of these have been in linux-next for a while with no reported  problems&quot;* tag &apos;char-misc-6.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (223 commits)  scripts/tags.sh: fix incompatibility with PCRE2  firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entries  mei: lower the log level for non-fatal failed messages  mei: bus: disallow driver match while dismantling device  misc: vmw_balloon: fix memory leak with using debugfs_lookup()  nvmem: stm32: fix OPTEE dependency  dt-bindings: nvmem: qfprom: add IPQ8074 compatible  nvmem: qcom-spmi-sdam: register at device init time  nvmem: rave-sp-eeprm: fix kernel-doc bad line warning  nvmem: stm32: detect bsec pta presence for STM32MP15x  nvmem: stm32: add OP-TEE support for STM32MP13x  nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()  nvmem: core: add nvmem_add_one_cell()  nvmem: core: drop the removal of the cells in nvmem_add_cells()  nvmem: core: move struct nvmem_cell_info to nvmem-provider.h  nvmem: core: add an index parameter to the cell  of: property: add #nvmem-cell-cells property  of: property: make #.*-cells optional for simple props  of: base: add of_parse_phandle_with_optional_args()  net: add helper eth_addr_add()  ...

            List of files:
            /linux/drivers/misc/Makefile</description>
        <pubDate>Fri, 24 Feb 2023 21:47:33 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
