From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754680AbcJZK6d (ORCPT ); Wed, 26 Oct 2016 06:58:33 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37563 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753753AbcJZK6a (ORCPT ); Wed, 26 Oct 2016 06:58:30 -0400 From: Alexandre Bailon To: khilman@baylibre.com, david@lechnology.com, b-liu@ti.com, balbi@kernel.org Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Alexandre Bailon Subject: [PATCH v2 0/3] usb: musb: da8xx: Fix few issues Date: Wed, 26 Oct 2016 12:58:20 +0200 Message-Id: <1477479503-5131-1-git-send-email-abailon@baylibre.com> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Currently, the USB OTG of the da8xx doesn't work. This series intend to fix them. Change in v2: * Fix the error path da8xx_musb_init() Alexandre Bailon (3): usb: musb: da8xx: Call earlier clk_prepare_enable() phy: da8xx-usb: Configure CFGCHIP2 to support OTG workaround usb: musb: da8xx: Only execute the OTG workaround when phy in OTG mode drivers/phy/phy-da8xx-usb.c | 17 ++++++++++++----- drivers/usb/musb/da8xx.c | 28 +++++++++++++++++++--------- 2 files changed, 31 insertions(+), 14 deletions(-) -- 2.7.3