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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA6DC3A5A9 for ; Mon, 4 May 2020 07:37:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB27421582 for ; Mon, 4 May 2020 07:37:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588577868; bh=faQSb/4qCDmUQbreEw2Wmjz3BaAjeSxXz98jqDVxdGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KfGmlWmmxmZhmwO6YUQruGIDZ7ytKlw0+PfUSDVTEO4276gfL/jg75KPSLly8oAKI mVC8TAqAR69ujj99JlY0NY7X2rKsve77mySvo4/APQlGbqS0ozAl82URyScNILR4iT jE4hgvCAMw9onPObNyTUau57oW1LYOYDZf3Vk6dw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727845AbgEDHhs (ORCPT ); Mon, 4 May 2020 03:37:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:57242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727088AbgEDHhs (ORCPT ); Mon, 4 May 2020 03:37:48 -0400 Received: from localhost (unknown [171.76.84.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2802120735; Mon, 4 May 2020 07:37:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588577868; bh=faQSb/4qCDmUQbreEw2Wmjz3BaAjeSxXz98jqDVxdGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k+spgRX/ztQJZK1UdUxWUm73hg0mo5Uy7ZTRxSZ7+1rEg1LQQlBOOJsUt3KzuHfcx hRD1adZETmqC9WQpRVWyMBbhBtFWW0M1cQ5I4CP9wTX0nTs9rL12j/WTQiZGaZsV8P 1HHLqVp+f2ebeSeY7ANnXf1W2utSOm2snvvMAUBM= Date: Mon, 4 May 2020 13:07:43 +0530 From: Vinod Koul To: Robert Marko Cc: agross@kernel.org, bjorn.andersson@linaro.org, kishon@ti.com, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, John Crispin , Luka Perkov Subject: Re: [PATCH v7 1/3] phy: add driver for Qualcomm IPQ40xx USB PHY Message-ID: <20200504073743.GO1375924@vkoul-mobl> References: <20200503201823.531757-1-robert.marko@sartura.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200503201823.531757-1-robert.marko@sartura.hr> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 03-05-20, 22:18, Robert Marko wrote: > Add a driver to setup the USB PHY-s on Qualcom m IPQ40xx series SoCs. > The driver sets up HS and SS phys. Applied, thanks -- ~Vinod