<?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>a3c08804 - w1: add UART w1 bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#a3c08804</link>
        <description>w1: add UART w1 bus driverAdd a UART 1-Wire bus driver. The driver utilizes the UART interface viathe Serial Device Bus to create the 1-Wire timing patterns. The driverwas tested on a &quot;Raspberry Pi 3B&quot; with a DS18B20 and on a &quot;VarisciteDART-6UL&quot; with a DS18S20 temperature sensor.The 1-Wire timing pattern and the corresponding UART baud-rate with theinterpretation of the transferred bytes are described in the document:Link: https://www.analog.com/en/technical-articles/using-a-uart-to-implement-a-1wire-bus-master.htmlIn short, the UART peripheral must support full-duplex and operate inopen-drain mode. The timing patterns are generated by a specificcombination of baud-rate and transmitted byte, which corresponds to a1-Wire read bit, write bit or reset.Signed-off-by: Christoph Winklhofer &lt;cj.winklhofer@gmail.com&gt;Link: https://lore.kernel.org/r/20240214-w1-uart-v7-3-6e21fa24e066@gmail.com[krzysztof: w1_uart_serdev_receive_buf() return type fixup]Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Wed, 14 Feb 2024 06:36:15 +0000</pubDate>
        <dc:creator>Christoph Winklhofer &lt;cj.winklhofer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>271c8193 - w1: Add AXI 1-wire host driver for AMD programmable logic IP core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#271c8193</link>
        <description>w1: Add AXI 1-wire host driver for AMD programmable logic IP coreAdd a host driver to support the AMD 1-Wire programmable logic IP block.This block guarantees protocol timing for driving off-board devices suchas thermal sensors, proms, etc.Add file to MAINTAINERSCo-developed-by: Thomas Delev &lt;thomas.delev@amd.com&gt;Signed-off-by: Thomas Delev &lt;thomas.delev@amd.com&gt;Signed-off-by: Kris Chaplin &lt;kris.chaplin@amd.com&gt;Link: https://lore.kernel.org/r/20231107180814.615933-3-kris.chaplin@amd.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Tue, 07 Nov 2023 18:06:52 +0000</pubDate>
        <dc:creator>Kris Chaplin &lt;kris.chaplin@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>0cb90771 - w1: omap-hdq: allow compile testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#0cb90771</link>
        <description>w1: omap-hdq: allow compile testingomap-hdq does not depend on anything from ARCH_OMAP for building.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20230415104304.104134-13-krzysztof.kozlowski@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sat, 15 Apr 2023 10:43:01 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>652719b1 - w1: remove ds1wm driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#652719b1</link>
        <description>w1: remove ds1wm driverThis driver was used by the mfd/asic3 and mfd/htc-pasic3 drivers, butboth of those are removed as part of the PXA spring cleaning, whichleaves the w1 support orphaned as well.Cc: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Cc: Szabolcs Gyurko &lt;szabolcs.gyurko@tlt.hu&gt;Acked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Fri, 07 Oct 2022 12:28:15 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>74ded38a - w1: add 1-wire master driver for IP block found in SGI ASICs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#74ded38a</link>
        <description>w1: add 1-wire master driver for IP block found in SGI ASICsStarting with SGI Origin machines nearly every new SGI ASIC containsan 1-Wire master. They are used for attaching One-Wire prom devices,which contain information about part numbers, revision numbers,serial number etc. and MAC addresses for ethernet interfaces.This patch adds a master driver to support this IP block.It also adds an extra field dev_id to struct w1_bus_master, whichcould be in used in slave drivers for creating unique device names.Signed-off-by: Thomas Bogendoerfer &lt;tbogendoerfer@suse.de&gt;Link: https://lore.kernel.org/r/20190831082623.15627-2-tbogendoerfer@suse.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sat, 31 Aug 2019 08:26:21 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tbogendoerfer@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>3a358e22 - w1: Allow compile test of GPIO consumers if !GPIOLIB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#3a358e22</link>
        <description>w1: Allow compile test of GPIO consumers if !GPIOLIBThe GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB isnot enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumerfunctionality only, can still be compiled if GPIOLIB is not enabled.Relax the dependency on GPIOLIB if COMPILE_TEST is enabled, whereappropriate.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Thu, 21 Jun 2018 18:54:42 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>fc945d6e - w1: mxc_w1: Enable driver compilation with COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#fc945d6e</link>
        <description>w1: mxc_w1: Enable driver compilation with COMPILE_TESTThis helps increasing build testing coverage.To do this, __raw_{read,write}b() functions was be replaced withsimple {read,write}b() variants.Signed-off-by: Alexander Shiyan &lt;shc_work@mail.ru&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sat, 22 Feb 2014 07:29:51 +0000</pubDate>
        <dc:creator>Alexander Shiyan &lt;shc_work@mail.ru&gt;</dc:creator>
    </item>
<item>
        <title>adffe4ab - w1: Remove excess dependencies on W1 for masters and slaves</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#adffe4ab</link>
        <description>w1: Remove excess dependencies on W1 for masters and slavesConfiguration for masters and slaves is included only if W1 symbolenabled, so no reason to check it once more.Signed-off-by: Alexander Shiyan &lt;shc_work@mail.ru&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sat, 22 Feb 2014 07:29:48 +0000</pubDate>
        <dc:creator>Alexander Shiyan &lt;shc_work@mail.ru&gt;</dc:creator>
    </item>
<item>
        <title>0244ad00 - Remove GENERIC_HARDIRQ config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#0244ad00</link>
        <description>Remove GENERIC_HARDIRQ config optionAfter the last architecture switched to generic hard irqs the configoptions HAVE_GENERIC_HARDIRQS &amp; GENERIC_HARDIRQS and the related codefor !CONFIG_GENERIC_HARDIRQS can be removed.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Fri, 30 Aug 2013 07:39:53 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>76ec9d18 - Convert selectors of GENERIC_GPIO to GPIOLIB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#76ec9d18</link>
        <description>Convert selectors of GENERIC_GPIO to GPIOLIBGENERIC_GPIO is now equivalent to GPIOLIB and features that depended onGENERIC_GPIO can now depend on GPIOLIB to allow removal of this option.Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Thu, 28 Mar 2013 11:34:56 +0000</pubDate>
        <dc:creator>Alexandre Courbot &lt;acourbot@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>770b6cb4 - ARM: OMAP: Fix drivers to depend on omap for internal devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#770b6cb4</link>
        <description>ARM: OMAP: Fix drivers to depend on omap for internal devicesThese devices are not available on other architectures, solet&apos;s limit them to omap.If the driver subsystem maintainers want to build testsystem wide changes without building for each target,it&apos;s easy to carry a test patch that just strips out thedepends entries from Kconfig files.Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Sun, 16 Dec 2012 20:28:46 +0000</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>12b9f8a2 - drivers/w1/masters: remove CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#12b9f8a2</link>
        <description>drivers/w1/masters: remove CONFIG_EXPERIMENTALThis config item has not carried much meaning for a while now and isalmost always enabled by default. As agreed during the Linux kernelsummit, remove it.CC: Andrew Morton &lt;akpm@linux-foundation.org&gt;CC: Paul Walmsley &lt;paul@pwsan.com&gt;CC: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Tue, 23 Oct 2012 20:03:27 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>73f2989d - w1: omap-hdq: drop ARCH dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#73f2989d</link>
        <description>w1: omap-hdq: drop ARCH dependencyLet the driver compile everywhere whilealso removing unnecessary headers.Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;Acked-by: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Wed, 25 Jul 2012 12:05:32 +0000</pubDate>
        <dc:creator>Felipe Balbi &lt;balbi@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d6600300 - W1: OMAP HDQ1W: allow driver to be built on all OMAP2+</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#d6600300</link>
        <description>W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Allow the OMAP HDQ1W driver to be built for all OMAP2+ SoCs byadjusting KConfig dependencies.  The previous dependency requiredeither SOC_OMAP2430 or ARCH_OMAP3 to be set, but the HDQ IP block ispresent on OMAP2420 and OMAP44xx SoCs.  The driver was stillselectable on multi-OMAP kernel configurations, however; so theprevious prohibition was rather pointless.Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;Cc: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Acked-by: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Fri, 22 Jun 2012 03:40:37 +0000</pubDate>
        <dc:creator>Paul Walmsley &lt;paul@pwsan.com&gt;</dc:creator>
    </item>
<item>
        <title>26575f95 - w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#26575f95</link>
        <description>w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQSOn m68k (which doesn&apos;t support generic hardirqs yet):  drivers/w1/masters/ds1wm.c: In function `ds1wm_probe&apos;:  drivers/w1/masters/ds1wm.c: error: implicit declaration of function `irq_set_irq_type&apos;Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;Cc: Jean-Franois Dagenais &lt;dagenaisj@sonatest.com&gt;Cc: Matt Reimer &lt;mreimer@vpop.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Wed, 15 Jun 2011 22:08:35 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>26a6afb9 - w1: complete the 1-wire (w1) ds1wm driver search algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#26a6afb9</link>
        <description>w1: complete the 1-wire (w1) ds1wm driver search algorithmThis adds multi-slave support of the w1 bus for the ds1wm Synthesizable1-Wire Bus Master.  Also many fixes and tweaks based on the rev3 of thedatasheet http://datasheets.maxim-ic.com/en/ds/DS1WM.pdfSigned-off-by: Jean-Fran&#231;ois Dagenais &lt;dagenaisj@sonatest.com&gt;Cc: Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;Cc: Szabolcs Gyurko &lt;szabolcs.gyurko@tlt.hu&gt;Cc: Matt Reimer &lt;mreimer@vpop.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Thu, 26 May 2011 23:26:02 +0000</pubDate>
        <dc:creator>Jean-Fran&#231;ois Dagenais &lt;dagenaisj@sonatest.com&gt;</dc:creator>
    </item>
<item>
        <title>59b479e0 - omap: Start using CONFIG_SOC_OMAP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#59b479e0</link>
        <description>omap: Start using CONFIG_SOC_OMAPWe want to have just CONFIG_ARCH_OMAP2, 3 and 4. The restare nowadays just subcategories of these.Search and replace the following:ARCH_OMAP2420		SOC_OMAP2420ARCH_OMAP2430		SOC_OMAP2430ARCH_OMAP3430		SOC_OMAP3430No functional changes.Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Thomas Weber &lt;weber@corscience.de&gt;Acked-by: Sourav Poddar &lt;sourav.poddar@ti.com&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Fri, 28 Jan 2011 00:39:40 +0000</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>a8eb7ca0 - omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#a8eb7ca0</link>
        <description>omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Replace ARCH_OMAP34XX with ARCH_OMAP3Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Fri, 12 Feb 2010 20:26:48 +0000</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>4737f097 - trivial: Kconfig: .ko is normally not included in module names</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/w1/masters/Kconfig#4737f097</link>
        <description>trivial: Kconfig: .ko is normally not included in module names.ko is normally not included in Kconfig help, make it consistent.Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/w1/masters/Kconfig</description>
        <pubDate>Thu, 04 Jun 2009 22:44:53 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
</channel>
</rss>
