From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Coelho Subject: Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data Date: Fri, 15 Oct 2010 13:08:13 +0300 Message-ID: <1287137293.8979.13.camel@capsicum> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: ext Elvis Dowson Cc: Linux Kernel Mailing List , Linux OMAP Mailing List List-Id: linux-omap@vger.kernel.org Hi Elvis, On Thu, 2010-10-14 at 23:48 +0200, ext Elvis Dowson wrote: > I'm trying to bring up a TI WL1271 wlan module connected to MMC2 controller of a TI OMAP 3530 processor. Some weeks ago I have sent a patch to linux-omap and linux-wireless mailing lists to add support for the wl1271 expansion card on the Beagle board. It was not accepted because of two things: first I had hardcoded the board configuration file, so that it would only work with wl1271 (and not with other expansion boards); second the expansion card should be detected by using the EEPROM connected to the i2c lines in the expansion board, but at the moment Beagle people do this kind of detection in the bootloader and not in the kernel Anyways, the patch I sent works at least with the wl1271 daugther card from CircuitCo, if you just want to try it out. https://patchwork.kernel.org/patch/201572/ -- Cheers, Luca.