From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757418AbcAaNDY (ORCPT ); Sun, 31 Jan 2016 08:03:24 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:36846 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757240AbcAaNDX convert rfc822-to-8bit (ORCPT ); Sun, 31 Jan 2016 08:03:23 -0500 Date: Sun, 31 Jan 2016 16:28:44 +0300 From: Antony Pavlov To: Kishon Vijay Abraham I , Ralf Baechle Cc: Alban Bedel , linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: phy: please review ATH79 USB phy driver Message-Id: <20160131162844.7230eb766ab73138795891d7@gmail.com> X-Mailer: Sylpheed 3.5.0beta3 (GTK+ 2.24.25; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! In current linux-mips master branch from git://git.linux-mips.org/pub/scm/ralf/linux there are two commits commit 76654c7be21c1704607e9ed22cf5d18d430fd828 Author: Alban Bedel Date: Mon Nov 16 22:22:04 2015 +0100 MIPS: ath79: Enable the USB port on the TL-WR1043ND commit 25ee4e47a316f55a1ceaa0deda8c5fa812cefeae Author: Alban Bedel Date: Mon Nov 16 22:22:03 2015 +0100 MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi The commits add USB support for TL-WR1043ND. I have tried to run linux on TL-WR1043ND, but USB port does not work through USB phy driver absence. I have found the appropriate phy driver patches in the ath79 branch in the https://github.com/AlbanBedel/linux repo and at linux-mips patchwork site https://patchwork.linux-mips.org/patch/11497/ commit ceccaefd0ec63b61c03a0e0eadc607ab9f2253d0 Author: Alban Bedel Date: Tue Sep 1 14:06:54 2015 +0200 phy: Add a driver for the ATH79 USB phy https://patchwork.linux-mips.org/patch/11495/ commit 4572165504c10f5a31a7807d8ba4e7bb135f8a27 Author: Alban Bedel Date: Thu Nov 12 00:08:59 2015 +0100 phy: Add a driver for simple phy After applying these patches TL-WR1043ND USB port works fine. However, I can't find these patches in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git so they are not enqueued for merging into mainline linux kernel. Could you please review the patches? --  Best regards,   Antony Pavlov