From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0E81329AAF7; Wed, 16 Jul 2025 18:21:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752690109; cv=none; b=uA11jLLSZnfoxaGt2UK4tTqvjKO9RFnnlQXngILwCCvic24Tj8yWa1/PognbgFrvGr8am3FdAMDWv/S2rfi67L4ZX+/fJ2RFp+Ppx9wmq2fqxmb3hvoMtED9fEqJ+04OHl4Bn9pksfoXXRkB9OhObW9Z1pTVu4RGVyAn/93DTes= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752690109; c=relaxed/simple; bh=OISzIwgKW9Ut4RNYygd7oYWqpTp409ADl/d7dz7BO2k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=t7+PT2W7Fj1FzGTUzl8jnETmYNwM2SPS/nUxeEVb/wRxrnTcK9u2bYZo8vcD4OzsZAZ81KyM/XdntqNQUoajXGG0njsr5moQthVS1IlH0ihOFLXqVYUtclN2UkZ2Bn3BNrR1JxZhqDQp9BVdkDzWsXHiB2jWkfu6jOdaDSj0Ahc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1uc6ZW-0006DN-00; Wed, 16 Jul 2025 20:09:38 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 81182C0976; Wed, 16 Jul 2025 20:05:41 +0200 (CEST) Date: Wed, 16 Jul 2025 20:05:41 +0200 From: Thomas Bogendoerfer To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: Vladimir Kondratiev , Gregory CLEMENT , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , Tawfik Bayouk , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Linus Walleij , Andi Shyti Subject: Re: [PATCH 0/6] MIPS: Mobileye: EyeQ5: add GPIO/I2C devicetrees/defconfigs Message-ID: References: <20250704-of-commits-v1-0-dc2006bf2846@bootlin.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250704-of-commits-v1-0-dc2006bf2846@bootlin.com> On Fri, Jul 04, 2025 at 01:47:05PM +0200, Théo Lebrun wrote: > Here we push changes to have GPIO and I2C support by default in EyeQ5 > defconfigs and devicetrees. > > Linux driver work has been pushed in the past. Devicetree patches > accompanied those series but didn't get merged at that time. Acked-by > on I2C DTS patches come from there. > > We start by a small new defconfig patch that a clean working tree after: > > ⟩ make eyeq5_defconfig && \ > make savedefconfig && \ > mv defconfig arch/mips/configs/eyeq5_defconfig > > I2C DTS patches: > https://lore.kernel.org/lkml/20240306-mbly-i2c-v3-0-605f866aa4ec@bootlin.com/ > > GPIO DTS patch: > https://lore.kernel.org/lkml/20240228-mbly-gpio-v2-28-3ba757474006@bootlin.com/ > > Signed-off-by: Théo Lebrun > --- > Théo Lebrun (6): > MIPS: eyeq5_defconfig: Update for v6.16-rc1 > MIPS: mobileye: eyeq5: add 5 I2C controller nodes > MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor > MIPS: mobileye: eyeq5: add two GPIO bank nodes > MIPS: eyeq5_defconfig: add GPIO subsystem & driver > MIPS: eyeq5_defconfig: add I2C subsystem, driver and temp sensor driver > > arch/mips/boot/dts/mobileye/eyeq5-epm5.dts | 8 +++ > arch/mips/boot/dts/mobileye/eyeq5.dtsi | 105 +++++++++++++++++++++++++++++ > arch/mips/configs/eyeq5_defconfig | 10 ++- > 3 files changed, 120 insertions(+), 3 deletions(-) > --- > base-commit: b4674c5af605321f2ec0c8ac5a884c4ecfad7214 > change-id: 20250704-of-commits-d76e6d76a6f1 series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]