Skip to content

Commit

Permalink
mailmap: change email for Ricardo Ribalda
Browse files Browse the repository at this point in the history
Modify  emails to [email protected] and unify my surname in all the
files.

Signed-off-by: Ricardo Ribalda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
ribalda authored and Jonathan Corbet committed May 26, 2020
1 parent 997c798 commit cea0fad
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ Ralf Baechle <[email protected]>
Ralf Wildenhues <[email protected]>
Randy Dunlap <[email protected]> <[email protected]>
Rémi Denis-Courmont <[email protected]>
Ricardo Ribalda Delgado <[email protected]>
Ricardo Ribalda <[email protected]> <[email protected]>
Ricardo Ribalda <[email protected]> <[email protected]>
Ricardo Ribalda <[email protected]> Ricardo Ribalda Delgado <[email protected]>
Ross Zwisler <[email protected]> <[email protected]>
Rudolf Marek <[email protected]>
Rui Saraiva <[email protected]>
Expand Down
6 changes: 4 additions & 2 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -3104,14 +3104,16 @@ W: http://www.qsl.net/dl1bke/
D: Generic Z8530 driver, AX.25 DAMA slave implementation
D: Several AX.25 hacks

N: Ricardo Ribalda Delgado
E: ricardo.ribalda@gmail.com
N: Ricardo Ribalda
E: ribalda@kernel.org
W: http://ribalda.com
D: PLX USB338x driver
D: PCA9634 driver
D: Option GTM671WFS
D: Fintek F81216A
D: AD5761 iio driver
D: TI DAC7612 driver
D: Sony IMX214 driver
D: Various kernel hacks
S: Qtechnology A/S
S: Valby Langgade 142
Expand Down
4 changes: 2 additions & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -15642,7 +15642,7 @@ F: drivers/ssb/
F: include/linux/ssb/

SONY IMX214 SENSOR DRIVER
M: Ricardo Ribalda <ricardo.ribalda@gmail.com>
M: Ricardo Ribalda <ribalda@kernel.org>
L: [email protected]
S: Maintained
T: git git://linuxtv.org/media_tree.git
Expand Down Expand Up @@ -16629,7 +16629,7 @@ S: Maintained
F: sound/soc/ti/

TEXAS INSTRUMENTS' DAC7612 DAC DRIVER
M: Ricardo Ribalda <ricardo@ribalda.com>
M: Ricardo Ribalda <ribalda@kernel.org>
L: [email protected]
S: Supported
F: Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt
Expand Down
4 changes: 2 additions & 2 deletions drivers/iio/dac/ad5761.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AD5721, AD5721R, AD5761, AD5761R, Voltage Output Digital to Analog Converter
*
* Copyright 2016 Qtechnology A/S
* 2016 Ricardo Ribalda <ricardo.ribalda@gmail.com>
* 2016 Ricardo Ribalda <ribalda@kernel.org>
*/
#include <linux/kernel.h>
#include <linux/module.h>
Expand Down Expand Up @@ -423,6 +423,6 @@ static struct spi_driver ad5761_driver = {
};
module_spi_driver(ad5761_driver);

MODULE_AUTHOR("Ricardo Ribalda <ricardo.ribalda@gmail.com>");
MODULE_AUTHOR("Ricardo Ribalda <ribalda@kernel.org>");
MODULE_DESCRIPTION("Analog Devices AD5721, AD5721R, AD5761, AD5761R driver");
MODULE_LICENSE("GPL v2");
4 changes: 2 additions & 2 deletions drivers/iio/dac/ti-dac7612.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* DAC7612 Dual, 12-Bit Serial input Digital-to-Analog Converter
*
* Copyright 2019 Qtechnology A/S
* 2019 Ricardo Ribalda <ricardo@ribalda.com>
* 2019 Ricardo Ribalda <ribalda@kernel.org>
*
* Licensed under the GPL-2.
*/
Expand Down Expand Up @@ -179,6 +179,6 @@ static struct spi_driver dac7612_driver = {
};
module_spi_driver(dac7612_driver);

MODULE_AUTHOR("Ricardo Ribalda <ricardo@ribalda.com>");
MODULE_AUTHOR("Ricardo Ribalda <ribalda@kernel.org>");
MODULE_DESCRIPTION("Texas Instruments DAC7612 DAC driver");
MODULE_LICENSE("GPL v2");
2 changes: 1 addition & 1 deletion drivers/leds/leds-pca963x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright 2013 Qtechnology/AS
*
* Author: Peter Meerwald <[email protected]>
* Author: Ricardo Ribalda <ricardo.ribalda@gmail.com>
* Author: Ricardo Ribalda <ribalda@kernel.org>
*
* Based on leds-pca955x.c
*
Expand Down
4 changes: 2 additions & 2 deletions drivers/media/i2c/imx214.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Copyright 2018 Qtechnology A/S
*
* Ricardo Ribalda <ricardo.ribalda@gmail.com>
* Ricardo Ribalda <ribalda@kernel.org>
*/
#include <linux/clk.h>
#include <linux/delay.h>
Expand Down Expand Up @@ -1120,5 +1120,5 @@ static struct i2c_driver imx214_i2c_driver = {
module_i2c_driver(imx214_i2c_driver);

MODULE_DESCRIPTION("Sony IMX214 Camera driver");
MODULE_AUTHOR("Ricardo Ribalda <ricardo.ribalda@gmail.com>");
MODULE_AUTHOR("Ricardo Ribalda <ribalda@kernel.org>");
MODULE_LICENSE("GPL v2");
2 changes: 1 addition & 1 deletion include/linux/platform_data/ad5761.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AD5721, AD5721R, AD5761, AD5761R, Voltage Output Digital to Analog Converter
*
* Copyright 2016 Qtechnology A/S
* 2016 Ricardo Ribalda <ricardo.ribalda@gmail.com>
* 2016 Ricardo Ribalda <ribalda@kernel.org>
*/
#ifndef __LINUX_PLATFORM_DATA_AD5761_H__
#define __LINUX_PLATFORM_DATA_AD5761_H__
Expand Down

0 comments on commit cea0fad

Please sign in to comment.