O> [ 445.520000] pnp: the driver 'sdio_wlan' has been registered > > In particular, I add a printk() to s3c24xx_hcd_pnp_probe(), and I see it > is never called during initial boot or subsequently.
That implies that the probe isn't occuring because nobody is seeing the device in question to cause a match. What happns if you instrument the device registration functions ?
