]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore/wl12xx: move top initialization to wl12xx
authorLuciano Coelho <coelho@ti.com>
Wed, 11 Apr 2012 08:03:14 +0000 (11:03 +0300)
committerLuciano Coelho <coelho@ti.com>
Thu, 12 Apr 2012 05:43:57 +0000 (08:43 +0300)
commit7910305e21f6b4ea2e2ef4a7c489b6dc7f0a8b9f
treeba3e11137040272c12314f41d5db355f62d2bfc7
parent98e7a2bc14ee920d1ac3c7a15f6d578fd77d6dba
wlcore/wl12xx: move top initialization to wl12xx

The top registers initialization is very specific to the actual
hardware used, even the way in which we read from and write to the top
registers varies from chip to chip.  This patch moves all top
registers initialization to wl12xx.  Also add a boot op for the wlcore
module to call at the right time and a few callbacks with the common
called to be called from the lower drivers boot operations.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl12xx/reg.h
drivers/net/wireless/ti/wlcore/boot.c
drivers/net/wireless/ti/wlcore/boot.h
drivers/net/wireless/ti/wlcore/io.c
drivers/net/wireless/ti/wlcore/io.h
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/wlcore.h