Skip to content

Commit

Permalink
MAINTAINERS: Evgeniy has moved
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Polyakov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
bioothod authored and torvalds committed Aug 25, 2011
1 parent 5829944 commit a801876
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions drivers/w1/masters/ds2490.c
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
Expand Down Expand Up @@ -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*)");
4 changes: 2 additions & 2 deletions drivers/w1/masters/matrox_w1.c
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
Expand Down Expand Up @@ -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[] = {
Expand Down
4 changes: 2 additions & 2 deletions drivers/w1/slaves/w1_smem.c
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
Expand Down Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions drivers/w1/slaves/w1_therm.c
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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions drivers/w1/w1.c
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
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1.h
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_family.c
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_family.h
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_int.c
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_int.h
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_io.c
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_log.h
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_netlink.c
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
Expand Down
2 changes: 1 addition & 1 deletion drivers/w1/w1_netlink.h
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
Expand Down
2 changes: 1 addition & 1 deletion include/linux/connector.h
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
Expand Down

0 comments on commit a801876

Please sign in to comment.