From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432AbcFUO31 (ORCPT ); Tue, 21 Jun 2016 10:29:27 -0400 Received: from caladan.dune.hu ([78.24.191.180]:39228 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751398AbcFUO3Y convert rfc822-to-8bit (ORCPT ); Tue, 21 Jun 2016 10:29:24 -0400 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: "Mark Rutland" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "Florian Fainelli" , "Pawel Moll" , "Ian Campbell" , "Hauke Mehrtens" , "Russell King" , "open list" , "Rob Herring" , "open list:BROADCOM BCM5301X ARM ARCHITECTURE" , "Kumar Gala" , "open list:BROADCOM BCM5301X ARM ARCHITECTURE" Subject: Re: [PATCH] ARM: BCM5301X: Set GPIO enabling USB power on Netgear R7000 References: <1466509358-25498-1-git-send-email-zajec5@gmail.com> Date: Tue, 21 Jun 2016 16:29:21 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT From: "Imre Kaloz" Organization: OpenWrt Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (Linux) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Jun 2016 14:26:11 +0200, Rafał Miłecki wrote: > On 21 June 2016 at 14:22, Imre Kaloz wrote: >> Is there any reason you are not handling this properly as a regulator >> with >> usb-nop-xceiv? > > We can't use USB NOP PHY as we need a specific PHY driver for Broadcom's > USB. I see. That shouldn't stop you from addressing the regulator part, tho ;) Imre