From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 58C2D313E2F for ; Tue, 17 Mar 2026 03:45:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773719124; cv=none; b=fW3m6XTfmSJ0zY3be0p5qKo+Aj23ykicj3pJBvXqUyH66RZaHdBU9LlwldLUVfapMW3GIWK0OMNIkr45GxQhVv1l4OAymIoV7GBXhmRsAO0EcUpXYh4gtkdoRdi0Cns/FKfb6iiPmbhI2whEHfUktzsfFAYZAKnLYZAk4l+H4A8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773719124; c=relaxed/simple; bh=Wvgb0QK9/kdW4xiCJDb2YWNz0nwp287l2ggwg/P8HB8=; h=Mime-Version:Content-Type:Date:Message-Id:From:To:Cc:Subject: References:In-Reply-To; b=WU8OFCmoD8bU+Hbd4D5inLw4AH4YDVqcWp7M9NObF3JJ+8rCj2XbNAgirztf+d/YsPm94BT86trZAaI++AqIVfyPn+KTU7N9mUgVqGBR2oIJ3LVZ2Xp59JjDR+rggE3+s9o2N0ySSBzfK2FlQxJKwuQ098Y0nzCAzYvQyb2A16g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=r52WIV8t; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="r52WIV8t" Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1773719120; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O4i2+UVfo722vu90425e3cyaw1piodx4Inw2OrQ0w3Q=; b=r52WIV8tirMuLbByMH5685Hf9HkG2XX+5sDEp6fRTBay6g9ubIjq7jIPmu6aFAqUlsgiqA wG7Po0h7WLRP6t82lcE7HylGZpf8XsW7lWwGYy9NThgAM6kQ2yHZdJvXuRktlurV18Btrs GSUP+gbLye6BskET3tA4OHjDyzDMDjg= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 17 Mar 2026 11:44:27 +0800 Message-Id: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Ze Huang" To: "Marco Felsch" , "Greg Kroah-Hartman" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Fabio Estevam" , "Matthias Kaehlcke" , "Liam Girdwood" , "Mark Brown" , Cc: , , , Subject: Re: [PATCH v5 0/4] Add onboard-dev USB hub host managed vbus handling support References: <20260223-v6-16-topic-usb-onboard-dev-v5-0-28d3018a8026@pengutronix.de> In-Reply-To: X-Migadu-Flow: FLOW_OUT On Thu Mar 5, 2026 at 7:29 PM CST, Marco Felsch wrote: > Hi, > > +To: huang.ze@linux.dev > > On 26-02-23, Marco Felsch wrote: >> Hi, >>=20 >> the whole purpose of this series is to make it possible to control the >> USB VBUS regulators of an USB hub via host managed regulators. >>=20 >> Regards, >> Marco >>=20 I have tested this patch series on the SpacemiT K1 Milkv Jupiter board. Thanks for driving this! Tested-by: Ze Huang