aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/w1-gpio.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-02-06w1-gpio: add GPIO w1 bus master driverVille Syrjala1-0/+23
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>