<?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 cdev.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>93e4b3076b5f2d853462b9777d083c77fc0b7b23 - Merge tag &apos;char-misc-7.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/issei/cdev.c#93e4b3076b5f2d853462b9777d083c77fc0b7b23</link>
        <description>Merge tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO/etc driver updates from Greg KH: &quot;Here is the big set of char, misc, iio, counter, fpga, and other small  driver subsystems for 7.3-rc1.  Overall, due to some driver removals we only added a bit more code  than removed, which was a nice change. Highlights in this merge  request are:   - Loads of IIO driver updates and additions   - binder driver updates (more on that below...)   - Removal of the SGI XP and GRU drivers as they are not used anymore     and turn out to be pretty insecure overall   - Removal of the obsolete ibmasm driver as it&apos;s not being used     anymore   - Coresight driver updates and additions   - Mei driver udpates   - Counter driver updates   - FPGA driver updates   - ICC driver updates   - lots and lots of other tiny driver updates to resolve reported     issues  All of these have been in linux-next for a while&quot;* tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (513 commits)  iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAF  iio: adc: pac1921: fix wrong channel used in trigger handler read  iio: light: gp2ap002: re-enable irq if runtime suspend fails  iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writes  iio: light: apds9306: fix PM reference leak in apds9306_read_data()  iio: gyro: mpu3050: fix sign of raw angular velocity readings  iio: srf04: fix pm_runtime handling on probe error path  iio: adc: ad4080: configure backend data size  iio: adc: adi-axi-adc: add data size support for AD408X backend  iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable  iio: dac: ad5446: fix OF module device table  iio: light: opt4001: Fix reversed GENMASK() arguments in fault count mask  iio: light: opt4001: Reject integration times with a non-zero seconds part  iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()  iio: light: opt4001: Fix power down clearing bits of the wrong register  iio: light: opt4060: Fix incorrect register name in threshold read error message  iio: light: opt4060: Fix pointer type passed to div_u64_rem()  iio: light: opt4060: Reject integration times with a non-zero seconds part  iio: light: ltrf216a: fix runtime PM reference leak in error path  iio: pressure: dps310: fix NULL pointer dereference on ACPI probe  ...

            List of files:
            /linux/drivers/misc/issei/cdev.c</description>
        <pubDate>Tue, 25 Aug 2026 18:38:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2207e8d48088e7358dd6b08163dac95730cc1c66 - issei: add firmware and host clients implementation, finish character device</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/issei/cdev.c#2207e8d48088e7358dd6b08163dac95730cc1c66</link>
        <description>issei: add firmware and host clients implementation, finish character deviceAdd the core implementation for firmware and host clientmanagement within the ISSEI (Intel Silicon Security Engine Interface)subsystem support for a character device to expose the ISSEIHECI interface to user space.The firmware client (fw_client) and host client (host_client) modulesare responsible for managing communication between the host softwareand the firmware.The character device provides a communication channel for user-spaceapplications to interact with the firmware on the platform.The client modules enable the ISSEI driver to manage multiplehost clients communicating with corresponding firmwareclients, facilitating data transfers and control operationsover the HECI interface.The character device allows user-space applications to establishconnections to firmware clients using UUIDs, exchange messages,and control the communication flow using standardfile operation calls.Reviewed-by: Karol Wachowski &lt;karol.wachowski@linux.intel.com&gt;Co-developed-by: Vitaly Lubart &lt;lubvital@gmail.com&gt;Signed-off-by: Vitaly Lubart &lt;lubvital@gmail.com&gt;Signed-off-by: Alexander Usyskin &lt;alexander.usyskin@intel.com&gt;Link: https://patch.msgid.link/20260513-issei-for-upstream-v1-2-f590038678f9@intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/issei/cdev.c</description>
        <pubDate>Wed, 13 May 2026 16:18:43 +0200</pubDate>
        <dc:creator>Alexander Usyskin &lt;alexander.usyskin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>65f0ecb9ec85cb3a2e2372a6427dcc100691fc57 - issei: initial driver skeleton</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/issei/cdev.c#65f0ecb9ec85cb3a2e2372a6427dcc100691fc57</link>
        <description>issei: initial driver skeletonThe ISSEI (Intel Silicon Security Engine Interface)subsystem provides a communication channel between the host and theSilicon Security Engine.Prepare basic driver functions and character devicefor user-space communication.Add DMA access routines for ISSEI HECI devices.Add of DMA-related structures and implementation of routines forsetting up DMA, as well as reading and writing DMA buffers.Reviewed-by: Karol Wachowski &lt;karol.wachowski@linux.intel.com&gt;Co-developed-by: Vitaly Lubart &lt;lubvital@gmail.com&gt;Signed-off-by: Vitaly Lubart &lt;lubvital@gmail.com&gt;Signed-off-by: Alexander Usyskin &lt;alexander.usyskin@intel.com&gt;Link: https://patch.msgid.link/20260513-issei-for-upstream-v1-1-f590038678f9@intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/issei/cdev.c</description>
        <pubDate>Wed, 13 May 2026 16:18:42 +0200</pubDate>
        <dc:creator>Alexander Usyskin &lt;alexander.usyskin@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
