diff options
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | 2015-05-28 15:41:12 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 11:17:48 -0400 |
commit | 4c302b9a652de55cb520d4ae658a83a5dace9cba (patch) | |
tree | 07f72b4c27f01fb1f3944aa67846f63c8c1b92e5 /drivers/i2c/omap24xx_i2c.c | |
parent | 012681b1fa822492bb8fdc5c2dd3d24d6092e110 (diff) | |
download | u-boot-imx-4c302b9a652de55cb520d4ae658a83a5dace9cba.zip u-boot-imx-4c302b9a652de55cb520d4ae658a83a5dace9cba.tar.gz u-boot-imx-4c302b9a652de55cb520d4ae658a83a5dace9cba.tar.bz2 |
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
Since i've been married, i also have a new surname.
Mr. Petermaier moved to Mr. Schmelzer.
In this patch i update all files in which my (old) name is present.
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Diffstat (limited to 'drivers/i2c/omap24xx_i2c.c')
-rw-r--r-- | drivers/i2c/omap24xx_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c index 0f1e35c..79a5c94 100644 --- a/drivers/i2c/omap24xx_i2c.c +++ b/drivers/i2c/omap24xx_i2c.c @@ -33,7 +33,7 @@ * (except for OMAP243X and OMAP34XX). * - Driver now supports up to I2C5 (OMAP5). * - * Copyright (c) 2014 Hannes Petermaier <oe5hpm@oevsv.at>, B&R + * Copyright (c) 2014 Hannes Schmelzer <oe5hpm@oevsv.at>, B&R * - Added support for set_speed * */ |