From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 339A1C433EF for ; Wed, 20 Apr 2022 09:15:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BQbn/quxT8DQhnQIs6Hq/43qGmbrxoB6qPA3p+B5L1c=; b=mSK5FU2NtIo+As kgUe/DzRWbJ2Qq7CL3taFhMfZp/a7z+lqjOBonQIlWSHJ12VXNbI/jFwm9GKSR8dD/MpTbS28FCJR jrrRBPCHHo/TQoiih3koDLGU/nWQbu7li4K+2rRnmxu8V5/m7S41J8Mi/p+SmSj4qsswkmtaNXEpb RfQJhAHrLXWtI9JxcP4+bW7xu3LAb5owLsh1tIwrz0Q3nyY9Vr0E0ZhNxu8Fq3Rbt5GLrPCVwy8NL qRbJaScX0/UgCbu8Av9Q3Q/0iq82OD0KPkCZYEaRRuZCiLnVciNA6JNuLFIAwQdzZ7aC9awGpcq5c ZGREGLp34YmlOjn1rReg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nh6Pn-008GNb-Nt; Wed, 20 Apr 2022 09:14:24 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nh6Ph-008GLu-VE; Wed, 20 Apr 2022 09:14:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 89AA4B81DB7; Wed, 20 Apr 2022 09:14:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A20E4C385A0; Wed, 20 Apr 2022 09:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650446055; bh=YkQ1BmgnVigFA6crl28MszPDelfUPLDxv+xYc2hZRn8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qSCP5bRgdtkG5ATn4Ptdiy+vscoyQ4iSOfOzruELSKXONsYoiFZ5EKiPoyGGG3FBD oiwMUVKb5m2ySu5hKHppfWdDE5qmX6C6PamGD1E9T/ARojLwaNV2QH8PHT3S2ZbHqj zY4BnASVL6D8FAv8zSwu2hn26QIFYjJct48t/DC3xSc12Sns8evZ1G7T7+HbZBYNfi LyjlxMSeZ2GDM3+qXepCAhEuR0mAf4yyw5pn23rn/dQn+kP4gk9oaPsLPNzTOxyd2g ANa+E6lD2XmzYUrSNWnOYHwTzOPmgJpwL9ADAFpoJc1OHwQ/ZdbIRsDbmXlKUfR48a 5Gvg8z/ClfINg== Date: Wed, 20 Apr 2022 14:44:10 +0530 From: Vinod Koul To: Samuel Holland Cc: Kishon Vijay Abraham I , Heiko Stuebner , Peter Geis , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 0/6] phy: rockchip-inno-usb2: RK356x OTG fix and enhancements Message-ID: References: <20220414032258.40984-1-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220414032258.40984-1-samuel@sholland.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_021418_202715_AD4B55E8 X-CRM114-Status: UNSURE ( 7.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 13-04-22, 22:22, Samuel Holland wrote: > This series gets USB OTG working on the RK356x SoCs, as used in the > PineNote tablet. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel