From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752682AbcKUH5k (ORCPT ); Mon, 21 Nov 2016 02:57:40 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33396 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944AbcKUH5j (ORCPT ); Mon, 21 Nov 2016 02:57:39 -0500 MIME-Version: 1.0 In-Reply-To: <20161017203036.23399-1-zajec5@gmail.com> References: <20161001215817.25384-1-zajec5@gmail.com> <20161017203036.23399-1-zajec5@gmail.com> From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Date: Mon, 21 Nov 2016 08:57:38 +0100 Message-ID: Subject: Re: [PATCH V2] usb: xhci: add support for performing fake doorbell To: Mathias Nyman Cc: Greg Kroah-Hartman , Hauke Mehrtens , Rob Herring , Mark Rutland , "linux-usb@vger.kernel.org" , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Florian Fainelli Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uAL7vjJn029875 Hi Mathias, On 17 October 2016 at 22:30, Rafał Miłecki wrote: > From: Rafał Miłecki > > Broadcom's Northstar XHCI controllers seem to need a special start > procedure to work correctly. There isn't any official documentation of > this, the problem is that controller doesn't detect any connected > devices with default setup. Moreover connecting USB device to controller > that doesn't run properly can cause SoC's watchdog issues. > > A workaround that was successfully tested on multiple devices is to > perform a fake doorbell. This patch adds code for doing this and enables > it on BCM4708 family. > > Signed-off-by: Rafał Miłecki > --- > V2: Enable quirk for brcm,bcm4708 machines instead of adding separated binding > for it. Thanks Rob for your comment on this. Do you think you can pick & push this one? V2 follows Rob's suggestion and he has some DT knowledge for sure, so I guess it should be OK.