w1-gpio: add GPIO w1 bus master driver
Add a GPIO 1-wire bus master driver. The driver used the GPIO API to control the wire and the GPIO pin can be specified using platform data similar to i2c-gpio. The driver was tested with AT91SAM9260 + DS2401. Signed-off-by:Ville Syrjala <syrjala@sci.fi> Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Cc: David Brownell <david-b@pacbell.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/w1/masters/00-INDEX 2 additions, 0 deletionsDocumentation/w1/masters/00-INDEX
- Documentation/w1/masters/w1-gpio 33 additions, 0 deletionsDocumentation/w1/masters/w1-gpio
- drivers/w1/masters/Kconfig 10 additions, 0 deletionsdrivers/w1/masters/Kconfig
- drivers/w1/masters/Makefile 1 addition, 0 deletionsdrivers/w1/masters/Makefile
- drivers/w1/masters/w1-gpio.c 124 additions, 0 deletionsdrivers/w1/masters/w1-gpio.c
- include/linux/w1-gpio.h 23 additions, 0 deletionsinclude/linux/w1-gpio.h
Loading
Please register or sign in to comment