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 066BB355F48; Mon, 16 Mar 2026 08:42:28 +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=1773650549; cv=none; b=Vbt6lIMQVdOVncZUNeoff36Aggy0GlO5YiMzRL7P6oKBmy2UR6Jn5uld5anNK6ECdMkNsLypm11TyE9mO7goFppoMmz1hITPhgTrFC/b/dzNh7Pkypbl7lKuf4a1ul+SJ6L4BXM+RPJoSp8y/FW6Fut7LQimpHv1h/TBqg/tSjU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773650549; c=relaxed/simple; bh=9LJ2+2SgK7w+NRyNaEGoZkSKWLsSd19na5lnCcCLdDA=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References: In-Reply-To:Content-Type; b=C+0fgfDcMZ06UON8XQYJZZgLIqiErtsQ7RSgml/te1VYrgTtJHbB1JnDyt+dmo7RbeA67xDnuAlWzkDdieUZplpiJBg3IszTVmRNGHUvpYWZ829xx+TWd2y6qbDzKgskTyDav8EaVc1Ecl4lzfybnF3aQ3ubw0v249VO42xsTXM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HueAbbgb; 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="HueAbbgb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB1B3C19421; Mon, 16 Mar 2026 08:42:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773650548; bh=9LJ2+2SgK7w+NRyNaEGoZkSKWLsSd19na5lnCcCLdDA=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=HueAbbgbhxKEaBW7w0dzIcNXgtAE9iyH0WnDtPEOzjPRgM71uZliWj8r0Mz7sQCrS 9SwYtorMTIo0o4AfIeBdDWSRXF5TlvCphV36rMWzFcoLZaVnQH4SPhLc3M5TlZqb0L vBkdB79aBc76zAUt2+11fObdKcjBUIqAF0qYW/h354DhJbLj4D4ByTZjqswWFutVFE Sbp+n19NLxxsFope55qDW3egNxCb48nf/BiUjaHT9Gj/TFwXInqNlsxLvnow3vHZrZ 05ThNtgMvOZ0L8xV7rj4yEbEmu+rSSb2eDyuLBCyh0Ehst/lK8lGR+IyiVfrES+pTh ffgqQGNEIQF7w== Message-ID: <2d879c2a-aded-444c-a54f-cb0e8acd89b1@kernel.org> Date: Mon, 16 Mar 2026 09:42:21 +0100 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Hans Verkuil Subject: Re: [PATCH v2 01/13] media: saa7134: rename i2c_dbg() to saa7134_i2c_dbg() To: Wolfram Sang Cc: Bartosz Golaszewski , Andi Shyti , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Khalil Blaiech , Asmaa Mnebhi , Jean Delvare , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Manivannan Sadhasivam , Mauro Carvalho Chehab , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, linux-actions@lists.infradead.org, Bartosz Golaszewski , linux-media@vger.kernel.org References: <20260223-i2c-printk-helpers-v2-0-13b2a97762af@oss.qualcomm.com> <20260223-i2c-printk-helpers-v2-1-13b2a97762af@oss.qualcomm.com> <76fd11b2-7789-47c1-a832-12907155ead1@kernel.org> Content-Language: en-US, nl In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 16/03/2026 09:38, Wolfram Sang wrote: > Hi Hans, > >> Do you want to merge this through the i2c subsystem? Or do you want me to >> merge this patch through the media subsystem? > > The rest of this series has been dropped in favor of a different > approach. I still think this single patch here is useful, so if you > could pick it up, that would make a potential future change easier. OK! The patch makes sense, so I'll pick it up. Regards, Hans > > Thanks and happy hacking, > > Wolfram >