From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754066AbcJDRao (ORCPT ); Tue, 4 Oct 2016 13:30:44 -0400 Received: from vern.gendns.com ([206.190.152.46]:35510 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbcJDRan (ORCPT ); Tue, 4 Oct 2016 13:30:43 -0400 Subject: Re: [PATCH v6 1/3] usb: ohci-da8xx: Remove code that references mach To: Greg Kroah-Hartman , Kevin Hilman References: <1473105633-21653-1-git-send-email-david@lechnology.com> <1473105633-21653-2-git-send-email-david@lechnology.com> <20161004133834.GA4304@kroah.com> Cc: Alan Stern , Bin Liu , linux-usb@vger.kernel.org, lkml , Sekhar Nori , Kishon Vijay Abraham I , Sergei Shtylyov From: David Lechner Message-ID: Date: Tue, 4 Oct 2016 12:30:58 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161004133834.GA4304@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/04/2016 08:38 AM, Greg Kroah-Hartman wrote: > On Tue, Oct 04, 2016 at 11:18:03AM +0200, Kevin Hilman wrote: >> Hi Greg, >> >> On Mon, Sep 5, 2016 at 10:00 PM, David Lechner wrote: >>> Including mach/* is frowned upon in device drivers, so get rid of it. >>> >>> This replaces usb20_clk and code that pokes CFGCHIP2 with a proper phy >>> driver. >>> >>> Signed-off-by: David Lechner >>> Acked-by: Alan Stern >> >> Can you pick up this patch? >> >> Patches 2 & 3 from this series were picked up by Bin for musb, but >> this one is still outstanding. > > It's not in my todo queue from what I can tell, so it would have to be > resent and I can pick it up after 4.9-rc1 is out. > > thanks, > > greg k-h > Are there any magic email headers needed to make sure you don't miss it or will Subject: [RESEND PATCH v6 1/3]... To: gregkh@... do the trick?