From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941026AbcIFTUz (ORCPT ); Tue, 6 Sep 2016 15:20:55 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:42068 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935294AbcIFTUx (ORCPT ); Tue, 6 Sep 2016 15:20:53 -0400 Date: Tue, 6 Sep 2016 14:19:52 -0500 From: Bin Liu To: David Lechner CC: Alan Stern , Greg Kroah-Hartman , , , , , Kishon Vijay Abraham I , Sergei Shtylyov Subject: Re: [PATCH v6 0/3] da8xx USB PHY platform devices and clocks Message-ID: <20160906191952.GE22318@uda0271908> Mail-Followup-To: Bin Liu , David Lechner , Alan Stern , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, khilman@kernel.org, nsekhar@ti.com, Kishon Vijay Abraham I , Sergei Shtylyov References: <1473105633-21653-1-git-send-email-david@lechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1473105633-21653-1-git-send-email-david@lechnology.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg and Alan, On Mon, Sep 05, 2016 at 03:00:30PM -0500, David Lechner wrote: > Just resending to get these merged into usb. The phy parts of this patch series > have already been merged into Linus' tree. > > I have rebased on 4.8-rc5 but there have not been any changes to these since > the last time I submitted. > > David Lechner (3): > usb: ohci-da8xx: Remove code that references mach > usb: musb: da8xx: Use devm in probe > usb: musb: da8xx: Remove mach code How do we take care this kinda patch sets, which touch multiple modules? I take the two for musb or just acked-by them? Thanks, -Bin.