<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b95d0899 - usb: use &quot;prompt&quot; instead of &quot;bool&quot; for choice prompts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#b95d0899</link>
        <description>usb: use &quot;prompt&quot; instead of &quot;bool&quot; for choice promptsSince commit fde192511bdb (&quot;kconfig: remove tristate choice support&quot;),all choice blocks are now boolean. There is no longer a need to specifythe choice type explicitly.Most choice blocks already use &quot;prompt&quot;. Before the next commit removessupport for the &quot;bool&quot; syntax in choice entries, this commit convertsthe remaining &quot;bool&quot; occurences under drivers/usb/.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Sun, 29 Sep 2024 17:32:36 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>60d789f3 - usb: isp1760: add support for isp1763</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#60d789f3</link>
        <description>usb: isp1760: add support for isp1763isp1763 have some differences from the isp1760, 8 bit address forregisters and 16 bit for values, no bulk access to memory addresses,16 PTD&apos;s instead of 32.Following the regmap work done before add the registers, memory accessand add the functions to support differences in setup sequences.Signed-off-by: Rui Miguel Silva &lt;rui.silva@linaro.org&gt;Link: https://lore.kernel.org/r/20210513084717.2487366-8-rui.silva@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Thu, 13 May 2021 08:47:15 +0000</pubDate>
        <dc:creator>Rui Miguel Silva &lt;rui.silva@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1da9e1c0 - usb: isp1760: move to regmap for register access</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#1da9e1c0</link>
        <description>usb: isp1760: move to regmap for register accessRework access to registers and memory to use regmap framework.No change in current feature or way of work is intended with thischange.This will allow to reuse this driver with other IP of this family,for example isp1763, with little changes and effort.Signed-off-by: Rui Miguel Silva &lt;rui.silva@linaro.org&gt;Link: https://lore.kernel.org/r/20210513084717.2487366-3-rui.silva@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Thu, 13 May 2021 08:47:10 +0000</pubDate>
        <dc:creator>Rui Miguel Silva &lt;rui.silva@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>100832ab - usb: isp1760: Make HCD support optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#100832ab</link>
        <description>usb: isp1760: Make HCD support optionalEnable compilation of the isp1760 driver in pure host mode, pure devicemode, or dual-role mode.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Tue, 20 Jan 2015 22:56:03 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>7ef077a8 - usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/isp1760/Kconfig#7ef077a8</link>
        <description>usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Now that this is DRD, it doesn&apos;t make sense to keep it underdrivers/usb/host.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/isp1760/Kconfig</description>
        <pubDate>Tue, 20 Jan 2015 22:56:02 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
</channel>
</rss>
