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 351C219E97A; Fri, 12 Sep 2025 08:38:53 +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=1757666335; cv=none; b=QVK2UUVwj/vuAVG/cj1qb0ALOJ8c4L0/AaOfwmH7Sab1AK0gxdAXV1bhB+J6Rt8v2FoT/zfQKzeGliyA8vNzdulQrcY+Wvb80P+jcznnBJMwAMGLCIlyFrLul+k2de+JeMDsIgXLl6ZQoMFILMCkt645rEW3Rdk6NkeCJKUI9Os= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757666335; c=relaxed/simple; bh=hagDPXklpTYs2DndspEwvgWoWk3PxuoK9oj2KTwSBB0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ESg+E9WS4+Zi93NgShVdNRngWgtq5j9MVjyk8WWXt+qQotBhIEPDNkdO9SAXi9JnRtibee8FNB394MWi05iPdAUcGOi/EFyIYroUNJUA5D2K5tXb4Rq7GWcySvB4PpD5uBkO4XVjwZbkRn8JYTmn5vHdHyM64xA7mG3kJhE8AwE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MxTXHgMm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MxTXHgMm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CA43C4CEF4; Fri, 12 Sep 2025 08:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757666333; bh=hagDPXklpTYs2DndspEwvgWoWk3PxuoK9oj2KTwSBB0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MxTXHgMmXic5UwWdvCJriQLR7BVaQkrgR4r5P+SSHhH4lwC8SuZRFUAX0Cyxn6Ylo vx4jC2lC6uuvCyrI7LmiA5+FJNRl4vB+3dzRg5ymBnAVpz+pPn+7l8ln21QcJ9Rh1R hCi/BNTXYGknN4hwxf+o3WhIvPeqecl8kAKEbGmZIk0MeYHsm3nvBWdGgxF1m1Cl/2 iuhXU+YeVy+owLP4sYsBMhr4wRLYTY90salXjiDFHnioos42//Fc3b3IDk6f84zvFj ihHZJVToOECcuWD4fJpqAjlHj5lL+whtTUFZSSRyjWJoj+jVrRH4fNc4yTTcqB4qGk ab/QBdrxZ3ijA== Message-ID: <18011d86-6f9e-4a0d-9514-fcc69cec1fc2@kernel.org> Date: Fri, 12 Sep 2025 10:38:49 +0200 Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 3/3] i2c: Add Intel USBIO I2C driver To: Wolfram Sang Cc: Israel Cepeda , Sakari Ailus , Wolfram Sang , Andi Shyti , Greg Kroah-Hartman , Bartosz Golaszewski , Linus Walleij , Richard Hughes , linux-i2c@vger.kernel.org, linux-usb@vger.kernel.org, linux-gpio@vger.kernel.org References: <20250911181343.77398-1-hansg@kernel.org> <20250911181343.77398-4-hansg@kernel.org> From: Hans de Goede Content-Language: en-US, nl In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Wolfram, On 11-Sep-25 8:30 PM, Wolfram Sang wrote: > On Thu, Sep 11, 2025 at 08:13:43PM +0200, Hans de Goede wrote: >> From: Israel Cepeda >> >> Add a a driver for the I2C auxbus child device of the Intel USBIO USB >> IO-expander used by the MIPI cameras on various new (Meteor Lake and >> later) Intel laptops. >> >> Co-developed-by: Hans de Goede >> Signed-off-by: Hans de Goede >> Signed-off-by: Israel Cepeda > > Reviewed-by: Wolfram Sang Thank you. Is it ok if Greg picks this up together with the rest of the series? Regards, Hans