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 02DD5EB64DC for ; Wed, 21 Jun 2023 10:12:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232139AbjFUKMV (ORCPT ); Wed, 21 Jun 2023 06:12:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232406AbjFUKLt (ORCPT ); Wed, 21 Jun 2023 06:11:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80ACA1A8; Wed, 21 Jun 2023 03:11:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 09DF3614E9; Wed, 21 Jun 2023 10:11:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA212C433C8; Wed, 21 Jun 2023 10:11:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687342270; bh=kDhwZHWNXcw1IwSLHkmp6O3zBwaHtkYg+UZ/MaIzi5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qC1dVY+p3NErHn37p9wFcESVrSQiCTdSO6AWnQCmc/xHWCFVz1b7xDGWSWjnT6Zjg W5d+guFqN9ONW0E2pe+WSPOPwt4DseZlVJ/BIY5oul8F9Y/2aspGNIIXDL1W+fyMZC LKziFfEnJyjVOSn5222UUX5nNHzRWZHqDb6R6Xr+bxMFTpNi/Kn50d3xN1z/U2Dlv+ wmszTI1RAukatdMetCTtPUYurs/s6Px3o0aad55zyKHfBdRSOh8t5Hhf3bFD1vbY7r IYcoRQVWK0un6ONwTGAODrtKMyG9DCK9cmpoQWDi53ZYug+0XPbIny76ZMZV1hOe+c qFW+VMV0mMnQg== Date: Wed, 21 Jun 2023 12:11:06 +0200 From: Andi Shyti To: Svyatoslav Ryhel Cc: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Wolfram Sang , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] GPIO-based hotplug i2c bus Message-ID: <20230621101106.uafxsloorksnjmy3@intel.intel> References: <20230619153732.46258-1-clamor95@gmail.com> <30c50635-ff42-3a85-a419-673ca6d0422e@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Svyatoslav, On Mon, Jun 19, 2023 at 06:52:50PM +0300, Svyatoslav Ryhel wrote: > пн, 19 черв. 2023 р. о 18:49 Krzysztof Kozlowski > пише: > > > > On 19/06/2023 17:37, Svyatoslav Ryhel wrote: > > > ASUS Transformers require this driver for proper work with their dock. > > > Dock is controlled by EC and its presence is detected by a GPIO. > > > > > > --- > > > Changes in v2: > > > - adjusted documentation > > > > This is too generic. Everything can be adjustment. Be precise what you > > did here. What changed? > > > > Everything that you asked for. please list all the changes you made trying to be as more specific as you can. You make life to reviewers easier. Thanks, Andi