-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Evgeniy Polyakov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
16 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7087,7 +7087,7 @@ S: Supported | |
F: drivers/mmc/host/vub300.c | ||
|
||
W1 DALLAS'S 1-WIRE BUS | ||
M: Evgeniy Polyakov <[email protected]> | ||
M: Evgeniy Polyakov <[email protected]> | ||
S: Maintained | ||
F: Documentation/w1/ | ||
F: drivers/w1/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* dscore.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -1024,5 +1024,5 @@ module_init(ds_init); | |
module_exit(ds_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("DS2490 USB <-> W1 bus master driver (DS9490*)"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* matrox_w1.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -39,7 +39,7 @@ | |
#include "../w1_log.h" | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire prtocol) over VGA DDC(matrox gpio)."); | ||
|
||
static struct pci_device_id matrox_w1_tbl[] = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_smem.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -32,7 +32,7 @@ | |
#include "../w1_family.h" | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, 64bit memory family."); | ||
|
||
static struct w1_family w1_smem_family_01 = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_therm.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -34,7 +34,7 @@ | |
#include "../w1_family.h" | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, temperature family."); | ||
|
||
/* Allow the strong pullup to be disabled, but default to enabled. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -42,7 +42,7 @@ | |
#include "w1_netlink.h" | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol."); | ||
|
||
static int w1_timeout = 10; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1.h | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_family.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_family.h | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_int.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_int.h | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_io.c | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_log.h | ||
* | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_netlink.c | ||
* | ||
* Copyright (c) 2003 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2003 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* w1_netlink.h | ||
* | ||
* Copyright (c) 2003 Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2003 Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* connector.h | ||
* | ||
* 2004-2005 Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* 2004-2005 Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|