Message ID | 20220621233131.21240-1-vfedorenko@novek.ru (mailing list archive) |
---|---|
State | Accepted |
Commit | 13f28c2cf0701eaf3b251a57b46bca0fe17248ca |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: Add a maintainer for OCP Time Card | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net |
netdev/fixes_present | success | No Fixes tags, but series doesn't touch code |
netdev/subject_prefix | success | Link |
netdev/cover_letter | success | Single patches do not need cover letters |
netdev/patch_count | success | Link |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/cc_maintainers | success | CCed 0 of 0 maintainers |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/module_param | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/check_selftest | success | No net selftest shell script |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
On Wed, Jun 22, 2022 at 02:31:31AM +0300, Vadim Fedorenko wrote: > From: Vadim Fedorenko <vadfed@fb.com> > > I've been contributing and reviewing patches for ptp_ocp driver for > some time and I'm taking care of it's github mirror. On Jakub's > suggestion, I would like to step forward and become a maintainer for > this driver. This patch adds a dedicated entry to MAINTAINERS. > > Signed-off-by: Vadim Fedorenko <vadfed@fb.com> Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 22 Jun 2022 02:31:31 +0300 you wrote: > From: Vadim Fedorenko <vadfed@fb.com> > > I've been contributing and reviewing patches for ptp_ocp driver for > some time and I'm taking care of it's github mirror. On Jakub's > suggestion, I would like to step forward and become a maintainer for > this driver. This patch adds a dedicated entry to MAINTAINERS. > > [...] Here is the summary with links: - [net] MAINTAINERS: Add a maintainer for OCP Time Card https://git.kernel.org/netdev/net/c/13f28c2cf070 You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 15a2341936ea..d922601f02ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14868,6 +14868,7 @@ F: include/dt-bindings/ OPENCOMPUTE PTP CLOCK DRIVER M: Jonathan Lemon <jonathan.lemon@gmail.com> +M: Vadim Fedorenko <vadfed@fb.com> L: netdev@vger.kernel.org S: Maintained F: drivers/ptp/ptp_ocp.c