Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28603
b: refs/heads/master
c: 81f6075
h: refs/heads/master
i:
  28601: 9421e66
  28599: b241ffb
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Jun 22, 2006
1 parent 84ef32a commit dec457c
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 506 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f522d2396138e68bcb9cc5650aa368a81d7f7ff0
refs/heads/master: 81f6075ebcf3b0800321b7d81e4845d6ad9566d8
18 changes: 18 additions & 0 deletions trunk/Documentation/w1/masters/ds2490
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Kernel driver ds2490
====================

Supported chips:
* Maxim DS2490 based

Author: Evgeniy Polyakov <johnpol@2ka.mipt.ru>


Description
-----------

The Maixm/Dallas Semiconductor DS2490 is a chip
which allows to build USB <-> W1 bridges.

DS9490(R) is a USB <-> W1 bus master device
which has 0x81 family ID integrated chip and DS2490
low-level operational chip.
27 changes: 9 additions & 18 deletions trunk/drivers/w1/masters/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,15 @@ config W1_MASTER_MATROX
This support is also available as a module. If so, the module
will be called matrox_w1.ko.

config W1_MASTER_DS9490
tristate "DS9490R transport layer driver"
depends on W1 && USB
help
Say Y here if you want to have a driver for DS9490R UWB <-> W1 bridge.

This support is also available as a module. If so, the module
will be called ds9490r.ko.

config W1_MASTER_DS9490_BRIDGE
tristate "DS9490R USB <-> W1 transport layer for 1-wire"
depends on W1_MASTER_DS9490
help
Say Y here if you want to communicate with your 1-wire devices
using DS9490R USB bridge.

This support is also available as a module. If so, the module
will be called ds_w1_bridge.ko.
config W1_MASTER_DS2490
tristate "DS2490 USB <-> W1 transport layer for 1-wire"
depends on W1 && USB
help
Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
for example DS9490*.

This support is also available as a module. If so, the module
will be called ds2490.ko.

config W1_MASTER_DS2482
tristate "Maxim DS2482 I2C to 1-Wire bridge"
Expand Down
7 changes: 1 addition & 6 deletions trunk/drivers/w1/masters/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
#

obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o

obj-$(CONFIG_W1_MASTER_DS9490) += ds9490r.o
ds9490r-objs := dscore.o

obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE) += ds_w1_bridge.o

obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o

Loading

0 comments on commit dec457c

Please sign in to comment.