All of lore.kernel.org
 help / color / mirror / Atom feed
* ChipCommon as independent driver?
@ 2011-04-01 14:49 ` Rafał Miłecki
  0 siblings, 0 replies; 12+ messages in thread
From: Rafał Miłecki @ 2011-04-01 14:49 UTC (permalink / raw)
  To: b43-dev, linux-wireless

I wanted to make ChipCommon independed, to make it usable with any
bus. The problem is:
void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, enum ssb_clkmode mode)

This function calls code from pci.c which gives us a loop:
WARNING: Module
/lib/modules/2.6.39-rc1-wl-wireless+/kernel/drivers/net/wireless/b43/b43.ko
ignored, due to loop
WARNING: Module
/lib/modules/2.6.39-rc1-wl-wireless+/kernel/drivers/ssb/ssb.ko
ignored, due to loop
WARNING: Loop detected:
/lib/modules/2.6.39-rc1-wl-wireless+/kernel/drivers/ssb/bcmcorecc.ko
needs ssb.ko which needs bcmcorecc.ko again!
WARNING: Module
/lib/modules/2.6.39-rc1-wl-wireless+/kernel/drivers/ssb/bcmcorecc.ko
ignored, due to loop

Do you have idea how we could nicely solve that issue?

-- 
Rafa?

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-04-01 16:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 14:49 ChipCommon as independent driver? Rafał Miłecki
2011-04-01 14:49 ` Rafał Miłecki
2011-04-01 16:00 ` Michael Büsch
2011-04-01 16:00   ` Michael Büsch
2011-04-01 16:06   ` Rafał Miłecki
2011-04-01 16:06     ` Rafał Miłecki
2011-04-01 16:15     ` Michael Büsch
2011-04-01 16:15       ` Michael Büsch
2011-04-01 16:21       ` Rafał Miłecki
2011-04-01 16:21         ` Rafał Miłecki
2011-04-01 16:30         ` Michael Büsch
2011-04-01 16:30           ` Michael Büsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.