From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 40B973BED33 for ; Mon, 15 Jun 2026 08:01:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781510510; cv=none; b=Up2kGkT7+Gg+tAuQezCOqoEqYMu6h/wvGCcIVRQmGrVMBcX37v7++siwHma9BfSH09Ep9J7JSAsCRz/EJxdKQz8qyUlj1hCIA1hLuVpTvpaQppgGB2+iixLtgOa6z0/guFenARO+4GZ+EGiOgxJcAVXg/TiqpkC0FyCvTzKfDn0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781510510; c=relaxed/simple; bh=dio2YD2WRbBLjuc0JXrnAC2MHwLnPhYUdsE5jmwthaQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=SYPT4LAFRYTgSozkeuHoMMHnYr8FzfMgDLophmQ9bC8oO/3JmLXyXOhw6yqXrKxiE4jyHSpbwBidePAvCKv8phN5mQuExlBJnXIsODr8ulsuF2nTIYFX6pIDsjlsyR0ffwoOBzpK7m5a3doUX8XhnBmGbgdn+HF8zpLw1Qcbbh8= 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=kxUC0xZp; arc=none smtp.client-ip=185.246.84.56 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="kxUC0xZp" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id B8EFD1A3945; Mon, 15 Jun 2026 08:01:40 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 8A5C660015; Mon, 15 Jun 2026 08:01:40 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 652A8106C929D; Mon, 15 Jun 2026 10:01:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1781510493; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=IFrkftsCJkXAboWXq2P9paFEjGuUUbQSe8YFs1mbcyA=; b=kxUC0xZpAydStGi0AcRC7XY/6OBYa0JURrHxYo/hO5ZzKcD1LG/lgve6cqoZfNQrMsnpl4 SFMPlicZxmG3b2MZj46JmHHH4E7xWb/gTdIHGZKAcoOMNVGayAtLYUn8j5Qua5Or/XFfUQ W3j46b59Wkm/bzC40ZMZunsvL8n5o+nYlGtVOP3JH/gChpkgWchlJEzdWEPyrlfpLq1r2y bInP+ToTLnRlZcoJF4bHQsvLSPlr10MCokpYFNyEy2K4wPGg0b9KISL8oRTJ8fHIFYLnxZ 3GJe6Gtk0mxZen8PCxZWA4RZ8az4/2C9DO8YVsDF3Fhf2AYMfu5lxyESeubu2g== Message-ID: Date: Mon, 15 Jun 2026 10:01:25 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 2/2] pinctrl: upboard: add device id INTC1055 based UP boards support To: GaryWang , Mika Westerberg , Andy Shevchenko , Linus Walleij Cc: Daniele Cleri , JunYingLai , Louis Chen , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260612-upboard-pinctrl-add-upboard-intc1055-support-v2-0-4111b256c840@gmail.com> <20260612-upboard-pinctrl-add-upboard-intc1055-support-v2-2-4111b256c840@gmail.com> Content-Language: en-US From: Thomas Richard In-Reply-To: <20260612-upboard-pinctrl-add-upboard-intc1055-support-v2-2-4111b256c840@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hello Gary, On 6/12/26 12:13 PM, GaryWang wrote: > Add support "UP Xtreme i12", "UP Squared Pro 7000", "UP Squared i12", > "UP 7000" boards and I2C/PWM/UART/SPI pins mapping data. > Reviewed-by: Thomas Richard Best Regards, Thomas