From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.16]) (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 13AD9F9D9; Tue, 1 Jul 2025 10:18:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751365104; cv=none; b=eb5Zrfuq3iuT5gVrsnBi8xgMbL2LYe+Tmlj/XG3uj99/1cwmnsdR00MZZHWXlFeqNi6v7sINyc7u6TDfpq8aDQRKRwUsU5KC3FOC1M6kV7E4ACPIwazvTrdKKO6JhvPTY13s588c/rjo/3XDHYfsayyoVP2J6K1GCtOhn9RvVr8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751365104; c=relaxed/simple; bh=tDMifouIIip/tg9fh46Bk6xjkcaA79k1SoUewmzsplE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cs7Hb5b1a3LpgVtFTP9qGDrVOhDthregWIWhr1qxGN81/fI8XkiYqU9d1Nr4T3QpNg7GTOK8x4GFJaWCKpgryPu17TN4ikMlQ0Nkowh7/oxzB/BRj9/3LE4SL4Zn56Ch5hQ4GKs+l/PN9s3Vj9nIpBe09SH+1RmOIbEUab7i2JY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=OzOsME4S; arc=none smtp.client-ip=220.197.32.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="OzOsME4S" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=FwWG8EAzKyju2ovmVpNM1zaGxigyV87GlRZT34i7jEc=; b=OzOsME4SUejXZXRUHNAw9BNQri32GIpRd25+TV67NIkjLVWPxv2SsomPyDSX5K kxpPjUpQ3gNiXJq4E3SiFu0uSZ87pSKW1hYC+4Pkqs2mXXehwACEJR+etDRdImSv 2kRllq8jQpqTEYVNx/B1Ep8yhX7SJQe/UKsPL4qXLf82A= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgD3v1pitWNoVEw9AA--.20470S3; Tue, 01 Jul 2025 18:16:05 +0800 (CST) Date: Tue, 1 Jul 2025 18:16:02 +0800 From: Shawn Guo To: Dario Binacchi Cc: linux-kernel@vger.kernel.org, michael@amarulasolutions.com, linux-amarula@amarulasolutions.com, Frank Li , Alexander Stein , Ard Biesheuvel , Conor Dooley , Eric Biggers , Fabio Estevam , Francesco Dolcini , Frieder Schrempf , Heiko Schocher , Krzysztof Kozlowski , Marek Vasut , Markus Niebel , "Martin K. Petersen" , Max Merchel , Michael Walle , Pengutronix Kernel Team , Primoz Fiser , Rob Herring , Russell King , Sascha Hauer , Shawn Guo , Tim Harvey , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 0/5] Support i.MX28 Amarula rmm board Message-ID: References: <20250620080626.3580397-1-dario.binacchi@amarulasolutions.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250620080626.3580397-1-dario.binacchi@amarulasolutions.com> X-CM-TRANSID:Mc8vCgD3v1pitWNoVEw9AA--.20470S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU8uc_UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiIgV53mhjtWUsrgAA3Z On Fri, Jun 20, 2025 at 10:06:16AM +0200, Dario Binacchi wrote: > Dario Binacchi (5): > ARM: dts: imx28: add pwm7 muxing options > dt-bindings: arm: fsl: add i.MX28 Amarula rmm board > ARM: dts: mxs: support i.MX28 Amarula rmm board > ARM: mxs_defconfig: Cleanup mxs_defconfig > ARM: mxs_defconfig: select new drivers used by imx28-amarula-rmm Applied all, thanks!