<?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>3a11b0b5 - misc: bcm-vk: only support ttyVK if CONFIG_TTY is set</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/bcm-vk/Makefile#3a11b0b5</link>
        <description>misc: bcm-vk: only support ttyVK if CONFIG_TTY is setCorrect compile issue if CONFIG_TTY is not set byonly adding ttyVK devices if CONFIG_BCM_VK_TTY is set.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Link: https://lore.kernel.org/r/20210203223826.21674-1-scott.branden@broadcom.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/bcm-vk/Makefile</description>
        <pubDate>Wed, 03 Feb 2021 22:38:26 +0000</pubDate>
        <dc:creator>Scott Branden &lt;scott.branden@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>91ca10d6 - misc: bcm-vk: add ttyVK support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/bcm-vk/Makefile#91ca10d6</link>
        <description>misc: bcm-vk: add ttyVK supportAdd ttyVK support to driver to allow console access to VK card from host.Device node will be in the follow form /dev/bcm-vk.x_ttyVKy where:x is the instance of the VK cardy is the tty device number on the VK cardAcked-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Link: https://lore.kernel.org/r/20210120175827.14820-14-scott.branden@broadcom.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/bcm-vk/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 17:58:27 +0000</pubDate>
        <dc:creator>Scott Branden &lt;scott.branden@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>111d746b - misc: bcm-vk: add VK messaging support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/bcm-vk/Makefile#111d746b</link>
        <description>misc: bcm-vk: add VK messaging supportAdd message support in order to be able to communicateto VK card via message queues.This info is used for debug purposes via collection of logs via directread of BAR space and by sysfs access (in a follow on commit).Co-developed-by: Desmond Yan &lt;desmond.yan@broadcom.com&gt;Acked-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Desmond Yan &lt;desmond.yan@broadcom.com&gt;Signed-off-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Link: https://lore.kernel.org/r/20210120175827.14820-10-scott.branden@broadcom.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/bcm-vk/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 17:58:23 +0000</pubDate>
        <dc:creator>Scott Branden &lt;scott.branden@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>22c30607 - misc: bcm-vk: add open/release</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/bcm-vk/Makefile#22c30607</link>
        <description>misc: bcm-vk: add open/releaseAdd open/release to replace private data with context for other methodsto use.  Reason for the context is because it is allowed for multiplesessions to open sysfs.  For each file open, when upper layer queries theresponse, only those that are tied to a specified open should be returned.Co-developed-by: Desmond Yan &lt;desmond.yan@broadcom.com&gt;Acked-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Desmond Yan &lt;desmond.yan@broadcom.com&gt;Signed-off-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Link: https://lore.kernel.org/r/20210120175827.14820-7-scott.branden@broadcom.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/bcm-vk/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 17:58:20 +0000</pubDate>
        <dc:creator>Scott Branden &lt;scott.branden@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>522f6926 - misc: bcm-vk: add Broadcom VK driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/bcm-vk/Makefile#522f6926</link>
        <description>misc: bcm-vk: add Broadcom VK driverAdd initial version of Broadcom VK driver to enumerate PCI device IDsof Valkyrie and Viper device IDs.VK based cards provide real-time high performance, high throughput,low latency offload compute engine operations.They are used for multiple parallel offload tasks as:audio, video and image processing and crypto operations.Further commits add additional features to driver beyond probe/remove.Acked-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Link: https://lore.kernel.org/r/20210120175827.14820-3-scott.branden@broadcom.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/bcm-vk/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 17:58:16 +0000</pubDate>
        <dc:creator>Scott Branden &lt;scott.branden@broadcom.com&gt;</dc:creator>
    </item>
</channel>
</rss>
