From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: [PATCH 0/3] Work around sunxi otg usb phy bug which causes lo-speed devices to not work Date: Sun, 29 Mar 2015 12:50:45 +0200 Message-ID: <1427626248-6257-1-git-send-email-hdegoede@redhat.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Felipe Balbi , Kishon Vijay Abraham I , Maxime Ripard Cc: Chen-Yu Tsai , Roman Byshko , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org Hi All, Here is a patch-set to work around sunxi otg usb phy bug which causes some lo-speed devices to not work (they get disconnected at there first reset). This patch set uses a private sunxi phy function, I know that this is not ideal, but given the rather perculiar nature of this bug / the needed workaround I believe that a private sunxi phy function is the best solution here. This patch-set applies on top of my existing sun4i-usb-phy / musb-sunxi-glue patches. Regards, Hans