<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#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/net/rfkill/Makefile</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>1331b62c - rfkill: remove rfkill-regulator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#1331b62c</link>
        <description>rfkill: remove rfkill-regulatorThere are no users of this (&quot;vrfkill&quot;) in the tree, so it&apos;s justdead code - remove it.This also isn&apos;t really how rfkill is supposed to be used - it&apos;sintended as a signalling mechanism to/from the device, which thedriver (and partially cfg80211) will handle - having a separaterfkill instance for a regulator is confusing, the driver shoulduse the regulator instead to turn off the device when requested.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/net/rfkill/Makefile</description>
        <pubDate>Mon, 02 Jan 2017 15:01:57 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7176ba23 - net: rfkill: add generic gpio rfkill driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#7176ba23</link>
        <description>net: rfkill: add generic gpio rfkill driverThis adds a new generic gpio rfkill driver to support rfkill switcheswhich are controlled by gpios. The driver also supports passing indata about the clock for the radio, so that when rfkill is blocking,it can disable the clock.This driver assumes platform data is passed from the board files toconfigure it for specific devices.Original-patch-by: Anantha Idapalapati &lt;aidapalapati@nvidia.com&gt;Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/net/rfkill/Makefile</description>
        <pubDate>Mon, 16 May 2011 21:41:48 +0000</pubDate>
        <dc:creator>Rhyland Klein &lt;rklein@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>cbc6a6ed - rfkill: Regulator consumer driver for rfkill</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#cbc6a6ed</link>
        <description>rfkill: Regulator consumer driver for rfkillAdd a regulator consumer driver for rfkill to enable controlling radiotransmitters connected to voltage regulators using the regulatorframework.A new &quot;vrfkill&quot; virtual supply is provided to use in platform code.Signed-off-by: Guiming Zhuo &lt;gmzhuo@gmail.com&gt;Signed-off-by: Antonio Ospite &lt;ospite@studenti.unina.it&gt;Reviewed-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/net/rfkill/Makefile</description>
        <pubDate>Wed, 13 Apr 2011 19:40:45 +0000</pubDate>
        <dc:creator>Antonio Ospite &lt;ospite@studenti.unina.it&gt;</dc:creator>
    </item>
<item>
        <title>19d337df - rfkill: rewrite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#19d337df</link>
        <description>rfkill: rewriteThis patch completely rewrites the rfkill core to addressthe following deficiencies: * all rfkill drivers need to implement polling where necessary   rather than having one central implementation * updating the rfkill state cannot be done from arbitrary   contexts, forcing drivers to use schedule_work and requiring   lots of code * rfkill drivers need to keep track of soft/hard blocked   internally -- the core should do this * the rfkill API has many unexpected quirks, for example being   asymmetric wrt. alloc/free and register/unregister * rfkill can call back into a driver from within a function the   driver called -- this is prone to deadlocks and generally   should be avoided * rfkill-input pointlessly is a separate module * drivers need to #ifdef rfkill functions (unless they want to   depend on or select RFKILL) -- rfkill should provide inlines   that do nothing if it isn&apos;t compiled in * the rfkill structure is not opaque -- drivers need to initialise   it correctly (lots of sanity checking code required) -- instead   force drivers to pass the right variables to rfkill_alloc() * the documentation is hard to read because it always assumes the   reader is completely clueless and contains way TOO MANY CAPS * the rfkill code needlessly uses a lot of locks and atomic   operations in locked sections * fix LED trigger to actually change the LED when the radio state   changes -- this wasn&apos;t done beforeTested-by: Alan Jenkins &lt;alan-jenkins@tuffmail.co.uk&gt;Signed-off-by: Henrique de Moraes Holschuh &lt;hmh@hmh.eng.br&gt; [thinkpad]Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/net/rfkill/Makefile</description>
        <pubDate>Tue, 02 Jun 2009 11:01:37 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes@sipsolutions.net&gt;</dc:creator>
    </item>
<item>
        <title>cf4328cd - [NET]: rfkill: add support for input key to control wireless radio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rfkill/Makefile#cf4328cd</link>
        <description>[NET]: rfkill: add support for input key to control wireless radioThe RF kill patch that provides infrastructure for implementingswitches controlling radio states on various network and other cards.[dtor@insightbb.com: address review comments][akpm@linux-foundation.org: cleanups, build fixes]Signed-off-by: Ivo van Doorn &lt;IvDoorn@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rfkill/Makefile</description>
        <pubDate>Mon, 07 May 2007 07:34:20 +0000</pubDate>
        <dc:creator>Ivo van Doorn &lt;IvDoorn@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
