Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6505d75c authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: fix email address



Change tomi.valkeinen@nokia.com to tomi.valkeinen@ti.com.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent c618a3a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@
 * Copyright (C) 2010 Nokia Corporation
 * Copyright (C) 2010 Nokia Corporation
 *
 *
 * Original Driver Author: Imre Deak <imre.deak@nokia.com>
 * Original Driver Author: Imre Deak <imre.deak@nokia.com>
 * Based on panel-generic.c by Tomi Valkeinen <tomi.valkeinen@nokia.com>
 * Based on panel-generic.c by Tomi Valkeinen <tomi.valkeinen@ti.com>
 * Adapted to new DSS2 framework: Roger Quadros <roger.quadros@nokia.com>
 * Adapted to new DSS2 framework: Roger Quadros <roger.quadros@nokia.com>
 *
 *
 * This program is free software; you can redistribute it and/or modify it
 * This program is free software; you can redistribute it and/or modify it
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * Toppoly TD028TTEC1 panel support
 * Toppoly TD028TTEC1 panel support
 *
 *
 * Copyright (C) 2008 Nokia Corporation
 * Copyright (C) 2008 Nokia Corporation
 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 *
 * Neo 1973 code (jbt6k74.c):
 * Neo 1973 code (jbt6k74.c):
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
+2 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (C) 2009 Nokia Corporation
 * Copyright (C) 2009 Nokia Corporation
 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 *
 * Some code and ideas taken from drivers/video/omap/ driver
 * Some code and ideas taken from drivers/video/omap/ driver
 * by Imre Deak.
 * by Imre Deak.
@@ -82,7 +82,7 @@ static void __exit omap_dss_exit(void)
module_init(omap_dss_init);
module_init(omap_dss_init);
module_exit(omap_dss_exit);
module_exit(omap_dss_exit);


MODULE_AUTHOR("Tomi Valkeinen <tomi.valkeinen@nokia.com>");
MODULE_AUTHOR("Tomi Valkeinen <tomi.valkeinen@ti.com>");
MODULE_DESCRIPTION("OMAP2/3 Display Subsystem");
MODULE_DESCRIPTION("OMAP2/3 Display Subsystem");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (C) 2009 Nokia Corporation
 * Copyright (C) 2009 Nokia Corporation
 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 *
 * Some code and ideas taken from drivers/video/omap/ driver
 * Some code and ideas taken from drivers/video/omap/ driver
 * by Imre Deak.
 * by Imre Deak.
+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (C) 2009 Nokia Corporation
 * Copyright (C) 2009 Nokia Corporation
 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 *
 * Some code and ideas taken from drivers/video/omap/ driver
 * Some code and ideas taken from drivers/video/omap/ driver
 * by Imre Deak.
 * by Imre Deak.
Loading