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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 5DF0DC4361A for ; Sat, 5 Dec 2020 08:12:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D65722D6F for ; Sat, 5 Dec 2020 08:12:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D65722D6F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=duJXyf/hZigw6Gtoea72ZN7K2ecV8o3LE+TllVvSTjU=; b=ujCxyCfgDSpwKs61RSxqjONdo OjqYwwcJAIATR9T7+tnDUev5GB3Xg8uZ/010o3++XF3cOhFY6b52exxK+BW3YLwSCwLsD/CdsR2zv aEHbSnDTKAEPcb1i8oVY2++yntcYDa2f3KcFFv5LLQF4xDhLy/ajyD+mg2OnO0Aq4SoZHTiEPvvCL 8kgUtiXx5m5PypiPTkh3NvzFxj56lp8il5Se+uMa97Gb2aW+OsflTcei88cOhZ3VifvUiMy2R3S3+ SoBfV6epHk+u0wrueEWyxWLKUB7a9ivyh0uvo5mwOrwa8cFfJ/czalQL0TyqstMVtkaWQ/raQ8YjB 84CLVH2Aw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1klSeo-0006Lx-6G; Sat, 05 Dec 2020 08:11:06 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1klSel-0006LV-Ui; Sat, 05 Dec 2020 08:11:04 +0000 Date: Sat, 5 Dec 2020 13:40:58 +0530 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607155863; bh=mGO4D/CrxcgVNF2XS6aa7J5jfeliiJlvfRPD2/JDX2Q=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=FytETiNBT8lwOtSUknHqUWOsZvEFo0GDLHUrl2+V7imaRlt/mcRQV+R2x0oEfM5V5 nPM8x6j3kzVAA+s9tjj0x7tpq6kQ7nK0nV2TLccNC+oan2fVm8kHHyzkrC5QNui3sn PcPYCdHKpSoo/4aGHAIagjSxfCZ0iFMnLs5i4f/iacOaCywbSNgnuZQSEJN/i0RSyp GQCdtM/MlhZrqkX1keBBVqJIEvd5gv3C/vN++Jg/VNL15pgFvYTK/QujunF5NKLiEh pRh0luQlWvKQVqA9Ig/l2IbCljiCsJiy7OqO1A2gfhylNihh527fq2YPIo6Vg8rGNp zE6CauPE5OgSQ== From: Vinod Koul To: Chris Ruehl Subject: Re: [PATCH 0/2] phy: rockchip: set otapdlysec for in dts Message-ID: <20201205081058.GY8403@vkoul-mobl> References: <20201202082507.3536-1-chris.ruehl@gtsys.com.hk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201202082507.3536-1-chris.ruehl@gtsys.com.hk> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201205_031104_074257_E5A66561 X-CRM114-Status: UNSURE ( 6.67 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org 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 02-12-20, 16:25, Chris Ruehl wrote: > This patchset add support to set output-tapdelay-selec via dt property Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel