diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 11:23:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-25 09:04:18 +0100 |
commit | 51ccdd25d7e57260aca5f8cf7aeb03416121e992 (patch) | |
tree | 453eaa004b99e8a423ff246b13eb5f5e6a09c4cd /MAINTAINERS | |
parent | 4c9a74798ef1aaa85073d349807cc91f5d592e32 (diff) | |
download | linux-stable-51ccdd25d7e57260aca5f8cf7aeb03416121e992.tar.gz linux-stable-51ccdd25d7e57260aca5f8cf7aeb03416121e992.tar.bz2 linux-stable-51ccdd25d7e57260aca5f8cf7aeb03416121e992.zip |
MAINTAINERS: move the staging subsystem to lists.linux.dev
commit e06da9ea3e3f6746a849edeae1d09ee821f5c2ce upstream.
The drivers/staging/ tree has a new mailing list,
linux-staging@lists.linux.dev, so move the MAINTAINER entry to point to
it so that we get patches sent to the proper place.
There was no need to specify a list for the hikey9xx driver, the tools
pick up the "base" list for drivers/staging/* so remove that line to
make the file simpler.
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210316102311.182375-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e97c3b9545e9..24cdfcf334ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8001,7 +8001,6 @@ F: drivers/crypto/hisilicon/sec2/sec_main.c HISILICON STAGING DRIVERS FOR HIKEY 960/970 M: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> -L: devel@driverdev.osuosl.org S: Maintained F: drivers/staging/hikey9xx/ @@ -16665,7 +16664,7 @@ F: drivers/staging/vt665?/ STAGING SUBSYSTEM M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -L: devel@driverdev.osuosl.org +L: linux-staging@lists.linux.dev S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git F: drivers/staging/ |