Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-15 Thread Luciano Coelho
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 wl127

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Nishanth Menon
Elvis Dowson had written, on 10/14/2010 06:18 PM, the following: Hi, On Oct 15, 2010, at 2:56 AM, Nishanth Menon wrote: mainline does it this way: board files report using omap2_hsmmc_info[2] to hsmmc.c using omap2_hsmmc_init[3] - hsmmc.c >> converts them to required datastructures that omap_

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Elvis Dowson
Hi, On Oct 15, 2010, at 2:56 AM, Nishanth Menon wrote: > > mainline does it this way: > board files report using omap2_hsmmc_info[2] to hsmmc.c using > omap2_hsmmc_init[3] - hsmmc.c converts them to required datastructures that > omap_hsmmc.c uses.. What is the relationship between twl4030 and

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Nishanth Menon
Elvis Dowson had written, on 10/14/2010 06:08 PM, the following: Hi Nishanth, On Oct 15, 2010, at 2:56 AM, Nishanth Menon wrote: Dont have a board-sholes-hsmm.c in l-o[1]... :( so not sure which kernel you are talking about here. This is in the omapzoom, p-android-omap-2.6.32 branch http:/

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Elvis Dowson
Hi Nishanth, On Oct 15, 2010, at 2:56 AM, Nishanth Menon wrote: > Dont have a board-sholes-hsmm.c in l-o[1]... :( so not sure which kernel you > are talking about here. This is in the omapzoom, p-android-omap-2.6.32 branch http://git.omapzoom.org/?p=kernel/omap.git;a=tree;f=arch/arm/mach-omap2

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Nishanth Menon
Elvis Dowson had written, on 10/14/2010 04:48 PM, the following: Hi, I'm trying to bring up a TI WL1271 wlan module connected to MMC2 controller of a TI OMAP 3530 processor. I am unclear about the difference between the use of twl4030_hsmmc_info and omap_mmc_platform_data, to set the attribute

Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-14 Thread Elvis Dowson
Hi, I'm trying to bring up a TI WL1271 wlan module connected to MMC2 controller of a TI OMAP 3530 processor. I am unclear about the difference between the use of twl4030_hsmmc_info and omap_mmc_platform_data, to set the attributes and constraints for the MMC1 (connected to microSD card)