From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (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 1E38F31353B for ; Tue, 17 Mar 2026 03:45:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773719133; cv=none; b=T5k+f9tX1ZbptUoWYT/GMf5KSxSSxX2Xnx2DSZKsvh322R9nAyEM/9YGaCYejV9uRm2BtF1KmVnnrmTa7Ck2HI6VJFIe7oYdgSsBNSUiPbQQZ8U/nyUG/ihv0xrNlsr5e8eZ+g+a9X2OiYgpNmmQPPtdxpiQzDdx6Jm4ayRTb1k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773719133; c=relaxed/simple; bh=Wvgb0QK9/kdW4xiCJDb2YWNz0nwp287l2ggwg/P8HB8=; h=Mime-Version:Content-Type:Date:Message-Id:From:To:Cc:Subject: References:In-Reply-To; b=j0Z+xZViSML04Zj2nx850k5f8Ln6FsCHv++BeimE9a3QFqxBY4a3eT2ayjJWpA7QPAc1jVnd+LFMmUmohlG6elX9HN1nVXysLHe7ZmVdfize4l2i5MhggAktPmwS05fUIvfSYKpyl/x8wdz1oY36DDgrANgj1GNkcFgVCiGqxLs= 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.189 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: devicetree@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