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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=ham 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 3A876C4646D for ; Wed, 15 Aug 2018 09:59:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DB9D82168C for ; Wed, 15 Aug 2018 09:59:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB9D82168C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729040AbeHOMvQ (ORCPT ); Wed, 15 Aug 2018 08:51:16 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:43000 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727364AbeHOMvP (ORCPT ); Wed, 15 Aug 2018 08:51:15 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id B655A260631 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: amstan@chromium.org, groeck@google.com, kieran.bingham@ideasonboard.com, kernel@collabora.com, bleung@chromium.org, heiko@sntech.de, devicetree@vger.kernel.org, Frank Wang , linux-rockchip@lists.infradead.org, Rob Herring , Kishon Vijay Abraham I , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] phy: rockchip-inno-usb2: document improvements and allow to force B-device valid session bit. Date: Wed, 15 Aug 2018 11:59:30 +0200 Message-Id: <20180815095934.11205-1-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.18.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, The main purpose of this patchset is have the Type-C port on the Samsung Chromebook Plus work as a device or in OTG mode. While doing it I spent some time to fix some documentation issues. So, the first and the second patch are not really related to the topic and can be picked independently of the future discussion generated by the third and the fourth patch (these two patches are the ones that makes the type-c port work as device) The patchset was tested on a Samsung Chromebook Plus by configuring one port to work as device, configure a cdc ethernet gadget and communicate via ethernet gadget my workstation with the chromebook through a usb-a to type-c cable. Best regards, Enric Enric Balletbo i Serra (4): phy: rockchip-inno-usb2: fix misspelling and kernel-doc documentation. dt-bindings: phy-rockchip-inno-usb2: add documentation for extcon and utmi-avalid properties. phy: rockchip-inno-usb2: allow to force the B-Device Session Valid bit. dt-bindings: phy-rockchip-inno-usb2: add new rockchip,force-bvalid property. .../bindings/phy/phy-rockchip-inno-usb2.txt | 8 +++ drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 70 ++++++++++++++----- 2 files changed, 62 insertions(+), 16 deletions(-) -- 2.18.0