diff options
author | Bartosz Golaszewski <[email protected]> | 2017-06-09 13:41:31 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2017-06-20 09:19:09 +0200 |
commit | c60c7f4c6b679822da0033b3b7c077b0a36fd8e9 (patch) | |
tree | ebca186773de4625aa515fd4efc106afe70e47e3 | |
parent | ec604f151ec01c5c646e73a46620750395a46b60 (diff) |
gpio: mockup: add myself as author
Just taking credit for the recent changes and new features. :)
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | drivers/gpio/gpio-mockup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index 2f4fe4175dbf..536a229bde71 100644 --- a/drivers/gpio/gpio-mockup.c +++ b/drivers/gpio/gpio-mockup.c @@ -3,6 +3,7 @@ * * Copyright (C) 2014 Kamlakant Patel <[email protected]> * Copyright (C) 2015-2016 Bamvor Jian Zhang <[email protected]> + * Copyright (C) 2017 Bartosz Golaszewski <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -432,5 +433,6 @@ module_exit(mock_device_exit); MODULE_AUTHOR("Kamlakant Patel <[email protected]>"); MODULE_AUTHOR("Bamvor Jian Zhang <[email protected]>"); +MODULE_AUTHOR("Bartosz Golaszewski <[email protected]>"); MODULE_DESCRIPTION("GPIO Testing driver"); MODULE_LICENSE("GPL v2"); |