From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.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 C8DAD1A5B96; Tue, 15 Apr 2025 14:04:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744725848; cv=none; b=QHXg3z0MCl8GZkA/NIj2MPLmxi2yPm0UzW6as3ZlfskemSbO5wnxkHLFEvwgLCpStwm3Fj5t0rNW+1moiQuUkaOY4WEIhhBuBk8sflm+6c3A2apXcoaeFpr6bGK5RflBMyT7Xwon40cwp7AJJKPFRwf0rpN6TERmP912IuSpFS8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744725848; c=relaxed/simple; bh=/BkJTTqWOsrC8wFfEl9MAnLF1FNN03g65UG+8JdMtl4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FeHZ3Z7yFCQ47GS93cXFz8mFL4+0vWi5tr8ZocTQvMvGVEYKGzrV7wTOCiVCOd/c33j501tE+HecVBEAMj6JUz7vMDJosVZMt7zONLYD4OPSdvd6L0QF1FAsHV4X6fSE+eZzb0qgrKrO0DujJzPMgM/B41Qoiy+0V1uN2e83AsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nWBeVFpW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nWBeVFpW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E56FC4CEDD; Tue, 15 Apr 2025 14:04:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744725846; bh=/BkJTTqWOsrC8wFfEl9MAnLF1FNN03g65UG+8JdMtl4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nWBeVFpWAU+mHkDYNdLOJC6rkeYDP3UbrrrcQU1cg1YAbw7cw9cVSw9R7/f+soIMy BZgk66exVj4rRZzuauW6M9VJKfHtsb6kpZFme5fqRt5ByE0fH/3E0ERigQocisTA1K z8qiy/Tcn4BiATsYYaU+LELkLywyD3aZwRdimZdc= Date: Tue, 15 Apr 2025 16:04:03 +0200 From: Greg Kroah-Hartman To: Romain Gantois Cc: Wolfram Sang , Tomi Valkeinen , Luca Ceresoli , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Mauro Carvalho Chehab , Linus Walleij , Bartosz Golaszewski , Thomas Petazzoni , Kory Maincent , Cosmin Tanislav , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-media@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v9 9/9] misc: add FPC202 dual port controller driver Message-ID: <2025041556-savage-wooing-b784@gregkh> References: <20250306-fpc202-v9-0-2779af6780f6@bootlin.com> <20250306-fpc202-v9-9-2779af6780f6@bootlin.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: <20250306-fpc202-v9-9-2779af6780f6@bootlin.com> On Thu, Mar 06, 2025 at 05:23:30PM +0100, Romain Gantois wrote: > The TI FPC202 dual port controller serves as a low-speed signal aggregator > for common port types such as SFP, QSFP, Mini-SAS HD, and others. > > It aggregates GPIO and I2C signals across two downstream ports, acting as > both a GPIO controller and an I2C address translator for up to two logical > devices per port. > > Reviewed-by: Linus Walleij > Tested-by: Tomi Valkeinen > Signed-off-by: Romain Gantois Acked-by: Greg Kroah-Hartman