Message ID | 20190207064535.9226-1-wens@csie.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B2AB9922 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 7 Feb 2019 06:47:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9EEEA2CC31 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 7 Feb 2019 06:47:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F60C2D141; Thu, 7 Feb 2019 06:47:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0755E2CC31 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 7 Feb 2019 06:47:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=HGw+tDxU4UeYfoNAEE8hfqBVM4HbnU9hv6UUBzFJk0c=; b=EQQglBqM5YzYoK IFX81vvuZJVfuCSmOIsrAC5nL9LHV6FmJthhalKmF9CNsRhdYz/dfNaawuAasNskgTyH/UdzWWvXI oC4SKUjIARHDhd92BtqTwfdy3nPrs4XIJ2IiNll8cT++JHXgBDSqeNdLQaqFgsHA2JtykOEHBmspN Pr5Q2rjRfYXCagmKXumwu4M5AQ9VWF/Jih384GLtuc0M05pU6UC0qmRFd0Bgu/f441LutuFgC1hOY +4c3+9moIPeUrRdmxyeD++IulEweu1P8paHpVs257zxyOGVtC0xR5V6/spSw+Gg2ko0PqqlPmHYJl nlO8fxSPZHRwVxv0f8+Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1grdSZ-0006yX-O2; Thu, 07 Feb 2019 06:46:55 +0000 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1grdRS-0005tA-2e for linux-arm-kernel@lists.infradead.org; Thu, 07 Feb 2019 06:45:49 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id 96D3D5FA80; Thu, 7 Feb 2019 14:45:39 +0800 (CST) From: Chen-Yu Tsai <wens@csie.org> To: Maxime Ripard <maxime.ripard@bootlin.com>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Lee Jones <lee.jones@linaro.org>, Sebastian Reichel <sre@kernel.org> Subject: [RFT PATCH 0/9] ARM: sun8i: a83t: Enable USB OTG Date: Thu, 7 Feb 2019 14:45:26 +0800 Message-Id: <20190207064535.9226-1-wens@csie.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190206_224546_400994_38312F66 X-CRM114-Status: GOOD ( 16.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, Quentin Schulz <quentin.schulz@bootlin.com>, linux-pm@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>, Chen-Yu Tsai <wens@csie.org>, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM: sun8i: a83t: Enable USB OTG
|
expand
|