Skip to content

Commit

Permalink
w1: complete the 1-wire (w1) ds1wm driver search algorithm
Browse files Browse the repository at this point in the history
This adds multi-slave support of the w1 bus for the ds1wm Synthesizable
1-Wire Bus Master.  Also many fixes and tweaks based on the rev3 of the
datasheet http://datasheets.maxim-ic.com/en/ds/DS1WM.pdf

Signed-off-by: Jean-François Dagenais <dagenaisj@sonatest.com>
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>
Cc: Matt Reimer <mreimer@vpop.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jean-François Dagenais authored and Linus Torvalds committed May 27, 2011
1 parent 8961027 commit 26a6afb
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 103 deletions.
2 changes: 1 addition & 1 deletion drivers/w1/masters/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config W1_MASTER_MXC

config W1_MASTER_DS1WM
tristate "Maxim DS1WM 1-wire busmaster"
depends on W1 && ARM && HAVE_CLK
depends on W1
help
Say Y here to enable the DS1WM 1-wire driver, such as that
in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
Expand Down
Loading

0 comments on commit 26a6afb

Please sign in to comment.