[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180928220431.31656-1-joe@perches.com>
Date: Fri, 28 Sep 2018 15:04:30 -0700
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Cc: Benjamin Gaignard <benjamin.gaignard@...aro.org>,
Hans Verkuil <hans.verkuil@...co.com>,
Mauro Carvalho Chehab <mchehab@...pensource.com>
Subject: Bad MAINTAINERS pattern in section 'STI CEC DRIVER'
Please fix this defect appropriately.
linux-next MAINTAINERS section:
13992 STI CEC DRIVER
13993 M: Benjamin Gaignard <benjamin.gaignard@...aro.org>
13994 S: Maintained
--> 13995 F: drivers/staging/media/st-cec/
13996 F: Documentation/devicetree/bindings/media/stih-cec.txt
Commit that introduced this:
commit 82abbea734d659b4218ad06734b4927b43261985
Author: Randy Dunlap <rdunlap@...radead.org>
Date: Fri Jul 21 13:32:27 2017 -0700
MAINTAINERS: fix alphabetical ordering
Fix major alphabetic errors. No attempt to fix items that all begin
with the same word (like ARM, BROADCOM, DRM, EDAC, FREESCALE, INTEL,
OMAP, PCI, SAMSUNG, TI, USB, etc.).
(diffstat +/- is different by one line because TI KEYSTONE MULTICORE
had 2 blank lines after it.)
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Acked-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
MAINTAINERS | 1683 +++++++++++++++++++++++++++++------------------------------
1 file changed, 841 insertions(+), 842 deletions(-)
Last commit with drivers/staging/media/st-cec/
commit fc4e009c6c986a8cc717dc070d65ccb60d7de91a
Author: Benjamin Gaignard <benjamin.gaignard@...aro.org>
Date: Tue Jan 3 12:54:56 2017 -0200
[media] stih-cec: add CEC notifier support
By using the CEC notifier framework there is no longer any reason
to manually set the physical address. This was the one blocking
issue that prevented this driver from going out of staging, so do
this move as well.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@...aro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@...co.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@...pensource.com>
drivers/media/platform/Kconfig | 18 +++++++++++++
drivers/media/platform/Makefile | 1 +
.../st-cec => media/platform/sti/cec}/Makefile | 0
.../st-cec => media/platform/sti/cec}/stih-cec.c | 31 +++++++++++++++++++---
drivers/staging/media/Kconfig | 2 --
drivers/staging/media/Makefile | 1 -
drivers/staging/media/st-cec/Kconfig | 8 ------
drivers/staging/media/st-cec/TODO | 7 -----
8 files changed, 47 insertions(+), 21 deletions(-)
Powered by blists - more mailing lists