mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
mfd: sec: Add myself as module author
Add myself as module author, so people know whom to complain to about after the recent updates. Signed-off-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-23-d66d5f39b6bf@linaro.org Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
10008dcc62
commit
217c445c40
2 changed files with 2 additions and 0 deletions
|
|
@ -296,5 +296,6 @@ EXPORT_SYMBOL_GPL(sec_pmic_pm_ops);
|
|||
MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>");
|
||||
MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
|
||||
MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>");
|
||||
MODULE_AUTHOR("André Draszik <andre.draszik@linaro.org>");
|
||||
MODULE_DESCRIPTION("Core driver for the Samsung S5M");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
|
|
@ -234,5 +234,6 @@ static struct i2c_driver sec_pmic_i2c_driver = {
|
|||
module_i2c_driver(sec_pmic_i2c_driver);
|
||||
|
||||
MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>");
|
||||
MODULE_AUTHOR("André Draszik <andre.draszik@linaro.org>");
|
||||
MODULE_DESCRIPTION("I2C driver for the Samsung S5M");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue