Return-path: Received: from asmtpout030.mac.com ([17.148.16.105]:36430 "EHLO asmtpout030.mac.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527Ab0LVVIM (ORCPT ); Wed, 22 Dec 2010 16:08:12 -0500 MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Received: from [192.168.1.30] ([87.201.169.175]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0LDU00KH2LD92I40@asmtp030.mac.com> for linux-wireless@vger.kernel.org; Wed, 22 Dec 2010 13:08:12 -0800 (PST) Subject: Re: Backporting wl1271 driver to kernel-2.6.32 using compat-wireless From: Elvis Dowson In-reply-to: <4D1266FA.7080305@hauke-m.de> Date: Thu, 23 Dec 2010 01:07:43 +0400 Cc: Linux Wireless Mailing List Message-id: <9AD18479-91B8-42DB-8D81-2AF11DD05405@mac.com> References: <1CA1EE34-CB3D-404D-ADEE-612C8783BFCF@mac.com> <1A56906E-D786-45E6-9C77-C9D600B508B0@mac.com> <7F14B85B-566C-45A9-BF8B-FE9DED7944D0@mac.com> <4D122B8F.5090302@hauke-m.de> <1813D0B1-5391-48DB-9882-A6586DAB180C@mac.com> <4D123FBB.1050801@hauke-m.de> <4D125B9F.7090503@hauke-m.de> <4D1266FA.7080305@hauke-m.de> To: Hauke Mehrtens Sender: linux-wireless-owner@vger.kernel.org List-ID: On Dec 23, 2010, at 1:00 AM, Hauke Mehrtens wrote: > Compat-wireless does not check what patches you applied to your kernel > yet, it just checks what kernel version you are using and want patches > are applied to it in the vanilla version. If you add some patches > yourself to the kernel to backport some stuff you have to manually edit > compat-wireless's config.mk file. I was just thinking, run-time PM never made it to 2.6.32 right ? So, I might not need to add those run-time PM patches ? > You also have to backport the CONFIG_WL12XX_PLATFORM_DATA and activate > it in your kernel config, wl1271_sdio depends on that. Ok, you mean back port that structure from 2.6.37-rc6 to the android-2.6.32 kernel? > Probably you have to change some other stuff on your architecture code > so that your device finds this sdio card, but I do not know what you > have to do exactly. I've already got the required kernel modifications for the kernel board-omap3beagle.c file, and have already tested it out with vanilla linux-2.6.37-rc6 with the wl1271 driver, and it works. So, I'll just need to port those changes across to the android-2.6.32 kernel and see if it all works together. "What are my chances, doc?" ;-) Elvis Dowson