<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/net/wireless/ti/Kconfig, branch linux-4.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2015-11-18T12:28:31+00:00</updated>
<entry>
<title>ti: unify Kconfig with other vendors</title>
<updated>2015-11-18T12:28:31+00:00</updated>
<author>
<name>Kalle Valo</name>
<email>kvalo@codeaurora.org</email>
</author>
<published>2015-11-18T08:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bd842171a8b7af696eece7157a988b7726ed641c'/>
<id>urn:sha1:bd842171a8b7af696eece7157a988b7726ed641c</id>
<content type='text'>
Rename WL_TI to WLAN_VENDOR_TI to match with other vendor configs and make sure
that it's enabled by default in new configs. Convert menuconfigs to regular
configs to unify the wireless drivers menuconfig. Part of reorganising wireless
drivers directory and Kconfig.

Also remove WLCORE dependency to WL_TI. It should not be needed as WLCORE is
already under if  WLAN_VENDOR_TI.

Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>wlcore: move wl12xx_platform_data up and make it truly optional</title>
<updated>2013-02-08T08:05:02+00:00</updated>
<author>
<name>Luciano Coelho</name>
<email>coelho@ti.com</email>
</author>
<published>2013-01-25T10:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6cc9efed707c575a9e5880ea68f8b9d36b235f1f'/>
<id>urn:sha1:6cc9efed707c575a9e5880ea68f8b9d36b235f1f</id>
<content type='text'>
The platform data is used not only by wlcore-based drivers, but also
by wl1251.  Move it up in the directory hierarchy to reflect this.

Additionally, make it truly optional.  At the moment, disabling
platform data while wl1251_sdio or wlcore_sdio are enabled doesn't
work, but it will be necessary when device tree support is
implemented.

Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;
Reviewed-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>wl18xx: add new module</title>
<updated>2012-06-05T12:54:04+00:00</updated>
<author>
<name>Luciano Coelho</name>
<email>coelho@ti.com</email>
</author>
<published>2012-05-10T09:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9a1a69901dae144ae160af5ac38848866d7c83b1'/>
<id>urn:sha1:9a1a69901dae144ae160af5ac38848866d7c83b1</id>
<content type='text'>
Add the wl18xx module and the probe functions.  Use wlcore for the
main parts (not functional at this point due to differences in the
wl18xx initialization).

Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;
Signed-off-by: Arik Nemtsov &lt;arik@wizery.com&gt;
</content>
</entry>
<entry>
<title>wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx</title>
<updated>2012-04-12T05:43:56+00:00</updated>
<author>
<name>Luciano Coelho</name>
<email>coelho@ti.com</email>
</author>
<published>2011-11-20T21:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b2ba99ff327f43684993c47a0f34bfa48f2ac210'/>
<id>urn:sha1:b2ba99ff327f43684993c47a0f34bfa48f2ac210</id>
<content type='text'>
Create a new small wl12xx module that only contains the probe
functions and depends entirely on wlcore otherwise.

Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;
</content>
</entry>
<entry>
<title>wl12xx/wlcore: rename wl12xx to wlcore</title>
<updated>2012-04-12T05:43:56+00:00</updated>
<author>
<name>Luciano Coelho</name>
<email>coelho@ti.com</email>
</author>
<published>2011-12-02T13:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7b3115f265de1b669b757f3802b67c9a7f146223'/>
<id>urn:sha1:7b3115f265de1b669b757f3802b67c9a7f146223</id>
<content type='text'>
Rename the wl12xx driver directory to wlcore as an initial step
towards the split of the driver into wlcore and wl12xx.  We just
rename the directory first to keep git blame happy.

Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;
</content>
</entry>
<entry>
<title>wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory</title>
<updated>2012-04-12T05:43:55+00:00</updated>
<author>
<name>Luciano Coelho</name>
<email>coelho@ti.com</email>
</author>
<published>2011-11-20T19:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=90921014608d91a03766d0025fa32662dc7c5062'/>
<id>urn:sha1:90921014608d91a03766d0025fa32662dc7c5062</id>
<content type='text'>
Move wl12xx and wl1251 modules into a new drivers/net/wireless/ti
directory.  Add a TI WLAN Kconfig option and Makefile to support this
change.

Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;
Cc: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
