From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mg.richtek.com (mg.richtek.com [220.130.44.152]) (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 4A98D3D76; Tue, 21 Apr 2026 01:56:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.130.44.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776736588; cv=none; b=sLjgdEYao7ZpFjilZcXlEy8f9QFf6ntIxmgItCCiz0Ve32Ygnm3BwR42R6Lva7/CukJsGPQNvDOoglGmbD6sqefF8yDjn4FeZYPSSUxmOZ1xLt207mUrSvD0qZNbF2GkWVivEetlKdJnriZGOciMWttRvUNAsSuzqgNk8vN55TU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776736588; c=relaxed/simple; bh=nLQHXtixbiiCSFHDVuEFUufqLl0TgEWa4Uvmy0A5jrc=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NGW+BZhr1VOQruQqN+v+koN84gBkoiaoLzdEpTXCPYVgnVVXvAt1KY331O9/lxXGI4ApieZ1MxxxwF+ShKuqZj9VUItBRDumPAe2c2UE4Qm1JhC7wnbcThmEFjAZJOgTrGHJckbS9nRsMl5HtMkwdZcMOr5cSjBeV8yeMAK5NGA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=richtek.com; spf=pass smtp.mailfrom=richtek.com; dkim=pass (2048-bit key) header.d=richtek.com header.i=@richtek.com header.b=ms9zEKdh; arc=none smtp.client-ip=220.130.44.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=richtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=richtek.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=richtek.com header.i=@richtek.com header.b="ms9zEKdh" X-MailGates: (SIP:2,PASS,NONE)(compute_score:DELIVER,40,3) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=richtek.com; s=richtek; t=1776736583; bh=346+yF1poLqwHVsI0ue/vA6Zm2woM6F3tsa06yU27bQ=; l=954; h=Date:From:To:Subject:Message-ID:MIME-Version; b=ms9zEKdhmdDKdE150qdg0mKO+qszSl3fO9OXHj7gIx7+NqE9bkIPLoxlBcHl0E2h1 3rUzblBjoCyQI4v9QaMcftexMZOJ7Gg3n85YzhGl9UxBZaO2N0ZFVPHMCNusHamHCJ IyQfAd4ikIlWSVTXC0DSsFCAfPxJR896b60FOyw3eAA7tMDaUlAS0fvn9PfBTk4FYi lvtdP4bBANpG5uCvUcyFjvF80DUiOcRmXi1SnBqc0Rzm1CsC/cWiT3mz2WornzyuMN NidZsFgaNVCJZa96lGSv2bvIIFeI3VA71jPMLS0eor55VecTWSqlCVF7IEjf1AOyrj z3TfuUC7jMTFg== Received: from 192.168.10.47 by mg.richtek.com with MailGates ESMTPS Server V6.0(1227023:0:AUTH_RELAY) (envelope-from ) (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256/256); Tue, 21 Apr 2026 09:56:07 +0800 (CST) Received: from ex4.rt.l (192.168.10.47) by ex4.rt.l (192.168.10.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.26; Tue, 21 Apr 2026 09:56:07 +0800 Received: from git-send.richtek.com (192.168.10.154) by ex4.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1748.26 via Frontend Transport; Tue, 21 Apr 2026 09:56:07 +0800 Date: Tue, 21 Apr 2026 09:56:07 +0800 From: ChiYuan Huang To: Jonathan Cameron CC: David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Kevin Tung , Lucas Tsai , , , , Subject: Re: [PATCH] iio: adc: rtq6056: Fix the manual device instantiation via sysfs Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@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 Tue, Apr 21, 2026 at 09:41:17AM +0800, cy_huang@richtek.com wrote: > From: Kevin Tung > > Add i2c_device_id to support sysfs manual device instantiation. > > Fixes: 89a1034cd841 ("iio: adc: rtq6056: Add support for the whole RTQ6056 family") > Signed-off-by: Kevin Tung > Signed-off-by: ChiYuan Huang > Cc: > --- > Hi, Jonathan: > > For some BSP limit, still some user instantiate rtq6056 deivce via sysfs. > Therefore, add old style i2c id to make it compatible for this kind of usage. > > BR, > ChiYuan. Hi, Please ignore this patch. I have seen Kevin submit the patch in the following link. https://lore.kernel.org/lkml/20260420-rtq6056_support_sysfs_instantiation-v1-1-483ccee27b63@gmail.com/ > --- > drivers/iio/adc/rtq6056.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > -- > 2.34.1 >