Skip to content

Commit

Permalink
[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Jun 22, 2006
1 parent f522d23 commit 81f6075
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 505 deletions.
18 changes: 18 additions & 0 deletions 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 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 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 81f6075

Please sign in to comment.