Hi,
i have a AM335x-SK base custom board with wl1283 for wifi and bluetooth support.
wl1283 is interfaced at mmc2 with am335x.
i have configured GPIO for wifi and bluetooth. i have done pin muxing for mmc2 in board initialization file properly.
mmc intialization ,platform data registration and gpio request for wifi are successful (no errors and messages related to that)
i have also configured interrupt gpio properly.
after putting some printk, i knew that wl12xx_set_power function is also called twice. once for ON and once for OFF.
i am using compat drivers version ol_R5.SP4.01.
i have taken drivers and firmwares from here. https://github.com/TI-OpenLink
i can successfully insert all the wifi driver modules. but after inserting it is not showing any messages like "wl1271 : loaded" etc. and wlan0 interface is not creating.
after all this configuration, still wifi card is not detected at mmc2 interface. (it is not showing any messages like : "mmc1 : new card detected at address ???")
i am completely stuck here. you can ask for any other details but reply as fast as possible.