From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752274AbbC1PdK (ORCPT ); Sat, 28 Mar 2015 11:33:10 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:40089 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbbC1PdI (ORCPT ); Sat, 28 Mar 2015 11:33:08 -0400 X-Auth-Info: kZHVFZ+39Uj69mmkISgbY7hXzd/DSohm1G1iaginDv4= From: Marek Vasut To: Baruch Siach Subject: Re: [PATCH 2/2] phy: driver for Conexant Digicolor internal USB PHY Date: Sat, 28 Mar 2015 16:33:02 +0100 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Richard Zhao References: <6284a7672647d46100281959552f9787f98bb552.1427430989.git.baruch@tkos.co.il> <4a9ceb0a240d49dd6a68d50c78f85d310d4b932f.1427430989.git.baruch@tkos.co.il> In-Reply-To: <4a9ceb0a240d49dd6a68d50c78f85d310d4b932f.1427430989.git.baruch@tkos.co.il> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201503281633.02801.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, March 27, 2015 at 05:36:29 AM, Baruch Siach wrote: > Add a driver for the USB PHY on the Conexant CX92755 SoC, from the > Digicolor series of SoCs. The PHY is connected to the on-chip chipidea > usb2 host. > > The hardware is somewhat similar to the phy-mxs-usb.c usb_phy, but it is > different enough to merit its own driver. Also, this driver uses the > generic phy infrastructure. Hi, the register set looks very similar to MXS one indeed. How is it different please ? The driver looks OK. Best regards, Marek Vasut From mboxrd@z Thu Jan 1 00:00:00 1970 From: marex@denx.de (Marek Vasut) Date: Sat, 28 Mar 2015 16:33:02 +0100 Subject: [PATCH 2/2] phy: driver for Conexant Digicolor internal USB PHY In-Reply-To: <4a9ceb0a240d49dd6a68d50c78f85d310d4b932f.1427430989.git.baruch@tkos.co.il> References: <6284a7672647d46100281959552f9787f98bb552.1427430989.git.baruch@tkos.co.il> <4a9ceb0a240d49dd6a68d50c78f85d310d4b932f.1427430989.git.baruch@tkos.co.il> Message-ID: <201503281633.02801.marex@denx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday, March 27, 2015 at 05:36:29 AM, Baruch Siach wrote: > Add a driver for the USB PHY on the Conexant CX92755 SoC, from the > Digicolor series of SoCs. The PHY is connected to the on-chip chipidea > usb2 host. > > The hardware is somewhat similar to the phy-mxs-usb.c usb_phy, but it is > different enough to merit its own driver. Also, this driver uses the > generic phy infrastructure. Hi, the register set looks very similar to MXS one indeed. How is it different please ? The driver looks OK. Best regards, Marek Vasut