Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755758AbcKOPpN (ORCPT ); Tue, 15 Nov 2016 10:45:13 -0500 Received: from muru.com ([72.249.23.125]:60242 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938729AbcKOPpL (ORCPT ); Tue, 15 Nov 2016 10:45:11 -0500 Date: Tue, 15 Nov 2016 07:45:07 -0800 From: Tony Lindgren To: Nicolae Rosia Cc: Kishon Vijay Abraham I , Nicolae Rosia , linux-kernel@vger.kernel.org, Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] phy: twl4030-usb: make driver DT only Message-ID: <20161115154506.GJ4082@atomide.com> References: <1478947191-30532-1-git-send-email-Nicolae_Rosia@mentor.com> <582B0B92.6050209@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 29 * Nicolae Rosia [161115 05:26]: > Hi, > > On Tue, Nov 15, 2016 at 3:20 PM, Kishon Vijay Abraham I wrote: > > Are you sure about this? I still see a bunch of board files in mach-omap2 using > > twl4030. > > > > Thanks > > Kishon > > You are right, on v4.9 it is still used in arch/arm/mach-omap2/twl-common.c. > I forgot to mention that I'm targeting v4.10 with this. On Tony's > for-next [0], there are no users: > git grep twl4030_usb_data > drivers/phy/phy-twl4030-usb.c: struct twl4030_usb_data *pdata = > dev_get_platdata(&pdev->dev); > drivers/usb/phy/phy-twl6030-usb.c: struct twl4030_usb_data *pdata > = dev_get_platdata(dev); > include/linux/i2c/twl.h:struct twl4030_usb_data { > include/linux/i2c/twl.h: struct twl4030_usb_data *usb; Yeah might be worht waiting on the omap3 specific driver changes until v4.11 merge window unless the changes are blocking twl core clean up work. Regards, Tony > [0] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=for-next