Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w1: ds2405: use module_w1_family to simplify the code | Wei Yongjun | 2017-02-10 | 1 | -12/+1 |
| | | | | | | | | | module_w1_family() makes the code simpler by eliminating boilerplate code. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | w1: add DS2405 addressable switch driver | Maciej S. Szmigiero | 2017-01-25 | 1 | -0/+238 |
This adds a driver for a DS2405 1-wire single-channel addressable switch. The DS2405 can also work as a single-channel binary remote sensor. This driver supports two attributes: "state" and "output" which are the same attribute names as supported by existing DS2406, DS2408 and DS2413 drivers. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |