<?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>d991f855 - usb: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#d991f855</link>
        <description>usb: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Mon, 20 May 2019 14:14:33 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&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/atm/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/atm/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>25e11ec4 - USB: regroup all depends on USB within an if USB block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#25e11ec4</link>
        <description>USB: regroup all depends on USB within an if USB blockThis patch removes the depends on USB from all config symbols indrivers/usb/host/Kconfig and replace that with an if USB / endif blockas suggested by Alan Stern. Some source ... Kconfig lines have beenshuffled around to permit a better regroupment of the Kconfig filesdepending on &quot;config USB&quot; item. No functionnal change is introduced.Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Tue, 09 Apr 2013 12:29:25 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>e5430f88 - USB: Remove redundant dependencies on USB_ATM.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#e5430f88</link>
        <description>USB: Remove redundant dependencies on USB_ATM.Given that the bulk of the Kconfig file is enclosed in &quot;if USB_ATM&quot;,remove the unnecessary dependencies.Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Fri, 25 Apr 2008 21:06:35 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;</dc:creator>
    </item>
<item>
        <title>b75be4ab - USB: Use menuconfig objects</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#b75be4ab</link>
        <description>USB: Use menuconfig objectscommit 04d06ad0f1fdb499af84ae3d7969e2136a462f38 have added menuconfig supportfor the whole USB Kconfig, but there are still menuconfig need for usb/serial,usb/atm, and usb/gadget, so that the user can disable all the options in thatmenu at once instead of having to disable each option separately.Signed-off-by: Denis Cheng &lt;crquan@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Thu, 24 Jan 2008 08:36:31 +0000</pubDate>
        <dc:creator>Denis Cheng &lt;crquan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cab00891 - Still more typo fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#cab00891</link>
        <description>Still more typo fixesSigned-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Tue, 03 Oct 2006 20:36:44 +0000</pubDate>
        <dc:creator>Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;</dc:creator>
    </item>
<item>
        <title>b72458a8 - [PATCH] USB: Eagle and ADI 930 usb adsl modem driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#b72458a8</link>
        <description>[PATCH] USB: Eagle and ADI 930 usb adsl modem driverA driver for USB ADSL modems based on the ADI eagle chipset using theusb_atm infrastructure.The managing part was taken from bsd ueagle driver, other parts werewritten from scratch.The driver uses the in-kernel firmware loader :- to load  a first usb firmware when the modem is in pre-firmware state- to load the dsp firmware that are swapped in host memory.- to load CMV (configuration and management variables) when the modemboot. (We can&apos;t use options or sysfs for this as there many possiblevalues. Seehttps://mail.gna.org/public/eagleusb-dev/2005-04/msg00031.html for adescription of some)- to load fpga code for 930 chipset.The device had 4 endpoints :* 2 for data (use by usbatm). The incomingendpoint could be iso or bulk. The modem seems buggy and produce lot&apos;sof atm errors when using it in bulk mode for speed &gt; 3Mbps, so isoendpoint is need for speed &gt; 3Mbps. At the moment iso endpoint need apatched usbatm library and for this reason is not included in this patch.* One bulk endpoint for uploading dsp firmware* One irq endpoint that notices the driver    - if we need to upload a page of the dsp firmware    - an ack for read or write CMV and the value (for the read case).If order to make the driver cleaner, we design synchronous(read|write)_cmv :-send a synchronous control message to the modem-wait for an ack or a timeout-return the value if needed.In order to run these synchronous usb messages we need a kernel thread.The driver has been tested  with sagem fast 800 modems with differenteagle chipset revision and with ADI 930 since April 2005.Signed-off-by: Matthieu CASTET &lt;castet.matthieu@free.fr&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Mon, 07 Nov 2005 22:27:13 +0000</pubDate>
        <dc:creator>matthieu castet &lt;castet.matthieu@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>86699e35 - [PATCH] USB ATM: bits and bobs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#86699e35</link>
        <description>[PATCH] USB ATM: bits and bobsMakefile and Kconfig entries for the new drivers.Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Wed, 11 May 2005 18:15:37 +0000</pubDate>
        <dc:creator>Duncan Sands &lt;duncan.sands@math.u-psud.fr&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/atm/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/usb/atm/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
