* [PATCH] MAINTAINERS: add HSI subsystem @ 2013-11-25 18:17 Sebastian Reichel 2013-11-26 23:30 ` Linus Walleij 2013-11-27 9:17 ` [PATCH v2] " Sebastian Reichel 0 siblings, 2 replies; 7+ messages in thread From: Sebastian Reichel @ 2013-11-25 18:17 UTC (permalink / raw) To: Sebastian Reichel, Greg Kroah-Hartman, Linus Walleij, Shubhrajyoti Datta, Carlos Chinea Cc: Aaro Koskinen, Tony Lindgren, linux-kernel, Sebastian Reichel This adds me as maintainer for the HSI subsystem and Carlos Chinea (original author) to the CREDITS file. Signed-off-by: Sebastian Reichel <sre@debian.org> --- Hi, Please check [0] for more details of the work I did and plan to do. I'm interested in a Co-Maintainer. I plan to setup a git repository for the hsi tree on kernel.org, but my account request is stalled, since I'm currently not listed in the MAINTAINERS file. [0] https://lkml.org/lkml/2013/10/10/504 -- Sebastian --- CREDITS | 5 +++++ MAINTAINERS | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/CREDITS b/CREDITS index 4fc997d..4c7738f 100644 --- a/CREDITS +++ b/CREDITS @@ -655,6 +655,11 @@ S: Stanford University S: Stanford, California 94305 S: USA +N: Carlos Chinea +E: carlos.chinea@nokia.com +E: cch.devel@gmail.com +D: Author of HSI Subsystem + N: Randolph Chung E: tausq@debian.org D: Linux/PA-RISC hacker diff --git a/MAINTAINERS b/MAINTAINERS index f216db8..5629a41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4043,6 +4043,14 @@ W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi S: Maintained F: fs/hpfs/ +HSI SUBSYSTEM +M: Sebastian Reichel <sre@debian.org> +S: Maintained +F: Documentation/hsi/ +F: drivers/hsi/ +F: include/linux/hsi/ +F: include/uapi/linux/hsi/ + HSO 3G MODEM DRIVER M: Jan Dumon <j.dumon@option.com> W: http://www.pharscape.org -- 1.8.4.3 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add HSI subsystem 2013-11-25 18:17 [PATCH] MAINTAINERS: add HSI subsystem Sebastian Reichel @ 2013-11-26 23:30 ` Linus Walleij 2013-11-27 0:12 ` Sebastian Reichel 2013-11-27 9:17 ` [PATCH v2] " Sebastian Reichel 1 sibling, 1 reply; 7+ messages in thread From: Linus Walleij @ 2013-11-26 23:30 UTC (permalink / raw) To: Sebastian Reichel Cc: Sebastian Reichel, Greg Kroah-Hartman, Shubhrajyoti Datta, Carlos Chinea, Aaro Koskinen, Tony Lindgren, linux-kernel@vger.kernel.org On Mon, Nov 25, 2013 at 7:17 PM, Sebastian Reichel <sre@debian.org> wrote: > This adds me as maintainer for the HSI subsystem and > Carlos Chinea (original author) to the CREDITS file. > > Signed-off-by: Sebastian Reichel <sre@debian.org> (Good idea) > +HSI SUBSYSTEM > +M: Sebastian Reichel <sre@debian.org> > +S: Maintained > +F: Documentation/hsi/ > +F: drivers/hsi/ > +F: include/linux/hsi/ > +F: include/uapi/linux/hsi/ Don't add directories that do not exist (yet). Yours, Linus Walleij ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add HSI subsystem 2013-11-26 23:30 ` Linus Walleij @ 2013-11-27 0:12 ` Sebastian Reichel 2013-11-27 0:19 ` Greg Kroah-Hartman 0 siblings, 1 reply; 7+ messages in thread From: Sebastian Reichel @ 2013-11-27 0:12 UTC (permalink / raw) To: Linus Walleij Cc: Greg Kroah-Hartman, Shubhrajyoti Datta, Carlos Chinea, Aaro Koskinen, Tony Lindgren, linux-kernel@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 572 bytes --] On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > +M: Sebastian Reichel <sre@debian.org> > > +S: Maintained > > +F: Documentation/hsi/ > > +F: drivers/hsi/ > > +F: include/linux/hsi/ > > +F: include/uapi/linux/hsi/ > > Don't add directories that do not exist (yet). Sorry, that was not my intention. The documentation path was supposed to be "Documentation/ABI/testing/sysfs-bus-hsi". The other directories should exist. I will send an updated patch. Am I right, that this should go through Greg? -- Sebastian [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add HSI subsystem 2013-11-27 0:12 ` Sebastian Reichel @ 2013-11-27 0:19 ` Greg Kroah-Hartman 2013-11-27 1:26 ` Sebastian Reichel 0 siblings, 1 reply; 7+ messages in thread From: Greg Kroah-Hartman @ 2013-11-27 0:19 UTC (permalink / raw) To: Linus Walleij, Shubhrajyoti Datta, Carlos Chinea, Aaro Koskinen, Tony Lindgren, linux-kernel@vger.kernel.org On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: > On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > > +M: Sebastian Reichel <sre@debian.org> > > > +S: Maintained > > > +F: Documentation/hsi/ > > > +F: drivers/hsi/ > > > +F: include/linux/hsi/ > > > +F: include/uapi/linux/hsi/ > > > > Don't add directories that do not exist (yet). > > Sorry, that was not my intention. The documentation path was > supposed to be "Documentation/ABI/testing/sysfs-bus-hsi". The > other directories should exist. I will send an updated patch. > > Am I right, that this should go through Greg? Why me? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add HSI subsystem 2013-11-27 0:19 ` Greg Kroah-Hartman @ 2013-11-27 1:26 ` Sebastian Reichel 2013-11-27 3:22 ` Greg Kroah-Hartman 0 siblings, 1 reply; 7+ messages in thread From: Sebastian Reichel @ 2013-11-27 1:26 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Linus Walleij, Shubhrajyoti Datta, Carlos Chinea, Aaro Koskinen, Tony Lindgren, linux-kernel@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 1228 bytes --] On Tue, Nov 26, 2013 at 04:19:09PM -0800, Greg Kroah-Hartman wrote: > On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: > > On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > > > +M: Sebastian Reichel <sre@debian.org> > > > > +S: Maintained > > > > +F: Documentation/hsi/ > > > > +F: drivers/hsi/ > > > > +F: include/linux/hsi/ > > > > +F: include/uapi/linux/hsi/ > > > > > > Don't add directories that do not exist (yet). > > > > Sorry, that was not my intention. The documentation path was > > supposed to be "Documentation/ABI/testing/sysfs-bus-hsi". The > > other directories should exist. I will send an updated patch. > > > > Am I right, that this should go through Greg? > > Why me? As far as i know the change is supposed to go through the subsystem's git tree by default, but drivers/hsi is currently orphaned. You were suggested by scripts/get_maintainer.pl, because you did some commits in drivers/hsi. You also maintain drivers/core and drivers/misc, so I thought you would be a good entry point. Should I send this directly to Linus instead ("THE REST" is the only matching rule in the MAINTAINERS file)? -- Sebastian [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: add HSI subsystem 2013-11-27 1:26 ` Sebastian Reichel @ 2013-11-27 3:22 ` Greg Kroah-Hartman 0 siblings, 0 replies; 7+ messages in thread From: Greg Kroah-Hartman @ 2013-11-27 3:22 UTC (permalink / raw) To: Linus Walleij, Shubhrajyoti Datta, Carlos Chinea, Aaro Koskinen, Tony Lindgren, linux-kernel@vger.kernel.org On Wed, Nov 27, 2013 at 02:26:02AM +0100, Sebastian Reichel wrote: > On Tue, Nov 26, 2013 at 04:19:09PM -0800, Greg Kroah-Hartman wrote: > > On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: > > > On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > > > > +M: Sebastian Reichel <sre@debian.org> > > > > > +S: Maintained > > > > > +F: Documentation/hsi/ > > > > > +F: drivers/hsi/ > > > > > +F: include/linux/hsi/ > > > > > +F: include/uapi/linux/hsi/ > > > > > > > > Don't add directories that do not exist (yet). > > > > > > Sorry, that was not my intention. The documentation path was > > > supposed to be "Documentation/ABI/testing/sysfs-bus-hsi". The > > > other directories should exist. I will send an updated patch. > > > > > > Am I right, that this should go through Greg? > > > > Why me? > > As far as i know the change is supposed to go through the > subsystem's git tree by default, but drivers/hsi is currently > orphaned. > > You were suggested by scripts/get_maintainer.pl, because you > did some commits in drivers/hsi. You also maintain drivers/core > and drivers/misc, so I thought you would be a good entry point. Ok, if you have no other conduit, I'll be glad to do that for you, I do it for lots of other "misc" driver subsystems like this. So, feel free to resend this, with the correct include line, and I'll be glad to queue it up. thanks, greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2] MAINTAINERS: add HSI subsystem 2013-11-25 18:17 [PATCH] MAINTAINERS: add HSI subsystem Sebastian Reichel 2013-11-26 23:30 ` Linus Walleij @ 2013-11-27 9:17 ` Sebastian Reichel 1 sibling, 0 replies; 7+ messages in thread From: Sebastian Reichel @ 2013-11-27 9:17 UTC (permalink / raw) To: Sebastian Reichel, Greg Kroah-Hartman, Linus Walleij, Shubhrajyoti Datta, Carlos Chinea Cc: Aaro Koskinen, Tony Lindgren, linux-kernel, Sebastian Reichel This adds me as maintainer for the HSI subsystem and Carlos Chinea (original author) to the CREDITS file. Signed-off-by: Sebastian Reichel <sre@debian.org> --- Hi, This is the 2nd iteration of this patch. The only change since v1 is the update of the hsi Documentation path. -- Sebastian --- CREDITS | 5 +++++ MAINTAINERS | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/CREDITS b/CREDITS index 4fc997d..4c7738f 100644 --- a/CREDITS +++ b/CREDITS @@ -655,6 +655,11 @@ S: Stanford University S: Stanford, California 94305 S: USA +N: Carlos Chinea +E: carlos.chinea@nokia.com +E: cch.devel@gmail.com +D: Author of HSI Subsystem + N: Randolph Chung E: tausq@debian.org D: Linux/PA-RISC hacker diff --git a/MAINTAINERS b/MAINTAINERS index f216db8..2fe0e2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4043,6 +4043,14 @@ W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi S: Maintained F: fs/hpfs/ +HSI SUBSYSTEM +M: Sebastian Reichel <sre@debian.org> +S: Maintained +F: Documentation/ABI/testing/sysfs-bus-hsi +F: drivers/hsi/ +F: include/linux/hsi/ +F: include/uapi/linux/hsi/ + HSO 3G MODEM DRIVER M: Jan Dumon <j.dumon@option.com> W: http://www.pharscape.org -- 1.8.4.3 ^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-11-27 9:18 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-11-25 18:17 [PATCH] MAINTAINERS: add HSI subsystem Sebastian Reichel 2013-11-26 23:30 ` Linus Walleij 2013-11-27 0:12 ` Sebastian Reichel 2013-11-27 0:19 ` Greg Kroah-Hartman 2013-11-27 1:26 ` Sebastian Reichel 2013-11-27 3:22 ` Greg Kroah-Hartman 2013-11-27 9:17 ` [PATCH v2] " Sebastian Reichel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox