Message ID | 2ea613df7d5d806737503fb842cdee329f2183f5.1547227861.git.pgaj@cadence.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add the I3C mastership request | expand |
On Fri, 11 Jan 2019 17:43:37 +0000 Przemyslaw Gaj <pgaj@cadence.com> wrote: Please add a commit message, even a short one is better than none. > Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com> > --- > drivers/i3c/master.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c > index 320d905..72b1711 100644 > --- a/drivers/i3c/master.c > +++ b/drivers/i3c/master.c > @@ -3,6 +3,7 @@ > * Copyright (C) 2018 Cadence Design Systems Inc. > * > * Author: Boris Brezillon <boris.brezillon@bootlin.com> > + * Author: Przemyslaw Gaj <pgaj@cadence.com> > */ > > #include <linux/atomic.h> > @@ -2885,5 +2886,6 @@ static void __exit i3c_exit(void) > module_exit(i3c_exit); > > MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>"); > +MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>"); > MODULE_DESCRIPTION("I3C core"); > MODULE_LICENSE("GPL v2"); You should probably add an entry for this driver in MAINTAINERS.
On Tue, 15 Jan 2019 22:11:19 +0100 Boris Brezillon <bbrezillon@kernel.org> wrote: > On Fri, 11 Jan 2019 17:43:37 +0000 > Przemyslaw Gaj <pgaj@cadence.com> wrote: > > Please add a commit message, even a short one is better than none. > > > Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com> > > --- > > drivers/i3c/master.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c > > index 320d905..72b1711 100644 > > --- a/drivers/i3c/master.c > > +++ b/drivers/i3c/master.c > > @@ -3,6 +3,7 @@ > > * Copyright (C) 2018 Cadence Design Systems Inc. > > * > > * Author: Boris Brezillon <boris.brezillon@bootlin.com> > > + * Author: Przemyslaw Gaj <pgaj@cadence.com> > > */ > > > > #include <linux/atomic.h> > > @@ -2885,5 +2886,6 @@ static void __exit i3c_exit(void) > > module_exit(i3c_exit); > > > > MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>"); > > +MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>"); > > MODULE_DESCRIPTION("I3C core"); > > MODULE_LICENSE("GPL v2"); > > You should probably add an entry for this driver in MAINTAINERS. Didn't notice you were updating a core file here, so please just add your name+address to the existing I3C entry.
diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c index 320d905..72b1711 100644 --- a/drivers/i3c/master.c +++ b/drivers/i3c/master.c @@ -3,6 +3,7 @@ * Copyright (C) 2018 Cadence Design Systems Inc. * * Author: Boris Brezillon <boris.brezillon@bootlin.com> + * Author: Przemyslaw Gaj <pgaj@cadence.com> */ #include <linux/atomic.h> @@ -2885,5 +2886,6 @@ static void __exit i3c_exit(void) module_exit(i3c_exit); MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>"); +MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>"); MODULE_DESCRIPTION("I3C core"); MODULE_LICENSE("GPL v2");
Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com> --- drivers/i3c/master.c | 2 ++ 1 file changed, 2 insertions(+)