Results 1 to 2 of 2
Hi,
I am registering a spi driver from within another driver (net_driver) and then I do so, by calling spi_register_driver, the corresponding probe function is not being called. Why would ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-27-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- Nashua, NH
- Posts
- 5
spi_register_driver not calling probe function
Hi,
I am registering a spi driver from within another driver (net_driver) and then I do so, by calling spi_register_driver, the corresponding probe function is not being called. Why would this be the case?
I check the return status from the spi_register_driver call and it is 0. Isn't the spi driver's probe function supposed to get called?
Any help would be greatly appreciated.
thanks,
Steve
- 03-30-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
you should read the document spi/spidev
you should read the document spi/spidev
.modalias="your driver.name"


Reply With Quote
