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 7076E15BF for ; Sun, 31 Jul 2022 12:33:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02166C433D6; Sun, 31 Jul 2022 12:33:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659270816; bh=Cae8WTn1U5ue2ZooK/ujvkkFamJx/qU5ivCeIdOAFOA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JWfDw6CcxwDzOUPkOLDtFJayTcqjmPA1ymQBktM/jTno3PKJ1N2ys17Wl/kgJBKyK k0CIG1LG2vTzXUKSng2Bykzj/9vpWSALZ8CKRXq0rbpZwQzfj3RuMeKBNWYzwloYnS mRqkwdIOxBrAbQvlxsZu48HSsQMsvQeEmzSrg+vkDVFnTtZJ+HkeKGX6VoR+VVkNVu BI1Whrh4dV5xKZeJ6QunNXScIGY/GocujEaM1e5y+e2MAext1JM+fCmDkc1RMAB5kp UYQJezSmib3Xwp7dCWCD7S829x/7csMbOoZBq4VDzH2teh+6yT+kU5lwjN/AXki0MX /1+Bzm6baJ8fg== Date: Sun, 31 Jul 2022 13:43:47 +0100 From: Jonathan Cameron To: Jason Gerecke Cc: Andy Shevchenko , Lars-Peter Clausen , Wolfram Sang , linux-i2c , Ping Cheng , "Tobita, Tatsunosuke" , Jason Gerecke , llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-iio , LKML Subject: Re: [PATCH] i2c: Use u8 type in i2c transfer calls Message-ID: <20220731134347.19fcfbe7@jic23-huawei> In-Reply-To: References: <202207190634.ToyhlXSz-lkp@intel.com> <0551a3ad-8c42-78fe-5b50-ebbc003e55e6@intel.com> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 28 Jul 2022 15:48:59 -0700 Jason Gerecke wrote: > On Thu, Jul 28, 2022 at 1:48 PM Andy Shevchenko > wrote: > > > > On Thu, Jul 28, 2022 at 4:30 PM Jason Gerecke wrote: > > > On Wed, Jul 20, 2022 at 12:01 PM Jason Gerecke wrote: > > > > On Tue, Jul 19, 2022 at 5:21 PM kernel test robot wrote: > > > > > > Writing a patch to fix the new warnings generated by my I2C patch is > > > > simple enough, but I'd like some help coordinating getting both > > > > patches landed. Should I wait for the I2C patch to land in "for-next" > > > > before sending the IIO fix, or would it be preferred to send the IIO > > > > fix right now so that both patches can be reviewed simultaneously? > > > > > > It's been pretty quiet, so asking again for any thoughts on how to > > > best address this tangle... > > > > The rule of thumb is not to introduce an additional warning or compile error. > > I haven't looked deeply into this case, but it smells to me as if you need a new > > version of your initial patch that includes a fix to IIO. > > > > > > -- > > With Best Regards, > > Andy Shevchenko > > Thanks! Since the patch would touch both IIO and I2C I assume I would > submit it to both mailinglists. And that whichever maintainer gets to > it first would just give their Reviewed-by (if all looks good) and the > second applies the Signed-off-by and handles the merge? > > I'll work on the updated combined patch... I suspect this will be likely to create merge conflicts, so submit it like that and I'll probably ask Wolfram to do an immutable branch that I can then pull into IIO. Hence we'll have exactly the same commits (IDs and all) in both IIO and I2C trees. Jonathan > > Jason