Message ID | 20230218211317.284889-1-stefan@datenfreihafen.org (mailing list archive) |
---|---|
State | Accepted |
Commit | c551c569e388f6ae19e40798c7615706267f7618 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/4] MAINTAINERS: Switch maintenance for cc2520 driver over | 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 | warning | Series does not have a cover letter |
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, 11 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Sat, 18 Feb 2023 22:13:14 +0100 you wrote: > Varka Bhadram has not been actively working on the driver or reviewing > patches for several years. I have been taking odd fixes in through the > wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this > reality. I wanted to thank Varka for his work on the driver. > > Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> > > [...] Here is the summary with links: - [net,1/4] MAINTAINERS: Switch maintenance for cc2520 driver over https://git.kernel.org/netdev/net/c/c551c569e388 - [net,2/4] MAINTAINERS: Switch maintenance for mcr20a driver over https://git.kernel.org/netdev/net/c/d1b4b4117f89 - [net,3/4] MAINTAINERS: Switch maintenance for mrf24j40 driver over https://git.kernel.org/netdev/net/c/6b441772854f - [net,4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 https://git.kernel.org/netdev/net/c/195d6cc9c3d1 You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 6a47510d1592..b3862b03c99b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4807,9 +4807,9 @@ F: net/sched/sch_etf.c F: net/sched/sch_taprio.c CC2520 IEEE-802.15.4 RADIO DRIVER -M: Varka Bhadram <varkabhadram@gmail.com> +M: Stefan Schmidt <stefan@datenfreihafen.org> L: linux-wpan@vger.kernel.org -S: Maintained +S: Odd Fixes F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt F: drivers/net/ieee802154/cc2520.c F: include/linux/spi/cc2520.h
Varka Bhadram has not been actively working on the driver or reviewing patches for several years. I have been taking odd fixes in through the wpan/ieee802154 tree. Update the MAINTAINERS file to reflect this reality. I wanted to thank Varka for his work on the driver. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)