[Meego-kernel] [PATCH] TI wl1273 drivers for FM, BT and WLAN
Brouat, Claude
claude.brouat at intel.com
Fri Oct 15 10:32:16 PDT 2010
Hi,
Here is a patch that provides support for the TI WL1273 chipset on Intel platform.
It applies on current meego kernel and provides delta code for WLAN, BT and FM driver.
It also provides the Shared Transport driver implementation for 2.6.35 which is already partially accepted on 2.6.36.
All this work is in the process of being upstreamed on kernel.org by TI or is already partially upstreamed on Linux next.
So, this patch will be replaced in the next weeks by upstreamed patches that will be back-ported from Linux next to meego kernel.
This patch also includes an mmc workaround on 2.6.35 version. A clean implementation of this workaround was submitted/accepted to 2.6.36 kernel.
The current workaround is meant at supporting a WL1273 chipset specific reset sequence.
checkpatch.pl returns 2 errors that are , I think, false positive.
ERROR: do not initialise externals to 0 or NULL
#16184: FILE: drivers/net/wireless/wl12xx/wl1271_main.c:56:
+struct mmc_host *g_mmc_host_controller = NULL;
ERROR: do not initialise statics to 0 or NULL
#16185: FILE: drivers/net/wireless/wl12xx/wl1271_main.c:57:
+static bool workaround_done = 0;
Feel free to comment. I am already to all kind of aggression, if not physical :)
Regards,
Claude
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.meego.com/pipermail/meego-kernel/attachments/20101015/32ce48cc/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-TI-wl12xx-drivers-for-FM-BT-and-WLAN.patch
Type: application/octet-stream
Size: 725506 bytes
Desc: 0001-TI-wl12xx-drivers-for-FM-BT-and-WLAN.patch
URL: <http://lists.meego.com/pipermail/meego-kernel/attachments/20101015/32ce48cc/attachment-0001.obj>
More information about the Meego-kernel
mailing list