mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
update email address
pavel@suse.cz no longer works, replace it with working address. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
7a53cd16d4
commit
a2531293db
@ -93,7 +93,7 @@ Why: Broken design for runtime control over driver power states, confusing
|
|||||||
inputs. This framework was never widely used, and most attempts to
|
inputs. This framework was never widely used, and most attempts to
|
||||||
use it were broken. Drivers should instead be exposing domain-specific
|
use it were broken. Drivers should instead be exposing domain-specific
|
||||||
interfaces either to kernel or to userspace.
|
interfaces either to kernel or to userspace.
|
||||||
Who: Pavel Machek <pavel@suse.cz>
|
Who: Pavel Machek <pavel@ucw.cz>
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Disk protection for HP machines.
|
/* Disk protection for HP machines.
|
||||||
*
|
*
|
||||||
* Copyright 2008 Eric Piel
|
* Copyright 2008 Eric Piel
|
||||||
* Copyright 2009 Pavel Machek <pavel@suse.cz>
|
* Copyright 2009 Pavel Machek <pavel@ucw.cz>
|
||||||
*
|
*
|
||||||
* GPLv2.
|
* GPLv2.
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
swsusp/S3 tricks
|
swsusp/S3 tricks
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
Pavel Machek <pavel@suse.cz>
|
Pavel Machek <pavel@ucw.cz>
|
||||||
|
|
||||||
If you want to trick swsusp/S3 into working, you might want to try:
|
If you want to trick swsusp/S3 into working, you might want to try:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Copyright 2004 Linus Torvalds
|
Copyright 2004 Linus Torvalds
|
||||||
Copyright 2004 Pavel Machek <pavel@suse.cz>
|
Copyright 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
Copyright 2006 Bob Copeland <me@bobcopeland.com>
|
Copyright 2006 Bob Copeland <me@bobcopeland.com>
|
||||||
|
|
||||||
Using sparse for typechecking
|
Using sparse for typechecking
|
||||||
|
@ -22,7 +22,7 @@ Documentation/sparse.txt 的中文翻译
|
|||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
Copyright 2004 Linus Torvalds
|
Copyright 2004 Linus Torvalds
|
||||||
Copyright 2004 Pavel Machek <pavel@suse.cz>
|
Copyright 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
Copyright 2006 Bob Copeland <me@bobcopeland.com>
|
Copyright 2006 Bob Copeland <me@bobcopeland.com>
|
||||||
|
|
||||||
使用 sparse 工具做类型检查
|
使用 sparse 工具做类型检查
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* ChangeLog:
|
* ChangeLog:
|
||||||
* 2006 Pavel Machek <pavel@suse.cz>
|
* 2006 Pavel Machek <pavel@ucw.cz>
|
||||||
* 03-06-2004 John Lenz <lenz@cs.wisc.edu>
|
* 03-06-2004 John Lenz <lenz@cs.wisc.edu>
|
||||||
* 06-04-2002 Chris Larson <kergoth@digitalnemesis.net>
|
* 06-04-2002 Chris Larson <kergoth@digitalnemesis.net>
|
||||||
* 04-16-2001 Lineo Japan,Inc. ...
|
* 04-16-2001 Lineo Japan,Inc. ...
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Distribute under GPLv2
|
* Distribute under GPLv2
|
||||||
*
|
*
|
||||||
* Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* sleep.c - x86-specific ACPI sleep support.
|
* sleep.c - x86-specific ACPI sleep support.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2003 Patrick Mochel
|
* Copyright (C) 2001-2003 Patrick Mochel
|
||||||
* Copyright (C) 2001-2003 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 2001-2003 Pavel Machek <pavel@ucw.cz>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
* is now the way life works).
|
* is now the way life works).
|
||||||
* Fix thinko in suspend() (wrong return).
|
* Fix thinko in suspend() (wrong return).
|
||||||
* Notify drivers on critical suspend.
|
* Notify drivers on critical suspend.
|
||||||
* Make kapmd absorb more idle time (Pavel Machek <pavel@suse.cz>
|
* Make kapmd absorb more idle time (Pavel Machek <pavel@ucw.cz>
|
||||||
* modified by sfr).
|
* modified by sfr).
|
||||||
* Disable interrupts while we are suspended (Andy Henroid
|
* Disable interrupts while we are suspended (Andy Henroid
|
||||||
* <andy_henroid@yahoo.com> fixed by sfr).
|
* <andy_henroid@yahoo.com> fixed by sfr).
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* Based on the powernow-k7.c module written by Dave Jones.
|
* Based on the powernow-k7.c module written by Dave Jones.
|
||||||
* (C) 2003 Dave Jones on behalf of SuSE Labs
|
* (C) 2003 Dave Jones on behalf of SuSE Labs
|
||||||
* (C) 2004 Dominik Brodowski <linux@brodo.de>
|
* (C) 2004 Dominik Brodowski <linux@brodo.de>
|
||||||
* (C) 2004 Pavel Machek <pavel@suse.cz>
|
* (C) 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
* Licensed under the terms of the GNU GPL License version 2.
|
* Licensed under the terms of the GNU GPL License version 2.
|
||||||
* Based upon datasheets & sample CPUs kindly provided by AMD.
|
* Based upon datasheets & sample CPUs kindly provided by AMD.
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* linux/arch/x86_64/mm/init.c
|
* linux/arch/x86_64/mm/init.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 1995 Linus Torvalds
|
* Copyright (C) 1995 Linus Torvalds
|
||||||
* Copyright (C) 2000 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 2000 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (C) 2002,2003 Andi Kleen <ak@suse.de>
|
* Copyright (C) 2002,2003 Andi Kleen <ak@suse.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Distribute under GPLv2
|
* Distribute under GPLv2
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
* Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Distribute under GPLv2
|
* Distribute under GPLv2
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
* Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Note that you can not swap over this thing, yet. Seems to work but
|
* Note that you can not swap over this thing, yet. Seems to work but
|
||||||
* deadlocks sometimes - you can not swap over TCP in general.
|
* deadlocks sometimes - you can not swap over TCP in general.
|
||||||
*
|
*
|
||||||
* Copyright 1997-2000, 2008 Pavel Machek <pavel@suse.cz>
|
* Copyright 1997-2000, 2008 Pavel Machek <pavel@ucw.cz>
|
||||||
* Parts copyright 2001 Steven Whitehouse <steve@chygwyn.com>
|
* Parts copyright 2001 Steven Whitehouse <steve@chygwyn.com>
|
||||||
*
|
*
|
||||||
* This file is released under GPLv2 or later.
|
* This file is released under GPLv2 or later.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* USB ViCam WebCam driver
|
* USB ViCam WebCam driver
|
||||||
* Copyright (c) 2002 Joe Burks (jburks@wavicle.org),
|
* Copyright (c) 2002 Joe Burks (jburks@wavicle.org),
|
||||||
* Christopher L Cheney (ccheney@cheney.cx),
|
* Christopher L Cheney (ccheney@cheney.cx),
|
||||||
* Pavel Machek (pavel@suse.cz),
|
* Pavel Machek (pavel@ucw.cz),
|
||||||
* John Tyner (jtyner@cs.ucr.edu),
|
* John Tyner (jtyner@cs.ucr.edu),
|
||||||
* Monroe Williams (monroe@pobox.com)
|
* Monroe Williams (monroe@pobox.com)
|
||||||
*
|
*
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
||||||
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
||||||
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
||||||
* Copyright (C) 2003 Pavel Machek (pavel@suse.cz)
|
* Copyright (C) 2003 Pavel Machek (pavel@ucw.cz)
|
||||||
* Copyright (C) 2005 Philippe De Muyter (phdm@macqel.be)
|
* Copyright (C) 2005 Philippe De Muyter (phdm@macqel.be)
|
||||||
* Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl>
|
* Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl>
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2008 Pavel Machek <pavel@suse.cz>
|
* Copyright 2008 Pavel Machek <pavel@ucw.cz>
|
||||||
*
|
*
|
||||||
* Distribute under GPLv2.
|
* Distribute under GPLv2.
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* cdc-acm.c
|
* cdc-acm.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999 Armin Fuerst <fuerst@in.tum.de>
|
* Copyright (c) 1999 Armin Fuerst <fuerst@in.tum.de>
|
||||||
* Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 1999 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 1999 Johannes Erdfelt <johannes@erdfelt.com>
|
* Copyright (c) 1999 Johannes Erdfelt <johannes@erdfelt.com>
|
||||||
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
|
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
|
||||||
* Copyright (c) 2004 Oliver Neukum <oliver@neukum.name>
|
* Copyright (c) 2004 Oliver Neukum <oliver@neukum.name>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* usblp.c
|
* usblp.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
|
* Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
|
||||||
* Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 1999 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net>
|
* Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net>
|
||||||
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
|
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
|
||||||
# Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com>
|
# Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Backlight control code for Sharp Zaurus SL-5500
|
* Backlight control code for Sharp Zaurus SL-5500
|
||||||
*
|
*
|
||||||
* Copyright 2005 John Lenz <lenz@cs.wisc.edu>
|
* Copyright 2005 John Lenz <lenz@cs.wisc.edu>
|
||||||
* Maintainer: Pavel Machek <pavel@suse.cz> (unless John wants to :-)
|
* Maintainer: Pavel Machek <pavel@ucw.cz> (unless John wants to :-)
|
||||||
* GPL v2
|
* GPL v2
|
||||||
*
|
*
|
||||||
* This driver assumes single CPU. That's okay, because collie is
|
* This driver assumes single CPU. That's okay, because collie is
|
||||||
@ -246,6 +246,6 @@ static void __exit locomolcd_exit(void)
|
|||||||
module_init(locomolcd_init);
|
module_init(locomolcd_init);
|
||||||
module_exit(locomolcd_exit);
|
module_exit(locomolcd_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("John Lenz <lenz@cs.wisc.edu>, Pavel Machek <pavel@suse.cz>");
|
MODULE_AUTHOR("John Lenz <lenz@cs.wisc.edu>, Pavel Machek <pavel@ucw.cz>");
|
||||||
MODULE_DESCRIPTION("Collie LCD driver");
|
MODULE_DESCRIPTION("Collie LCD driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
||||||
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
||||||
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
||||||
* Copyright (C) 2003 Pavel Machek (pavel@suse.cz)
|
* Copyright (C) 2003 Pavel Machek (pavel@ucw.cz)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
* Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com)
|
||||||
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
|
||||||
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
* Copyright (C) 2001,2002 Andi Kleen, SuSE Labs
|
||||||
* Copyright (C) 2003 Pavel Machek (pavel@suse.cz)
|
* Copyright (C) 2003 Pavel Machek (pavel@ucw.cz)
|
||||||
*
|
*
|
||||||
* These routines maintain argument size conversion between 32bit and 64bit
|
* These routines maintain argument size conversion between 32bit and 64bit
|
||||||
* ioctls.
|
* ioctls.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Copyright (C) 2000-2001 VERITAS Software Corporation.
|
* Copyright (C) 2000-2001 VERITAS Software Corporation.
|
||||||
* Copyright (C) 2002-2004 Timesys Corporation
|
* Copyright (C) 2002-2004 Timesys Corporation
|
||||||
* Copyright (C) 2003-2004 Amit S. Kale <amitkale@linsyssoft.com>
|
* Copyright (C) 2003-2004 Amit S. Kale <amitkale@linsyssoft.com>
|
||||||
* Copyright (C) 2004 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (C) 2004-2006 Tom Rini <trini@kernel.crashing.org>
|
* Copyright (C) 2004-2006 Tom Rini <trini@kernel.crashing.org>
|
||||||
* Copyright (C) 2004-2006 LinSysSoft Technologies Pvt. Ltd.
|
* Copyright (C) 2004-2006 LinSysSoft Technologies Pvt. Ltd.
|
||||||
* Copyright (C) 2005-2009 Wind River Systems, Inc.
|
* Copyright (C) 2005-2009 Wind River Systems, Inc.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Copyright (C) 2000-2001 VERITAS Software Corporation.
|
* Copyright (C) 2000-2001 VERITAS Software Corporation.
|
||||||
* Copyright (C) 2002-2004 Timesys Corporation
|
* Copyright (C) 2002-2004 Timesys Corporation
|
||||||
* Copyright (C) 2003-2004 Amit S. Kale <amitkale@linsyssoft.com>
|
* Copyright (C) 2003-2004 Amit S. Kale <amitkale@linsyssoft.com>
|
||||||
* Copyright (C) 2004 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (C) 2004-2006 Tom Rini <trini@kernel.crashing.org>
|
* Copyright (C) 2004-2006 Tom Rini <trini@kernel.crashing.org>
|
||||||
* Copyright (C) 2004-2006 LinSysSoft Technologies Pvt. Ltd.
|
* Copyright (C) 2004-2006 LinSysSoft Technologies Pvt. Ltd.
|
||||||
* Copyright (C) 2005-2009 Wind River Systems, Inc.
|
* Copyright (C) 2005-2009 Wind River Systems, Inc.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2003 Patrick Mochel
|
* Copyright (c) 2003 Patrick Mochel
|
||||||
* Copyright (c) 2003 Open Source Development Lab
|
* Copyright (c) 2003 Open Source Development Lab
|
||||||
* Copyright (c) 2004 Pavel Machek <pavel@suse.cz>
|
* Copyright (c) 2004 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (c) 2009 Rafael J. Wysocki, Novell Inc.
|
* Copyright (c) 2009 Rafael J. Wysocki, Novell Inc.
|
||||||
*
|
*
|
||||||
* This file is released under the GPLv2.
|
* This file is released under the GPLv2.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* This file provides system snapshot/restore functionality for swsusp.
|
* This file provides system snapshot/restore functionality for swsusp.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2005 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 1998-2005 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
*
|
*
|
||||||
* This file is released under the GPLv2.
|
* This file is released under the GPLv2.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This file provides functions for reading the suspend image from
|
* This file provides functions for reading the suspend image from
|
||||||
* and writing it to a swap partition.
|
* and writing it to a swap partition.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998,2001-2005 Pavel Machek <pavel@suse.cz>
|
* Copyright (C) 1998,2001-2005 Pavel Machek <pavel@ucw.cz>
|
||||||
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
*
|
*
|
||||||
* This file is released under the GPLv2.
|
* This file is released under the GPLv2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user