From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbdL1BYl (ORCPT ); Wed, 27 Dec 2017 20:24:41 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:42455 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752062AbdL1BYk (ORCPT ); Wed, 27 Dec 2017 20:24:40 -0500 X-Google-Smtp-Source: ACJfBotN2emp1nvfj89maiqf7E8VTU3n4v8TIrvsze+89rlXK1mpmjiAHtsmQE58cSAQkbNn8pcZXQ== Subject: Re: [PATCH 2/4] phy: usb: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271 To: Al Cooper , Kishon Vijay Abraham I Cc: Al Cooper , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com References: <1514402931-14408-1-git-send-email-alcooperx@gmail.com> <1514402931-14408-3-git-send-email-alcooperx@gmail.com> From: Florian Fainelli Message-ID: <81aa651b-6ce3-5ef4-7add-7f1c2f0c1a30@gmail.com> Date: Wed, 27 Dec 2017 17:24:36 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1514402931-14408-3-git-send-email-alcooperx@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/27/2017 11:28 AM, Al Cooper wrote: > From: Al Cooper > > Enable the the Low Speed Keep Alive signal on the 7271b0 by setting > the LS_KEEP_ALIVE bit in the USB CTRL OBRIDGE register otherwise > some Dell Low Speed keyboards fail. > > Also do a little cleanup of the EBRIDGE ESTOP_SCB_REQ bit. Since > this is only used on one platform, remove it from the platform > tables and just use "if (family == "). > > Fixes: 49859e55e364 ("phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver") > Signed-off-by: Al Cooper Acked-by: Florian Fainelli -- Florian