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 8E3CAA920; Fri, 12 Sep 2025 11:44:47 +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=1757677487; cv=none; b=QAp+F8Q/Wz+mi6PcLL0SqYvgXRri1MiAR8UxgGaswagqndGbrHXy36BhsKWfeIUeShj913XC0MAbOm1nkEY5mEQ2HZPi9YWRR5zEUKGtDHseUJiBmbW9ecXaoVHMEAvAfeqAd1NtMHeSIm0dZCIfzDfmjC/5hYCpVfNksVdAd6s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757677487; c=relaxed/simple; bh=DMcy4lLGqxGXpI3eI5YfoU8fCZvbZRIkrODm2pgnZYM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pNGO3uryYPcLGEGtoqZQ1d2v/oW793VZ9a8w+X1rUgUJgkyztmK2RmqRGIG159UXcKz/yZAwUD3PlXnoIGMEnkQAHwKVxTyq1wkoDxeLY+/wG9l1exsnlkUwoIcs6C35ieUMMsj3SCU3daSYHjfqPzDgrFZm7SROlGAgh2XWBVU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZTs+bXh6; 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="ZTs+bXh6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C686C4CEF1; Fri, 12 Sep 2025 11:44:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1757677487; bh=DMcy4lLGqxGXpI3eI5YfoU8fCZvbZRIkrODm2pgnZYM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZTs+bXh6i96O0UC3UUh+pXJqabqWk4F8pucNNfqNHO3is9SsKiyYs6fE9bLMeF69l 3HjJMa2ZTrl9XYUdd12FlbqTAjDm4FLqYmRh4GH2VAR6yusS95ld3MacpcKBtxx5Hy P5fGQo6hMIsREQOGbaACjWU9gUxVr1UKz9QI2EGA= Date: Fri, 12 Sep 2025 13:44:44 +0200 From: Greg Kroah-Hartman To: Wolfram Sang Cc: Hans de Goede , Israel Cepeda , Sakari Ailus , Wolfram Sang , Andi Shyti , Bartosz Golaszewski , Linus Walleij , Richard Hughes , linux-i2c@vger.kernel.org, linux-usb@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v6 3/3] i2c: Add Intel USBIO I2C driver Message-ID: <2025091232-abruptly-stargazer-4a0e@gregkh> References: <20250911181343.77398-1-hansg@kernel.org> <20250911181343.77398-4-hansg@kernel.org> <18011d86-6f9e-4a0d-9514-fcc69cec1fc2@kernel.org> Precedence: bulk X-Mailing-List: linux-i2c@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: On Fri, Sep 12, 2025 at 10:42:38AM +0200, Wolfram Sang wrote: > > > > Reviewed-by: Wolfram Sang > > > > Thank you. > > > > Is it ok if Greg picks this up together with the rest of > > the series? > > Yes. Great, I'll go queue it up in a bit, thanks! greg k-h