w1: master: tegra_w1: Add initial Tegra W1 master driver
authorAndrei Warkentin <andreiw@motorola.com>
Mon, 28 Jun 2010 22:56:06 +0000 (17:56 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:02 +0000 (16:27 -0700)
commit366a15f41d50d8991d72bd9e063bc0a7e9296574
tree1ba173be444754cbc8f17a91ed5a34a3ca218b57
parent542755067b968bf637448bb76a1a4155cb75af7c
w1: master: tegra_w1: Add initial Tegra W1 master driver

Initial implementation of W1 master driver for Tegra SoCs.
Tested with DS2781 slave driver.

Change-Id: I6cda1ea152d25a789ae6cdca96b710da72884033
Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
arch/arm/mach-tegra/include/mach/w1.h [new file with mode: 0644]
drivers/w1/masters/Kconfig
drivers/w1/masters/Makefile
drivers/w1/masters/tegra_w1.c [new file with mode: 0644]