From patchwork Fri Jun 28 16:11:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Th=C3=A9o_Lebrun?= X-Patchwork-Id: 13716396 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29439158DDC; Fri, 28 Jun 2024 16:12:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719591123; cv=none; b=WZOQkGTbwHv+e5UosobdWIhkc1jlcmTE3cPNABr1ZnqFGlmESIvo5gaGDYP9baMzm22XfBAjcnhiHbvoVlES8YQOYFz1ViSTaRwXqPm12wjK0t8amfKShqckk4zoitFImL6OWCvSAmEwwrvVjKOhmW53leBr3lSBRIVRqk/B3ec= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719591123; c=relaxed/simple; bh=nvuGFq7viiCmUzzdZASK97mwCpK0qNQUOS8MBZluUkU=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=Es3NOFJZs9z1wTt6KrdSLRTE9uFcuozIjVphk7hxS90vra6Dt6QSMbgX52CDYIfP3u5oBxqOAM7dpliFTfYz+0fT1T71UkwfrMRAyRwTdJSIHdf4bJGK5xlBLipS8p8a0j30LiqMWPmoF9ooKLArGQvmfI2VgYJPH0R4Dv9G9h4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=VoJAHBvY; arc=none smtp.client-ip=217.70.183.201 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="VoJAHBvY" Received: by mail.gandi.net (Postfix) with ESMTPSA id CFEA41BF204; Fri, 28 Jun 2024 16:11:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1719591114; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Tz2vT/oZG6SWYh6OdnXILH4h+RDaqZezQzWQ9iPCvbw=; b=VoJAHBvYfj2mrNJ8NlPxptnNHkabiZRfSWe33h6I5K0kQzb94En2Yq5J0TyrLFXwnpc0/+ Z8edMApK/lkh8G7duZNlseWKwj2ZjS7MwJJ8aM8HSc4J1tauunL97NnyUUsf9GogBQg7zO YxwcdrBU/FmlLV6YmwduCHcXCrmuHv9FOXRhASiWsN3FNlPr9hiLY3eytu83r3Y7+aUqw9 pHQSAa70vjGmLAjj9yB2O85Pz0FPqZsCChcRV/nfhsNVLIARHggAcnviWML3/NUvAXqpc4 PJeRA1N/EsWXWRe2IXoimklirtTAkD9KzCe60xWp/adO16lgbQgzKE54+yZ/DQ== From: =?utf-8?q?Th=C3=A9o_Lebrun?= Date: Fri, 28 Jun 2024 18:11:52 +0200 Subject: [PATCH 3/3] MAINTAINERS: Mobileye: add OLB drivers and dt-bindings Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240628-mbly-mips-v1-3-f53f5e4c422b@bootlin.com> References: <20240628-mbly-mips-v1-0-f53f5e4c422b@bootlin.com> In-Reply-To: <20240628-mbly-mips-v1-0-f53f5e4c422b@bootlin.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , =?utf-8?q?Gr=C3=A9?= =?utf-8?q?gory_Clement?= , Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: b4 0.15-dev-13183 X-GND-Sasl: theo.lebrun@bootlin.com Register OLB-related files part of the "MOBILEYE MIPS SOCS" MAINTAINERS section. Those include: - drivers (clk-eyeq, reset-eyeq, pinctrl-eyeq5), - dt-bindings (mobileye,eyeq5-olb.yaml file), - bindings includes file . Signed-off-by: Théo Lebrun --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2ca8f35dfe03..b3732165b824 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15194,9 +15194,14 @@ M: Théo Lebrun L: linux-mips@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/mips/mobileye.yaml +F: Documentation/devicetree/bindings/soc/mobileye/ F: arch/mips/boot/dts/mobileye/ F: arch/mips/configs/eyeq5_defconfig F: arch/mips/mobileye/board-epm5.its.S +F: drivers/clk/clk-eyeq.c +F: drivers/pinctrl/pinctrl-eyeq5.c +F: drivers/reset/reset-eyeq.c +F: include/dt-bindings/clock/mobileye,eyeq5-clk.h MODULE SUPPORT M: Luis Chamberlain