From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F29EC433F5 for ; Tue, 15 Feb 2022 09:47:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230197AbiBOJrK (ORCPT ); Tue, 15 Feb 2022 04:47:10 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:52984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231445AbiBOJrJ (ORCPT ); Tue, 15 Feb 2022 04:47:09 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74F9DE6C09; Tue, 15 Feb 2022 01:47:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644918420; x=1676454420; h=date:from:to:subject:message-id:references:mime-version: in-reply-to; bh=E/JsYUfIGC9aSLOn8ZRZyR06XP7CeXXL9wOY5wpZbgg=; b=gV3BNUZH3lJ2uTo+ZyoIB2UQK+151DkiceB5JWUL1frky+BY22mCy6eZ Acsd/VA0CFrFj0HIGjFGjspWY0mhhzZfHzzWpcsKTTbwSRcWgFxHNnGtz KfRGm5rrc/tSmxT+bh7kegMlrKWvch+fUMx/SSkUah1A+mLkyBH71vIQj ju4XH2Z5U8nCbGfHd/sPi+xafq4vqEy/Oq+741ufQXczzrbesPolUTaCf IBwMH0fqKX0nlAgjj2EBg5GWpffxBbVBHfMUWYaWY0QUiZEHlzzthjPfe W10gj8hqXttQq2wEslopzQmVg71KXIwQENsRAWo3dBwntnJYuTVmqaRyf g==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="233852838" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="233852838" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 01:47:00 -0800 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="587592065" Received: from smile.fi.intel.com ([10.237.72.59]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 01:46:58 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nJuPL-004rzU-7m; Tue, 15 Feb 2022 11:46:03 +0200 Date: Tue, 15 Feb 2022 11:46:02 +0200 From: Andy Shevchenko To: Wolfram Sang , linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Jarkko Nikula , Mika Westerberg , Ajay Gupta , "Shah, Nehal-bakulchandra" Subject: Re: [PATCH v3 1/5] i2c: Introduce common module to instantiate CCGx UCSI Message-ID: References: <20220105141935.24109-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Tue, Feb 15, 2022 at 10:07:50AM +0100, Wolfram Sang wrote: > On Wed, Jan 05, 2022 at 04:19:31PM +0200, Andy Shevchenko wrote: > > Introduce a common module to provide an API to instantiate UCSI device > > for Cypress CCGx Type-C controller. Individual bus drivers need to select > > this one on demand. > > > > Signed-off-by: Andy Shevchenko > > Applied to for-next, thanks! Thank you! I hope at least AMD guys would be happy and can utilize this module for their new hardware. -- With Best Regards, Andy Shevchenko