mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 20:01:55 +00:00
33 lines
956 B
Diff
33 lines
956 B
Diff
From 2b21b83e562a19d5d4c09f45a7882d476881a9fd Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
Date: Wed, 31 Oct 2018 14:59:40 +0000
|
|
Subject: [PATCH 108/552] MAINTAINERS: Add entry for BCM2835 Unicam driver
|
|
|
|
Adds entry for the new BCM2835 Unicam (CSI-2 receiver) driver
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
---
|
|
MAINTAINERS | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
index fd25e4ecf0b9..41c8fa64331e 100644
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -3518,6 +3518,13 @@ N: bcm113*
|
|
N: bcm216*
|
|
N: kona
|
|
|
|
+BROADCOM BCM2835 CAMERA DRIVER
|
|
+M: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
+L: linux-media@vger.kernel.org
|
|
+S: Maintained
|
|
+F: drivers/media/platform/bcm2835/
|
|
+F: Documentation/devicetree/bindings/media/bcm2835-unicam.txt
|
|
+
|
|
BROADCOM BCM47XX MIPS ARCHITECTURE
|
|
M: Hauke Mehrtens <hauke@hauke-m.de>
|
|
M: Rafał Miłecki <zajec5@gmail.com>
|
|
--
|
|
2.33.0
|
|
|