Hello, all!
I can't find any information on how I can add 1-wire over gpio master support.
I'm using Bluebox-III-like board. I have gpio pin and a 1-wire slave connected to it.
I get insmod: can't insert './w1-gpio.ko': No such device error in console and w1-gpio: probe of w1-gpio failed with error -16 in kernel log.
Unfortunately my search of this messages over the web did not give any results at all.
I have tested this pin (by test kernel module and oscilloscope) - it works, it is exactly the pin to which slave w1 connected.
Please suggest how I should complete board-bluebox-iii.c to add w1-gpio support (or maybe I've not done some in w1-gpio.c).
Or direct me somewhere I can read about it.