Skip to content

Commit e5e12fa

Browse files
Hans de Goedeij-intel
authored andcommitted
platform/x86: x86-android-tablets: Update my email address
hdegoede@redhat.com will stop working soon, replace it with my kernel.org address. Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Hans de Goede <hansg@kernel.org> Link: https://patch.msgid.link/20250920200713.20193-16-hansg@kernel.org Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 2bb596a commit e5e12fa

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

drivers/platform/x86/x86-android-tablets/asus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#include <linux/gpio/machine.h>

drivers/platform/x86/x86-android-tablets/core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -558,6 +558,6 @@ static void __exit x86_android_tablet_exit(void)
558558
}
559559
module_exit(x86_android_tablet_exit);
560560

561-
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
561+
MODULE_AUTHOR("Hans de Goede <hansg@kernel.org>");
562562
MODULE_DESCRIPTION("X86 Android tablets DSDT fixups driver");
563563
MODULE_LICENSE("GPL");

drivers/platform/x86/x86-android-tablets/dmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#include <linux/dmi.h>

drivers/platform/x86/x86-android-tablets/lenovo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

drivers/platform/x86/x86-android-tablets/other.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#include <linux/acpi.h>

drivers/platform/x86/x86-android-tablets/shared-psy-info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010

1111
#include <linux/gpio/machine.h>

drivers/platform/x86/x86-android-tablets/shared-psy-info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010
#ifndef __PDX86_SHARED_PSY_INFO_H
1111
#define __PDX86_SHARED_PSY_INFO_H

drivers/platform/x86/x86-android-tablets/vexia_atla10_ec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@ static struct i2c_driver atla10_ec_driver = {
256256
};
257257
module_i2c_driver(atla10_ec_driver);
258258

259-
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
259+
MODULE_AUTHOR("Hans de Goede <hansg@kernel.org>");
260260
MODULE_DESCRIPTION("Battery driver for Vexia EDU ATLA 10 tablet EC");
261261
MODULE_LICENSE("GPL");

drivers/platform/x86/x86-android-tablets/x86-android-tablets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
8+
* Copyright (C) 2021-2023 Hans de Goede <hansg@kernel.org>
99
*/
1010
#ifndef __PDX86_X86_ANDROID_TABLETS_H
1111
#define __PDX86_X86_ANDROID_TABLETS_H

0 commit comments

Comments
 (0)