From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750988AbdHRK6p (ORCPT ); Fri, 18 Aug 2017 06:58:45 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:55514 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbdHRK6o (ORCPT ); Fri, 18 Aug 2017 06:58:44 -0400 Subject: Re: [PATCH v4 0/5] add some properties for Rockchip usb2-phy and add rv1108 SoCs' support To: Frank Wang , , , , References: <1502438871-9482-1-git-send-email-frank.wang@rock-chips.com> CC: , , , , , , , , , From: Kishon Vijay Abraham I Message-ID: Date: Fri, 18 Aug 2017 16:27:54 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1502438871-9482-1-git-send-email-frank.wang@rock-chips.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 11 August 2017 01:37 PM, Frank Wang wrote: > These series of patches add rockchip,usbgrf property and otg_mux interrupt for > rockchip usb2-phy. In addition, this change also add rv1108 usb2-phy support. merged, thanks! -Kishon > > Changes from v3: > - Updated the 'Acked-by' tag from Rob Herring . > - Matched the SoC specific compatible string instead of companion_grf_quirk. > > Changes from v2: > - Amend otg-mux interrupt to be auto-detectable and update related dt-bindings. > > Changes from v1: > - Send the dt-bindings as a separate patch and cc devicetree list. > > Frank Wang (5): > phy: rockchip-inno-usb2: add support for rockchip,usbgrf property > dt-bindings: phy-rockchip-inno-usb2: add rockchip,usbgrf property > phy: rockchip-inno-usb2: add support for otg-mux interrupt > dt-bindings: phy-rockchip-inno-usb2: add otg-mux interrupt > phy: rockchip-inno-usb2: add support of usb2-phy for rv1108 SoCs > > .../bindings/phy/phy-rockchip-inno-usb2.txt | 11 +- > drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 215 ++++++++++++++++----- > 2 files changed, 174 insertions(+), 52 deletions(-) >